Introduction

We have previously covered Windows and Linux backups, and now it's time to talk about our third, and final, operating system: Mac OS X. Of the three, OS X is by far the easiest to back up and restore. With that said, this should be very short, sweet, and right to the point. Let's dive in, shall we?

Read the rest of this entry »

Introduction

Continuing with our articles on backups, let's talk for a minute about backsups in Windows. Sure, you've been raked over the coals by paying for Windows (and the subsequent "downgrade" back to XP), Windows Software, and the extra hardware you need to actually use Windows, so why should we have to pay for a backup solution too? Backups are important. Not having software to backup your computer with is no excuse to turn your back on this essential part of computer-ownership. There are so many solutions out there - Ghost, the integrated Windows Backup utility, or even the User State Migration Tool for a pseudo-backup. While Ghost can do the job, it isn't free. There's always the fact that Microsoft never actually released the source code, or drivers, for NTFS, so doing a partition clone is at your own risk. In my experience, cloning back to a drive from a Ghost backup leaves the system with certain inherent instability risks. Alas, in a time of need, an unstable backup is better than nothing. Who knows, your mileage may vary.

Read the rest of this entry »

Backup

Backups are more than a good idea these days; they're a necessity. Whether it's photos and documents, or million-dollar databases, losing your data is never a good idea - especially when doing a backup is so simple.

Read the rest of this entry »

For those in the know, the HOSTS file is a great way to locally cache DNS to commonly visited websites, or to give quick access to local machines via hostname on your network. There are many other uses for the HOSTS file, but today we're not really focused on what it is, but rather, how to enable it.

Read the rest of this entry »

I had a lot of problems getting my Linux box to use my S-Video connection as it's primary and only display adapter. First, it would POST (black and white only) then, when X started, it would just cut out signal entirely. I'm still not entirely sure why this is, but I have come up with a solution anyway. First, one should note that if a VGA cable is plugged in, the system will mirror output through post, but will immediately cut out the S-Video once X starts. To get around this, we need to unplug the VGA cable, and work strictly off the S-Video. Not to worry once the X server cuts video feed to S-Video, as a terminal console does not use the X display drivers. To switch to a console, simply hold CTRL and ALT, and use a Function key (F1-F12.) F7 is typically reserved for the X display, so I like to use F2. Once you're in a console, display should pop back up on your TV (horray!). Then, we need to kill X. Depending on what distro you're using, and what window manager you're using, the commands vary. On Ubuntu, the command would be: Read the rest of this entry »

lineMy script is finally finished. Nobody else has created a script like this, and I wonder why not? There are plenty of system builders out there: small shops, OEM builders, etc etc etc. You would think they would like a script like this? I digress. This script will set your background based on your current aspect ratio, as well as set your OEM information. Read the rest of this entry »