<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.3" -->
<rss version="0.92">
<channel>
	<title>Frozen Industries</title>
	<link>http://www.frozenindustries.com</link>
	<description>A Project Blog</description>
	<lastBuildDate>Tue, 04 Nov 2008 18:49:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Finding and Building RAID Arrays</title>
		<description>Scan a system for RAID arrays and save findings so the array reappears across reboots:
mdadm --detail --scan &#62;&#62; /etc/mdadm/mdadm.conf
Create a RAID5 array out of sdm1, sdj1, and sdk1 (all partitioned with raid-autodetect partitions)


mdadm --create /dev/md1 --level=5 --raid-devices=3 /dev/sd[mjk]1

 </description>
		<link>http://www.frozenindustries.com/2008/11/04/building-and-finding-raid-arrays/</link>
			</item>
	<item>
		<title>Start Folding@Home on Boot with Screen on Ubuntu Linux</title>
		<description>Quick instructions to get Folding@home (or any other program) to run at boot before user login on Ubuntu Linux. This probably works on other distros with an rc.local file too.

1. Install F@H client, mine is in /opt/folding

2. Create a simple script, I called mine folding.sh and is only has:
#!/bin/bash
cd /opt/folding
./fah6 ...</description>
		<link>http://www.frozenindustries.com/2008/03/01/start-foldinghome-on-boot-with-screen-on-ubuntu-linux/</link>
			</item>
	<item>
		<title>Tripwire on Ubuntu 6.06</title>
		<description>Quick instructions to getting Tripwire installed and running on Ubuntu 6.06 LTS (Dapper Drake).  For more detailed instructions check out this site.

1. Install Tripwire. Say Yes to everything, and create some passwords.
% sudo apt-get install tripwire
% sudo tripwire -m i
2. Fix the policy. I was getting many errors that ...</description>
		<link>http://www.frozenindustries.com/2007/12/23/tripwire-on-ubuntu-606/</link>
			</item>
	<item>
		<title>Run a Command on Boot for Ubuntu</title>
		<description>I used this to start fetchmail on an Ubuntu 7.10 server running Request Tracker.

Edit /etc/rc.local,  add your command, make sure it doesn't create any output. This is my command:
su rt -c "fetchmail -d 300" &#62; /dev/null 2&#62;&#38;1
It starts a background fetchmail process as the "rt" user, just as the ...</description>
		<link>http://www.frozenindustries.com/2007/10/10/run-a-command-on-boot-for-ubuntu/</link>
			</item>
	<item>
		<title>erm</title>
		<description>Dear Intel,

Thank you for including Windows AHCI drivers on floppy disks with your new DQ35JO motherboard. However, putting a floppy disk drive controller on the motherboard would be useful too.

Thanks,

Nick </description>
		<link>http://www.frozenindustries.com/2007/09/11/erm/</link>
			</item>
	<item>
		<title>hdparm -t /dev/md0</title>
		<description>
/dev/md0:
Timing buffered disk reads:  1248 MB in  3.00 seconds = 415.65 MB/sec </description>
		<link>http://www.frozenindustries.com/2007/06/22/hdparm-t-devmd0/</link>
			</item>
	<item>
		<title>MDADM Versions</title>
		<description>mdadm - kernel - distro
1.12.0 - 2.6.15 - Ubuntu 6.06 LTS
2.5.6  - 2.6.20 - Ubuntu 7.04
2.6.3 - 2.6.24 - Ubuntu 8.04 LTS
2.6.7 - 2.6.27 - Ubuntu 8.10
1.12.0 - 2.6.9  - CentOS 4.5
2.5.4  - 2.6.18 - CentOS 5.0
2.5.6  - 2.6.18 - Debian 4.0r0
2.6.1  - 2.6.21 - ...</description>
		<link>http://www.frozenindustries.com/2007/06/16/mdadm-versions/</link>
			</item>
	<item>
		<title>Speed Up Rebuilding Linux Software RAID Arrarys</title>
		<description>
# cat /proc/mdstat
md0 : active raid5 sdf1[7] sdb1[0] sde1[5] sdg1[4] sdh1[3] sdd1[2] sdc1[1]
1465175424 blocks level 5, 64k chunk, algorithm 2 [7/6] [UUUUUU_]
[&#62;....................]  recovery =  1.3% (3331200/244195904) finish=2357.0min speed=1700K/sec
Ouch. Two files are used to control the speed of rebuilding RAID arrays in Linux.
/proc/sys/dev/raid/speed_limit_min
/proc/sys/dev/raid/speed_limit_max
Even though my _max file is set ...</description>
		<link>http://www.frozenindustries.com/2007/05/16/speed-up-rebuilding-linux-raid-arrarys/</link>
			</item>
	<item>
		<title>Find the Model Number of Your DVD Burner in Linux</title>
		<description>$ cdrdao drive-info /dev/scd0
Cdrdao version 1.2.2 - (C) Andreas Mueller &#60;andreas@daneb.de&#62;
SCSI interface library - (C) Joerg Schilling
Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'ubuntu-0.8ubuntu1'

/dev/cdrw: LITE-ON DVDRW LH-20A1S       Rev: 9L02
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

Maximum reading ...</description>
		<link>http://www.frozenindustries.com/2007/05/14/find-the-model-number-of-your-dvd-burner-in-linux/</link>
			</item>
	<item>
		<title>Install the Ubuntu Studio Theme in Ubuntu Feisty</title>
		<description>Instructions here. </description>
		<link>http://www.frozenindustries.com/2007/05/11/install-the-ubuntu-studio-theme-in-ubuntu-feisty/</link>
			</item>
</channel>
</rss>
