Saturday, October 16, 2010
Distro Debian
Everyone,
Been installing servers lately to do a multitude of things and I had a certain application that I had to install which would just not play well with Ubuntu. I went ahead and install debian as a test and boy am I impress. I'm known to be a lover of centos and fedora but the debian package repos is incredible and the fact that they are strip of crap as possible makes them a very very very good server distro. I highly recommend if you dont want to go with ubuntu and all its extra stuff.
http://www.debian.org/
Thursday, October 7, 2010
One Liner to detect as and ip registar info via cymru
This is a small oneliner bash script that it accepts an AS# or IP address and provides the registar and information about the owner of said AS or IP, it is a more complete whois
--------------
#!/bin/bash
whois -h whois.cymru.com " -v $1"
--------------
#!/bin/bash
whois -h whois.cymru.com " -v $1"