Monthly Archives: February 2007

Can you change your parents?

Today’s Linux tip (technically, a bash tip) deals with one of the most-used commands: cd. Here’s the scenario: There’s a directory deep in the filesystem that you go to a lot, so you put a symlink to it in your … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

I am pack leader

For some unknown reason, our two dogs recently started getting into fights. We’re not talking the typical dogs-playing-rough type fights, these are I’m-gonna-rip-your-throat-out type fights. Now, they never tried to attack or hurt us, even when we were using our … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Using vim as a pager (in gentoo)

Wondering what the “vim-pager” use flag on app-editors/vim did, I gave it a shot. Turns out it gives you 2 extra commands: vimpager and vimmanpager. So adding export MANPAGER=/usr/bin/vimmanpager to your login script of choice (.bashrc works just fine), man … Continue reading

Posted in General | Tagged | 3 Comments