Reverse DNS from command line
Quick and easy way to look up a domain name given an IP address.dig -x 17.254.3.183
TextSnippets > unix >
Post code snippets. Sort by tags, people, people and tags, etc..
? Earlier | 2 items total | Later ? |
dig -x 17.254.3.183
du -sk * | sort -n | tail -10
? Earlier | 2 items total | Later ? |