linux art

~ $ uname -a Linux localhost 2.6.18-gentoo-r4 #1 SMP Mon Nov 20 14:35:43 UTC 2006 i686 Intel(R) Pentium(R) M processor 2.00GHz GenuineIntel GNU/Linux that just looks pretty…..

neat little perl trick

you ever have a shitload of files in a directory that needed one thing (the same in all) changed ?? here is this cool little perl trick to change that one object in all the files without having to edit them all by hand perl -pi.bak -e ‘s/foo/bar/i’ *.extention by running this with the -p … Read More

screen for *nix

i love this tool. it comes in really handy when i am logged into a shell via ssh. when running interactive programs, if initiated with screen, they will not close when the shell dies because of connection issues. you just have to re-log back into the ssh sheell and just type: screen -d -r plus, … Read More

ipaq & qnx

i just received a copy of qnx for the ipaq, i want to know if anyone actually uses it and if so – is it any good ?? hit me up with the info…