Archive for August, 2007

Using folds in vim

Thursday, August 30th, 2007

Using folds in Vim is a fantastic way to improve your productivity.
Here’s a screen shot showing Vim open with a Perl module without folds.

And this is a screen shot with folds enabled.

Notice how I’ve folded all the subroutines so I get a nice overview of the code.
By heart these commands:

zf - Create a fold
zo […]

svn repository commits

Wednesday, August 22nd, 2007

My svn repository is now at revision 1111. Thought it would be good to announce this to the world!
This is over a period of 18 months, which turns out to around 2 commits per day.
Tweet This Post  Facebook 

Linux logical volume management

Thursday, August 2nd, 2007

From the LVM HOWTO -

Logical volume management provides a higher-level view of the disk storage on a computer system than the traditional view of disks and partitions. This gives the system administrator much more flexibility in allocating storage to applications and users.
Storage volumes created under the control of the logical volume manager can be […]


Tweet This Post links powered by Tweet This v1.4.1, a WordPress plugin for Twitter.