Cool command

Well you learn something new every day. For a long time I’ve been simply ps’ing for information pertaining to processes but it turns out there’s […]

Code Snippet

Command to find all PHP rpms and print on one line: rpm -qa | grep ‘^php-‘ | perl -pe ‘s/\n/ /g;’ Combined command to find […]

Saslauthd & Postfix

This is mainly posted for those people searching on Google. I just setup a Postfix install with Saslauthd authentication (to an LDAP backend). Postfix refused […]

Redhat integrates OpenVZ

Hmm! This looks interesting indeed. Redhat are teaming up with OpenVZ to integrate the partitioning technology into the Fedora Core. I’m keen Redhat, where do […]