-
RSS Links
Categories
- /bike
- /blog
- /categoryless
- /coffee
- /dev/random
- /food
- /freenetworks
- /friends
- /funny
- /geek
- /GirTheCadillac
- /Lebowski
- /Life
- /LifeWithDog
- /me
- /metrix
- /music
- /National Wireless Summit 2006
- /phonecamera
- /photo
- /potpourri
- /seadrunks
- /seattle
- /seattlewireless
- /shmoocon
- /softball
- /StupidShellTricks
- /sysadmin
- /travel
- /unix
- /work
- cons
- pyramid
Archives
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- December 2007
- August 2007
- July 2007
- May 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- February 2004
- January 2004
- December 2003
- November 2003
- August 2003
Category Archives: /StupidShellTricks
Learn something new every day
Usually in a bash script when I want to parse a file line by line I do something like this:
exec < foo.txt
while read LINE;
do
SOMEVAR=$SOMEVAR,$LINE
done
This evening I was writing a bash wrapper for debootstrap to automate the building of chroot environments and for some reason I chose to stray away from my norm and [...]
Also posted in /geek Leave a comment
geo-cam (explaining the previous post)
A while back when I was gearing up for the STP, I thought it would be cool to update my blog with a picture from my camera. That way I could send pictures during the ride. Then I thought it would be cool if I could send a phone cam picture with an address and [...]
Posted in /StupidShellTricks Leave a comment
Spam Subject Lines
If you look at the left sidebar of my blog, you will notice a new feature. The random spam subject line.
Tonight I decided to whip out a little bash cgi script that would pick a message at random from my spam trap and display the subject line. So every time you look at my [...]
Posted in /StupidShellTricks Leave a comment
whore.cgi
In my spare time I help sysadmin the box this site is on.
This generally means getting vhosts setup for people and showing them how to setup their mail client etc… Recently Jason moved his site and mail over so I have been setting up the webserver for him and what not. He sends me an [...]
Posted in /StupidShellTricks Leave a comment
TemPageR 3E environment monitor