Posts in category Tips
KDE: Right Click, Extract Here
4 Little Known Thunderbird Extensions
Microblogging, Status, and Blogging 2...
In my previous post, I asked readers how they plugged their blog and/or microblogged, web 2.0 style. Some microblogging readers recommended that I check out Ping.fm. It was exactly the service that I needed; the ability to simultaneously post status updates on twitter, pownce, facebook. I specifically look for services that don’t req [...]
A New User Guide to Linux Communities
Are you a new Linux user? Fantastic! Welcome to the world of freedom. Freedom of choice, freedom of expression, freedom from vendor lockin. You’ve made an excellent choice. Now that you’ve chosen, installed, and are using Linux there are a few things you should keep in mind as you learn the ropes of your new system.
1. Not al [...]
Print Readable Man Pages
Ever wonder how you can get a man page in into a format you can read and print? There’s many methods of doing it (copy and paste is one) but one the easiest I’ve found is:
man command | col -x -b > command.txt
Where command is the Linux command man page you want to print/view. From there, open up command.txt in your favorite [...]