General / Mac OS X How to show ip routes in Mac OS X? Answer: Fire up your terminal an enter the following command:
netstat -nr
Or you could limit it a bit to this:
netstat -rnf inet
Or ...
Dedicated Servers / Linux How to edit a very large file? Answer: I had to remove one line of a 20GB MySQL dump file and was wondering how I could do this.
Actually ...