-
11 Not Sick Linux Commands
1) Create a pdf version of a manpage man -t manpage | ps2pdf – filename.pdf Quick and dirty version. I made a version that checks if a manpage exists (but it’s not a oneliner). You must have ps2pdf and of course Ghostscript installed in your box. Enhancements appreciated :-) 2) Bind a key with a…
-
No Gui Required
I am a linux advocate, I also believe in freedom in all it’s aspects. Call me old fashion but I still believe “small code” and minimal resources is the way to go. That’s why most of the apps I run have a CLI. Here are some of my favorite CLI apps. Pandora – Command Line…
-
25 Best Linux Commands For 2011
Here at blog.urfix.com we are kicking off the new year with a new server. Our last server got HN’D. Our poor plug computer could not take the load from being in the front page of Hacker News and finally melted. taking our chances again here are the 25 Best Linux commands for 2011 1) send…
-
25 Even More – Sick Linux Commands
I know how much you guys love top Linux commands. Lets consider this list a part two of my 25 More – Sick Linux Commands Be sure to check out commandlinefu for more awesome gems. 1) Monitor progress of a command pv access.log | gzip > access.log.gz Pipe viewer is a terminal-based tool for monitoring…