Archive for the 'geek' Category

i have too many domains again

for some reason i have been overdoing it at gandi.net

spodder.comкомпютри
eatyourpets.com
allom.com
breadfetish.com
buythebitchagagball.com
evilforbeginners.com
sharkutilitycupboard.com
appletablepenny.com
fuckinggingers.com
fuckinggingers.co.uk

i wish i had this many projects.

how to clean your pkgsrc tree without waiting 6 days

from #netbsd on efnet. the ultimate source for one liners..

20:25 <jm_> [19:18] < mspo> or just do an occasional make clean from /usr/pkgsrc
20:27 <jm_> cd /usr/pkgsrc && for PACKAGE in `find . -type d -name work | cut -f2,3 -d/`; do cd /usr/pkgsrc/$PACKAGE && make clean; done
20:27 <jm_> Is about 200x faster.
20:27 <jm_> If you can remember that.

checking for vuescan releases

i find Ed Hamrick frequently updates useful additions to his most excellent software, Vuescan - but he provides no RSS feed,nor mailing list for these changes.

so i put this zsh horrible one-liner in my crontab.
please feel free to explain a better way of doing this…
sh: /usr/pkg/bin/states: not found Download this code: /code/vuescan.txt