Section: Linux

Dual Boot Vista and Linux

February 02, 2007 by Jason

Requirements:
- 2 Hard Drives
- Linux Install CD
- Vista Install DVD
- Computer powerful enough to run Vista
Why this is nessissary
Vista comes with a more difficult to work with bootloader. If you install Vista, then Grub, it wipes out the Vista Bootloader. It used to be that you could just tell Grub what to do to boot into Windows, but Windows no longer boots on it’s own: It needs its *special* bootloader!
Read More»

A real production my.cnf file for MySQL Server

January 26, 2007 by Jason

This is a copy of the mysql config files ( /etc/my.cnf ) I use for my production servers, this same configuration has been tested on a high traffic site, a forum server on vbulletin php software with over 1.2 million posts and over 2,000 concurrent users 24 hours a day. Also ive used this same configuration on another production server that manages over 15 high traffic and high data volume mysql databases. Read More»