.: Eax's Realms :.  
There is no meaning to life, but to breed. Eax 3rd of may 2009 - 20:34
    Home | Blags | Projects | Downloads | Forums | Bombs
    Index |  About |
Projects
42X Stock Exchange
My first "real/big" project in PHP/MySQL
It's a stock-exchange game so check it out. I'm VERY proud! :)
LINK to 42X

Access the piratebay
Gives access to The Pirate Bay, for blocked users
You can use this direct link to download it
Or go to the download section.

(nearly) Random (pirate) name generator
Basicly this program generates random names
You can use this direct link to download it
Or go to the downloadsection.

Linux IP
There are several ways to get an IP in Linux
But every method I have tried gives more information than I need.
So, thanks to Uther_P from #linux on irc.freenode.net I have devised this script:

       ifconfig eth0 | grep 'inet addr' | sed 's,^.*inet addr:\([0-9\.]*\).*$,\1,'

This script writes nothing more than the ip, ie: "192.168.1.107".
Created By Peter "Eax" Ahlers
Licensed under the: Bugroff license.
Feel free to use/steal anything :P Just give me credit :)