by Mohsin Sumar | Nov 22, 2009 | SSH, Tips & Tricks
Use the following command if you want to create a tar and compress a file (or folder). tar -czf /path/to/save/file.tar folder_or_file_name The options used in the above command are outlined below for your understanding. -c = create -z = compress a file -f = use the...
by Mohsin Sumar | Nov 16, 2009 | Words of Wisdom
“A man should look for what is, and not for what he thinks should be.” – Albert Einstein
by Mohsin Sumar | Nov 14, 2009 | SSH
If your SSH ls command output is really long, and cannot be viewed on screen – you can use the following command to part of it with a more command to continue down the list. ls [options here] | more Example:- ls -l | more
by Mohsin Sumar | Nov 8, 2009 | General
I was born around this time around 22 years ago. Thank you to everybody for your thoughtful birthday wishes via phone call, text message, email and facebook!
by Mohsin Sumar | Oct 4, 2009 | Words of Wisdom
“Success is not how far you get, but the distance you travel from where you started.” Today, I came across this well said proverb while watching one of my favorite TV shows, Numb3rs – the 6th season. I often come across such words of wisdom from many...