Backups are something that is so important in any system that one should look carefully at not just the backup solution they are using, but the restore solution they’re going to have. Here are my recommendations and views on Backups. 1. Don’t assume that just because you bought a backup package that it just “works”…
Tag: must
n-Tier Architectures what they are in a nutshell
If you’re in Enterprise IT, you’re going to hear one buzz-word a lot. The buzzword? 2-tier Architecture or 3-tier architecture. I like to refer to it as n-Tier architectures. So what exactly is it and what does it mean? A Tier in an architecture is simply the number of layers of an application or system…
Increasing Mysql performance significantly
For those of you who run mysql, there’s an issue that you have to look at. Like file systems, database tables get fragmented over time. There’s a simple fix for it, but you will need to execute one command to do it. Of course, you will need to have root access to your Mysql server,…
Windows 7 Backup and the realities. A Real World Experience.
I run Windows as my main OS, but I run it on Mac Hardware. Why? Do you ask? The answer is simple. Apple / Mac Hardware is superior to everything else out there. Where can you get Desktop Performance on a Laptop without worrying about anything else? Yes, I can buy a Lamborghini laptop,…
Backups: a bit of insight and perspective.
Many of us have backups. Many of us don’t. Here’s an interesting question though. Those of us that have backups. How many have actually tested them out to make sure they’re working? If you have, how often do you test them? Most people set up a backup solution and just let it run. They don’t…
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…