Stopped Looking
I have officially “stopped looking” for a job. Hoorah
I noticed there were a bunch of old downloads listed on my site that I have since… discontinued. So I cleaned those up and made some other various changes. I counted the downloads from this site, SELECT sum( dls ) FROM `downloads` WHERE 1
Result: 578179.
Wow.
By now I’ve figured out that if I need to google something more than once, it’s important enough to write down.
Trying to rm a (large) list of files on my *nux box led to this
[root@sam /dir/ectory]# rm 1.*
-su: /bin/rm: Argument list too long
A google search led to doing this as a solution, which works.
[root@sam /dir/ectory]# find . -name '1\.*' | xargs rm
I haven’t had HBO, so I haven’t been able to watch “The best Drama ever written”, Sopranos. So I’ve been catching up via the DVDs. I just finished Season 1, and am looking forward to getting the rest of it watched. Gotta say, it’s becoming one of my favorite shows…
So apparently when you don’t turn on the Viewsonic V37 PocketPC for about a month, it goes dead and erases all information it has on it. It must be a flaw of the device, to not have a backup battery.
I lost a lot of vital information… but I guess that’s what I deserve for not using it. I don’t think I’ll use it anymore since school let out, so I’ll probably sell it pretty soon.