Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
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
FTP Using Curl
January 30, 2009
Copy a file to a remote system using FTP with the Curl command… curl -T filename.txt -u username:password ftp://example.cot/filename.txt Original…
Recent Comments