Intranet
Ubuntu Dapper Install on Intel Centrino Laptop with on-board ATI Graphics
Submitted by Aaron Longwell on Sun, 2006-07-09 22:51.1. Install Ubuntu.
2. Run all updates from Synaptic.
3. Install Automatix
Edit /etc/apt/sources.list
deb http://www.beerorkid.com/automatix/apt dapper main
Import key
wget http://www.beerorkid.com/automatix/apt/key.gpg.asc
gpg --import key.gpg.asc
gpg --export --armor 521A9C7C | sudo apt-key add
Install
sudo apt-get update
sudo apt-get install automatix
4. Run Automatix
Choose the following:
- Thunderbird 1.5
- DVD Codecs
- Music players and codecs
- Flash
- Java 1.5 JDK and JRE
- nVidia Card Drivers
- Web editing and code tools
Ubuntu Dapper Install on Dual-Core AMD with nVidia Graphics
Submitted by Aaron Longwell on Sun, 2006-07-09 22:50.1. Install Ubuntu.
2. Fix Grub
title Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1
3. Install Automatix
Edit /etc/apt/sources.list
deb http://www.beerorkid.com/automatix/apt dapper main
Import key
wget http://www.beerorkid.com/automatix/apt/key.gpg.asc
gpg --import key.gpg.asc
gpg --export --armor 521A9C7C | sudo apt-key add
Install
sudo apt-get update
sudo apt-get install automatix
4. Run Automatix
Choose the following:
- Thunderbird 1.5
- DVD Codecs
- Music players and codecs
Ruby Installation on FERRARI
Submitted by Aaron Longwell on Thu, 2005-10-13 08:44.At the time of this post, Ruby on Rails required version 1.8.2 of Ruby, which is not the most current version. Installation of a Ruby on Rails development system is easiest if you download dependencies from the left column of the RubyOnRails download page.
First, download Ruby 1.8.2-15 (stable). Install without SciTE and FreeRIDE. Installation directory c:\ruby\1.8.2-15.
Second, download RubyGems (most current version). Unzip the distribution and run ruby on setup.rb. This will install the gems libraries as well as the gem command.
Third, install rails.
FERRARI Configuration
This is a book about setting up FERRARI from scratch.
RAID10 for FERRARI
Submitted by Aaron Longwell on Wed, 2005-10-12 23:19.Today I set up a RAID10 (stripe+mirror) configuration for FERRARI. I used 4 Western Digital Caviar 320GB drives (3200 series). Total size is 594GB.
Setup was extremely simple. Hit CTRL+S or F4 during the SiliconImage boot screen. Choose "Create New Raid Set". Specify RAID10. Done.
When installing Windows XP on the new RAID array, I needed a 3.5" floppy with the SiliconImage 3114 drivers. Luckily I had burned a CD of them as a backup earlier. I was able to use another machine to copy them to a floppy.
BIOS Update for FERRARI
Submitted by Aaron Longwell on Wed, 2005-10-12 21:16.As a part of this system rebuild, I needed to update the BIOS to support the newest drivers for the Silicon Image 3114 SATA RAID controller.
I downloaded the newest BIOS from the Tyan web site (tyan.com). The most recent version was from 6/2005, v2.05.
The instructions indicate that I'll need two floppies. One is a Win98 boot disk and the other will contain the unzipped contents of the BIOS download.
I booted to the Win98 floppy, pressing F5 during the Win98 disk's bootup to avoid loading memory resident programs. I then switched disks and ran the flash command. Do not run amiflash. Just flash.
BARKLEY Installation
Submitted by Aaron Longwell on Tue, 2005-10-04 17:46.1) Setup CentOS 4.1 with apache2, php, php-mysql, mysql-server, ruby, python
2) Secure MySQL installation with the command
3) Install mod_suphp module. Use the external repositorys page
http://centos.org/modules/newbb/viewtopic.php?topic_id=438&forum=28&post_id=1194#forumpost1194,
specifically, the repository from Karanbin Singh. Download the repo file:
http://centos.karan.org/kbsingh-CentOS-Extras.repo
This file should be placed in /etc/yum.repos.d/
4) Install Ruby FROM SOURCE. ./configure, make, make test, make install. Install R
