Scott Sigler: Great author
Submitted by skryking on Fri, 12/12/2008 - 09:10I was introduced to this author Scott Sigler while listening to the Linux Link Tech Show. Great stuff. He publishes his books but also releases them in serial format in a weekly pod cast for free. give it a read. Listen I don't think you'll be disappointed.
My Christmas list
Submitted by skryking on Tue, 12/09/2008 - 16:02Remove duplicate files with fdupes
Submitted by skryking on Wed, 12/03/2008 - 00:53for i in `fdupes -f -q .`; do rm $i; done This is an interesting way to remove duplicate files from a folder. fdupes is a program that uses various tools such as md5sum and also a bit comparison to determine if a file is a duplicate. Its available in most Linux repositories.
Added Google reader feed to left
Submitted by skryking on Wed, 12/03/2008 - 00:39I've added a block with my Google Reader shared items feed to the left. I think next I'm going to move on to my twitter feed.
End of a semester
Submitted by skryking on Wed, 11/26/2008 - 10:18Well I've come to the end of a semester. Its been a rather grueling test of my programming ability as I'm not much of a C coder. Next semester I'm taking Intro to Robotics and am hoping its a much more interesting class than this one turned out ot be.
Dear Internet, I'm looking for a beginner robot kit
Submitted by skryking on Fri, 11/14/2008 - 14:53Dear internet type folks, I'm looking for a beginner robot kit to play with. I've got lots of programming experience, and a lot of spare radio control parts such as servos, gears, transmitters and receivers laying around my basement. Anybody have an suggestions?
New site
Submitted by skryking on Mon, 11/10/2008 - 10:35well this is a new site, I'm pondering replacing wordpress as it is a bit limiting.
vi global search and replace
Submitted by Anonymous on Thu, 08/28/2008 - 22:12
:g/pattern1/s//pattern2/g
use tar + ssh to make remote backups.
Submitted by Anonymous on Fri, 06/06/2008 - 18:22Easy way to backup files to a remote system securely. tar zcvf - /localfolder | ssh user@remotehost "cat > /storage/location/filename.tar.gz"
Gnome Terminal + nano: distraction free writing tool
Submitted by Anonymous on Thu, 06/05/2008 - 16:35I got interested in writing a couple of months ago and during the times I'm not working or writing I seem to always be hunting for the perfect distraction free writing environment for my laptop.
