-
Using swap within a VPS
-
Checking a potentially hacked machine and reinstalling packages when you break things
-
Could not perform immediate configuration on already unpacked ‘util-linux’.Please see man 5 apt.conf under APT::Immediate-Configure for details
-
Centos 6 released for VPS usage @ Rimuhosting
We now have Centos 6 available for our new and existing customers to install if needed. There appear to be no major differences other than newer versions of software, and no problems installing it or gotchas. You can read the release here http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0 If you already have an older VPS and want to reinstall ,
-
Package management using apt-get
-
Easy web server Load-Balancing with HAProxy
Configuring load balancing between multiple web servers may seem challenging, but it doesn’t have to be. HAProxy is a great lightweight tool that is easy to setup and has a large number of rich features for managing and serving content. Lets look at a simple scenario using two application or web servers n2 and n3,…
-
Storage Clustering Part 2: GlusterFS
GlusterFS is an interesting solution for providing redundant network attached storage clusters. Some features include… trivially easy for basic setups supports virtually any file-system no need to mess with kernels can work across commodity network hardware suitable for enterprise deployment has commercial support available GlusterFS can scale well also, its simple configuration based storage is…
-
Easy IP failover (Debian squeeze)
-
Storage Clustering Part 1: An Introduction
John and I have recently been looking at server clusters, and how they can be provisioned to best fit our customers needs. This post is the first in (hopefully) a series on the results of that research. To start with in this post I would like highlight some common questions about big storage options. If…
-
Jira Issue Tracker install script
Recently I posted about a script to install Confluence. At the same time I was working on an install script for the Jira® issue tracker (also from Atlassian®) as the underlying setup is quite similar and they are often used together. Jira is great for keep track of issues while providing a lot of tools…