Most people don’t backup their databases, much less set up redundancy. It’s an important thing to consider when your application / website just cannot go down. This article discusses what it will take to set up that type of redundancy and I will be following up with a document on how to do it in…
Tag: important
A simple overview of how to use one of the most powerful text editors; vi
Vi is a text editor that is included by default in every linux, unix, and *bsd installation. Every person who’s serious about using this should learn the basics of it. Very powerful, but a bit hard to learn, it’s something that everybody who manages a linux, unix, *bsd box should learn to use at least…
RAID and what it Means
RAID. Rapid Array of Inexpensive Disks. That’s what it means. The question is what level of RAID do you need? God knows there are plenty of different types of RAID. This post explains the different RAID levels and *hopefully, it will help you pick the right configuration for you*** Note: When in doubt, RAID 1+0…