-
Debugging broken mail daemons
-
Twitter competition: Win $100 worth of RimuHosting hosting credits
For a bit of fun RimuHosting is giving away a $100 VPS hosting credit. For example, that is 5 months’ worth of MiroVPS1 hosting for your own website! To enter just re-tweet this message: RT: @rimuhosting is giving away $100 worth of VPS hosting credits. Visit http://tinyurl.com/twittercredits for more info! Click for an easy retweet…
-
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…
-
Has your VPS been hacked?
-
Rimuhosting does Software Freedom Day
-
Is your VPS slow to login at all? Applications not running so fast?
-
Safe rm prevents accidents! try it!
I found this the today http://www.safe-rm.org.nz/ , and having had the odd accident im most definitely going to be installing this on my own server! What is safe-rm? Safe-rm is a safety tool intended to prevent the accidental deletion of important files by replacing /bin/rm with a wrapper, which checks the given arguments against a…
-
Fixing apache file and directory permissions
I’ve seen this problem a few times, people having trouble getting the permissions right for websites. Heres a quick fix that will sort you in most cases For directories run find /path/to/domain/public_html/ -type d -print0 | xargs -0 chmod 755 Files run this one find /path/to/domain/public_html/ -type f | xargs chmod 644 Make sure you…
-
Chrome OS and Linux
I had high hopes for netbooks bringing about an increased mindshare for Linux for ordinary users. This didn’t quite pan out unfortunately and it’s nigh impossible to find a Linux netbook at a brick and mortar store these days. Users loved the low price and mobility of a netbook, but (seemingly) didn’t appreciate the lack…
