-
Setting up Monit + with tomcat
We get asked a lot by customers to install and setup monit. Its not an overly hard task, in fact its pretty darned easy. Monit is brilliant for monitoring and restarting services when they are down, it can alert you or just restart after 5 failed connects/attempts. It handles everything from disk space, to memory,…
-
Its the small things that help
-
Easy Peasy Linux Firewalling – iptables
-
rdiff-backup script using sshfs for larger backups
-
PHP 5.2 on Centos upgrade
Many of our customers request upgrading php to the latest stable version. Unfortunately CentOS does not have anything beyond 5.1.* in the official repository. We used to setup the remi repository as per http://rimuhosting.com/howto/php.jsp However, Remi moved on to the latest 5.3 branch. Unfortunately the 5.3 branch is not compatible with most php CMS/blogs out…
-
Quick and easy iptables blocking and firewalling basics
-
checking the checksums of your binary packages
-
Does your VPS have MD5 enabled for passwords?
We recently discovered that the way we install a VPS differs slightly from the usual CD install. This is not something we do specifically but something that can be improved on in the set-ups of CentOS5.3. When you install from a CD it automatically enables MD5 encryption in passwords (which should be the norm), however…
-
libc6 vs libc6-xen problems with applications segfaulting
