perl -e ‘print “\x59\x6f\x75\x72\x20\x65\x2d\x70\x65\x6e\x69\x73\x20\x69\x73\x20\x74\x68\x69\x73\x20\x6c\x6f\x6e\x67\x21\x20\x38”; $r = int(rand( 30-1+1 ) ) + 1; for($n = 0; $n < $r; ++$n) {print “\x3d”;}print “\x44\x20$r\x20\x49\x6e\x63\x68\x65\x73\n”;’ Last-Modified: 2007-03-07 19:38:50
#!/bin/bash # This script requires the imagemagick package # this is the dir you save your images to SAVEDIR=/home/wishes/logger/images/ while true do TIMEDATE=`date +%F-%k-%M` WHOAMI=`whoami` #you can edit this out – its just for verbose echo “Taking shot” /usr/bin/import -window root “${SAVEDIR}${TIMEDATE}-${WHOAMI}.jpg” sleep 60 done Last-Modified: 2007-03-07 19:38:50
Learning Python is very easy with this quick and easy python tutorial going over the basics.