Want to do some streaming of flv on your site? heres how! cd /usr/local/src wget http://people.apache.org/~pquerna/modules/mod_flvx.c apxs -i -a -c mod_flvx.c if apxs does not exist, then apxs2 should. If neither do then install the apache dev packages Debian based distros use apt-get install apache2-prefork-dev The module load will automatically be created for you usually,…
This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version. It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site in case of major catastrophe (make sure you have spare disk space if your sites…
We have had a customer move from one host to a new one with Virtualmin, this is usually ok, except in this case he had DNS hosted on his own VPS, most of it pointing to his old IP address. The task was to update all DNS records on his VPS without manually clicking each…
Mail server issues are one of the most frequent mail server requests we get here at RimuHosting. Troubleshooting existing configurations. Setting up ‘basic’ mail servers for customers. Setting up fancy ‘do everything’ mail servers for customers. Answering queries about why ‘x’ is flagged as SPAM (or not). Advising on things like SPF and DKIM. Blacklists…
This script will search /var/www (changeable in a variable) for any wordpress installs and make sure its upgraded to the latest version. It will run a backup to /root/wp_upgrade/ of all files and database before doing anything with the site in case of major catastrophe (make sure you have spare disk space if your sites…
There is a JBoss exploit out in the wild. See http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2010-0738 and https://access.redhat.com/kb/docs/DOC-30741 for details.
Postfix is our favorite mail server. We find it’s easy to configure and performs really well. When asked at a recent conference talk, Eric Allman the creator of Sendmail, said he would use Postfix if starting today. Many people ask us if there is an easier way to setup and manage email address and aliases,…
Debian is one of our most popular distros. Being very well suited for servers. Debian 6.0 (aka squeeze) is now released. It is a good option for a stable distro, with a good support life for package updates. And right now it has a great, fresh set of new server-side app versions. Squeeze is available…
We have a few people using Plesk 10, and there has been one notable bug with new installs and upgrades. Plesk has decided to redirect after the login to the server https://hostname:11444/relay Whilst this is fine if your hostname is a valid domain name that points to your server, this can be problematic for new…