-
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…
-
New website release coming up
-
Got Backups?
-
We’re a Team
We see lots of different problems every day as Liz noted the other day. It’s really quite varied work that we do and you can go from resetting a password one minute to setting up load balanced proxy servers the next. There’s always a fun and challenging problem right around the corner. The most important…
-
libc6 vs libc6-xen problems with applications segfaulting
-
Domain Name Confusion
-
Themed days in support
-
David’s Handy Scripts – bandwidth usage – disk usage
-
Ubuntu 9.04 bug with networking directory creation
We had a customer email in after updating to Jaunty recently. They said the following Hi guys, I upgraded my VPS a little while back to Ubuntu Jaunty (because I was several versions out of date and the apt repositories had gone away.) I never actually rebooted the machine afterwards though because it wasn’t 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…
