Gentoo

John Alberts on September 12th, 2011

I talked my boss into hiring someone to help me.  Yay!  The job won’t officially be posted until Oct 1st; however, I’ve been given approval to start looking for someone. Here’s your chance to work for an awesome company, Exlibris.  It’s an awesome company to work for.  The people in our group are smart and [...]

Continue reading about Devops position available

John Alberts on October 27th, 2009

This should apply to RHEL5 as well, but I haven’t verified yet. The easiest solution I’ve found is to simply install Ruby and it’s dependencies and then install RubyGems from source. I’ve written a small script which installs Ruby and it’s dependencies.  It then grabs the RubyGems source tarball and installs Gems from source.  As [...]

Continue reading about Installing RubyGems on Centos 5

John Alberts on September 10th, 2009

This is simple, but I always forget how to do it when I need it and it’s hard to find on google for some reason. echo “hi” | mail -s “My Subject” to@someone.com — -f from@someone.com

Continue reading about Changing the from field when sending email

John Alberts on September 7th, 2009

I just stumbled across a Mozilla Labs project called Personas.  It’s  light-weight theming for Firefox that can be changed without restarting the browser.  After you install Personas, you get a new menu entry Tools->Personas for Firefox, where you can quickly change the persona you are using.  From what I can tell, Personas seem to change [...]

Continue reading about Dress-up your Firefox

John Alberts on January 27th, 2009

I saw a posting today on one of the Gentoo listservs about the recent lack of newsletters and website updates.  Unfortunately, the lack of updates isn’t unusual, but I did pickup an interesting bit of information. It looks like there is a new index page coming soon to the Gentoo website.  It looks like it’s [...]

Continue reading about New Gentoo Home Page Coming Soon?

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 8th, 2009

I can’t believe I never saw this before.  Sourceforge has an absolutely HUGE list of tips and tricks.  There’s hundreds of Linux tips and lots of programming tips as well.

Continue reading about Huge List of Tips and Tricks

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