<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="0.92">
<channel>
	<title>Where'd I leave that note?</title>
	<link>http://bolt.beetlebolt.com/blog</link>
	<description>a blog to help me gather my thoughts</description>
	<lastBuildDate>Mon, 23 Aug 2010 17:08:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>I got a Select Wireless RW-200 USB cdma 1x EV-DO to work</title>
		<description>It's all thanks to Bakyt Niyazov

I'm visiting Phnom Penh, Cambodia for a few weeks. I obtained a Select Wireless RW-200 with an Excell 3G account for $48/month.

It did not work with Ubuntu 10.04's NetworkManager, so I did a  
$ lsusb    and received:

Bus 004 Device 002: ID ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=161</link>
			</item>
	<item>
		<title>test yur speakers</title>
		<description>this linux command line utility for testing sound system really cracks me up:

 speaker-test -c 2 -t wav

source </description>
		<link>http://bolt.beetlebolt.com/blog/?p=160</link>
			</item>
	<item>
		<title>clonezilla server on a usb stick</title>
		<description>I used a 4gb flash drive and choose 2gb for persistence:
http://www.pendrivelinux.com/put-xubuntu-10-04-on-a-flash-drive-with-windows/

apt-get remove network-manager
wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O- &#124; sudo apt-key add -
apt-get install drbl
/opt/drbl/sbin/drblsrv-offline -r
install all the recommended packages
apt-cache show linux-image `uname -r` &#124; grep Filename
wget http://archive.ubuntu.com/ubuntu/   plus the filename above.

For me this meant my command was:

/opt/drbl/sbin/drblsrv-offline -k linux-image-2.6.32-21-generic_2.6.32-21.32_i386.deb

and ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=159</link>
			</item>
	<item>
		<title>mind mapping software</title>
		<description>Freemind seems to be the premiere *free* app to beat. I'm not sure if MS's OneNote is mind-mapping software or accomplishes the same task, but at least Christopher Dawson thinks it's the best mind-mapping software.
Web-based ones are appealing (platform independant and your work is saved in the cloud):
evernote (Christopher Dawson's ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=158</link>
			</item>
	<item>
		<title>working on a script to purge old cups jobs</title>
		<description>This is what I have so far. I'm stealing the idea from Kurt Pfeifle.

lpstat -o &#124; egrep `date -d "1 minutes ago" "+ %I:%M:"` </description>
		<link>http://bolt.beetlebolt.com/blog/?p=157</link>
			</item>
	<item>
		<title>Adding PPAs to software sources (in Karmic) is sooo easy:</title>
		<description>You can either go to:System&#62;Admistration&#62;Software Sources&#62;Other Software&#62;Addand put in something like (for example for thunderbird 3):ppa:ubuntu-mozilla-daily/ppaorppa:chromium-daily/ppaOr you can use the cli tool add-apt-repository followed by the ppa.Thanks Ricky of Digitizor. </description>
		<link>http://bolt.beetlebolt.com/blog/?p=155</link>
			</item>
	<item>
		<title>Building and Updating LTSP chroots or client images</title>
		<description>THIS POST IS A WORK IN PROGRESS -Be Careful!

LTSP is confusing because you actually have to keep up at least 2 working linux file systems. Your server file system is under root, just like you'd expect. But the image for your clients is (ubuntu's default) within /opt/ltsp/i386 or /opt/ltsp/amd64 (or ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=149</link>
			</item>
	<item>
		<title>lirc mplayer configuration file</title>
		<description>I'm using the standard ~/.lirc (added from the mythbuntu control center "Windows Media Center Remotes" option(I have a MCE 1039)) but I added a few tweeks. Btw, I ran irw to discover that my number keys are referred to as SEVEN instead of 7.

# LIRCRC Auto Generated by Mythbuntu Lirc ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=154</link>
			</item>
	<item>
		<title>script to break apart and name pdf pages</title>
		<description>#!/bin/bash

## use pdftk to break up a single pdf into single pages, and to rename
##      page according to the items on a csv file ##
##
##      NOTE: clean up and alphabetize the csv file.
##        ...</description>
		<link>http://bolt.beetlebolt.com/blog/?p=153</link>
			</item>
	<item>
		<title>No Spaces in Mailing Lists of Thunderbird 2</title>
		<description>I finally figured out why I can't email some of my mailing lists in Thunderbird 2: it's the damn spaces...
Thank you DanRaisch from the mozillazine forums...
 </description>
		<link>http://bolt.beetlebolt.com/blog/?p=148</link>
			</item>
</channel>
</rss>
