Category Archives: Funny

Copying files with rsync

rsync is very good command to copy files between two linux servers. To move a folder from server1 to server2, login to server1 with ssh Rrun rsync -a -v –progress –timeout=0 -e “ssh -p 22″ /path/to/source/folder/ user@server2-ip:/path/to/destination/folder/ Here ssh -p … Continue reading

Posted in Funny, Linux | Tagged , | Leave a comment

Easy way to Shutdown MS Windows

Easy Way to Shutdown Microsoft Windows

Posted in Funny | Tagged | Leave a comment

Evolution of Computer Languages

Evolution of Computer Languages

Posted in Funny | Tagged | Leave a comment