Linux

John Alberts on January 19th, 2009

As I was browsing the Gentoo forums today, I came across a very interesting post. A user had 2 partitions on different hard drives that he wanted to combine the space on.  Ok, well the interesting part was one persons reply about a new fuse filesystem called mhddfs.  He pointed out an article on debian.net [...]

Continue reading about Combine your partition space with mhddfs.

John Alberts on January 12th, 2009

So, I found myself tweaking my Conky rc file today.  I’ve been using mocp for playing music becuase it’s a really lightweight, versatile and can run detached from the console.  I really wanted to see my currently playing music info on my desktop in Conky, but Conky’s documentation shows no mention of any support for [...]

Continue reading about Conky now supports MOC player

John Alberts on January 3rd, 2009

This is really old news, but it’s new news to me because I just noticed this. Daniel Robbins Funtoo site now has some articles on it that he recently created.  Right now, he has posted some of the articles that we’ve previously seen on the IBM Developer Works website, but there’s also now a quide [...]

Continue reading about Funtoo Articles

John Alberts on January 2nd, 2009

CPAN is great for easily installing and updating Perl modules. I use it all of the time on my servers. It’s a lot easier than managing Perl modules through the systems package manager. The problem is, when you want to install or update a Perl module, it asks you if you want to follow and [...]

Continue reading about Using CPAN Unattended

John Alberts on December 31st, 2008

Today I had a need to keep the load on a server at 20 for an extended period of time. I was doing this to test notification escalations in Nagios. So, I found a nice little program call cpuburn-in that will load a processor at 100%. It’s just a tarball with an executable and a [...]

Continue reading about Quick and Dirty Linux Load Testing

John Alberts on December 23rd, 2008

I’ve seen many websites that have pretty much the same ext3 performance tips, but I just came across this one today that had something very useful on it. It turns out that the ext3 filesystem by default reserves 5% of the disk space of the volume just in case the volume fills up.  This would [...]

Continue reading about Quickly get up to 5% more disk space from your ext3 volumes