Hey all, yes, I am the author of the cheat sheet. You all spotted a ton of typos that I hadn't even noticed. Thank you! I have just been flooded with patches. I am trying to sort through them now. Thank you for all of your work.
I know it may seem odd to GPL a list of commands. My intention was to build up a minimal reference sheet covering just what people need to know to get started with Linux Dev, but also with a special attempt to include obscure and useful features that may benefit old-timers perusing this reference.
I have since attempted to address the Ubuntu/Debian centric perspective of the sheet. I also addressed the comments about "&&" and "ssh -X" I will also expand the section on "tar."
Can I find out what files a process is using, and what files are most used at the moment? It would help debug heavy load moments, when the disk becomes less responsive.
I'm yet to see any of these command line tips show (GNU) tar with the -a (--auto-compress) tag
# compress a file, tar will automatically compress it according to the file extension you use
tar -caf archive.tar.gz file1 file2 ...
# extract a file, again tar will automatically pass it through the right decompression program
tar -xaf archive.tar.gz
By the letter of the law, the arrangement is copyrightable, though the information itself is not, in the same way that the arrangement of a phone book is copyrightable even though the phone numbers are not. Yes, it is ridiculous.
[+] [-] kevinskii|13 years ago|reply
http://cb.vu/unixtoolbox.xhtml
[+] [-] williamhackmore|13 years ago|reply
I know it may seem odd to GPL a list of commands. My intention was to build up a minimal reference sheet covering just what people need to know to get started with Linux Dev, but also with a special attempt to include obscure and useful features that may benefit old-timers perusing this reference.
I have since attempted to address the Ubuntu/Debian centric perspective of the sheet. I also addressed the comments about "&&" and "ssh -X" I will also expand the section on "tar."
-William Hackmore
[+] [-] visarga|13 years ago|reply
[+] [-] gnosis|13 years ago|reply
As for which files are most used at the moment, I'm not sure. However, "iotop" will show you which processes are using the most io at the moment.
[+] [-] chrisbolt|13 years ago|reply
[+] [-] stuffihavemade|13 years ago|reply
Also, ifconfig is deprecated.
[+] [-] scjr|13 years ago|reply
[+] [-] nawitus|13 years ago|reply
[+] [-] LukeShu|13 years ago|reply
[+] [-] timdoug|13 years ago|reply
[+] [-] sp332|13 years ago|reply
[+] [-] fsck0ff|13 years ago|reply
[+] [-] MereInterest|13 years ago|reply
[+] [-] felipebrnd|13 years ago|reply
[command] && [command]
and
[command] || [command]
[+] [-] dmckay|13 years ago|reply
[+] [-] subway|13 years ago|reply
[+] [-] Nursie|13 years ago|reply
Which I guess is entirely the point :)
[+] [-] sparx|13 years ago|reply
and why git/mysql stuff are included for linux cheat sheet?
[+] [-] nu2ycombinator|13 years ago|reply
[+] [-] Zigurd|13 years ago|reply
[+] [-] stefantalpalaru|13 years ago|reply