Monthly Archives: July 2013

CentOS as root “command not found”

If you SSH to CentOS as a regular user and then “su” to root, there are many commands that will tell you “command not found” For example, # chkconfig vsftpd on bash: chkconfig: command not found To resolve this, enter … Continue reading

Posted in Uncategorized | Leave a comment

Install vsftpd in CentOS

To install vsftpd in CentOS using yum simply do as root: yum install vsftpd To set it to turn on after a reboot: chkconfig vsftpd on To set up vsftpd NAT’d behind a firewall use this option in vsftpd.conf: (replace … Continue reading

Posted in Uncategorized | Leave a comment

Second ip address on same interface CentOS 6.3

I tried to add a second LAN addresses in CentOS 6.3 on a brand new install and it’s not working. I installed a new copy of CentOS 5.7 and tried the same and it worked right away. Reason: NetworkManager is … Continue reading

Posted in Uncategorized | Leave a comment

Does netqmail-1.06 already include badmailfrom wildcard?

If you want to block all ‘.info’ domains on a server running netqmail-1.06 I can confirm the badmailfrom wildcard functionality is not included in netqmail-1.06 Use the badmailfrom-wildcard patch http://tomclegg.net/qmail-bmf-wildcard even though it makes no mention of netqmail-1.06, it works. … Continue reading

Posted in Uncategorized | Leave a comment

Drupal 6: Change number of “Recent Comments” in Sidebar

As per this post here https://drupal.org/node/15635#comment-3916370 Change the ’10’ to a ‘5’ or what have you, in the file /modules/blog/blog.module

Posted in Uncategorized | Leave a comment