« ... | Main | »
September 02, 2008

This one can be viewed either direction. It will be mounted in a rotating frame. I have another 1/3rd done and I started a 3rd tonight, same idea...

Read this, substituting 'writing' for your mode of creativity.

Here's a little utility to help repackage zips or strip known zip passwords:
#!/bin/sh
#loop through all zips in current working directory
for i in *.zip
do
#make unique/temp directory for each zipfile
mkdir "`basename \"$i\" .zip`"
#extract contents to prev. created dir (will prompt for passwd)
unzip "$i" -d "`basename \"$i\" .zip`"
#remove original zipfile
rm "$i"
#repackage zipfile from dir/orig. contents
zip -r "$i" "`basename \"$i\" .zip`"
#remove dir/temp
rm -rf "`basename \"$i\" .zip`"
done

Also: if your Volvo P2 series 2001-2007 sunroof just 'dies' you can reset it by turning the car off and locking/unlocking. This resets upper cabin electronics including maplights.



Post a crit
Name:


Email Address:


URL:


crits:


Remember info?