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 […]
Category: Software
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 […]
PHP4, PHP5 & MySQL RPMs Released
Heya, I’ve released RPMs for the following package sets: PHP 4.4.2 Standard Build PHP 5.1.2 CGI Build (ie. for side by side operation between PHP4 […]
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 […]