Tag: Linux
Download Deb Files Using apt-get
March 6, 2009
If you want to download the deb files without installing them, use the following command. The downloaded file will be…
Backup HDD To Remote Host
February 22, 2009
Make a backup of a local hard disk on remote host via ssh dd bs=1M if=/dev/hda | gzip | ssh…
chsh Command
February 21, 2009
Command to know if you have to remote into another box chsh –list-shells
Activate IP Forwarding
February 14, 2009
Activate IP Forwarding echo “1” > /proc/sys/net/ipv4/ip_forward
rsync Local Folder with Remote
February 6, 2009
Synchronize a local directory with a remote directory via ssh and compression rsync -az -e ssh –delete ip_addr:/home/public /home/local
Recent Comments