Tag: network
Trasfer over the network
July 22, 2009
Transfer stdin and stdout to and from machines over the network ssh remote_machine ‘cat – > file’ < file
Show All Network Services
April 1, 2009
Show all network services listening on the system and their PID netstat -tupl
Copy Files Using Samba
March 30, 2009
Download files from a host windows via smb smbget -Rr smb://ip_addr/share
Show Remote Shares using Samba
March 29, 2009
Show remote shares of a windows host smbclient -L ip_addr/hostname
Configuration of a wireless network card
March 24, 2009
Show configuration of a wireless network card iwconfig wlan0
Find WiFi Hotspots
March 9, 2009
Use this command to find the wifi hotspots around your system. You need wifi hardware with proper drivers for this…
Activate IP Forwarding
February 14, 2009
Activate IP Forwarding echo “1” > /proc/sys/net/ipv4/ip_forward
Show Active Network Connections
January 16, 2009
Show all active network connections and their PID netstat -tup
Recent Comments