Whats my IP from command line
I often need to check my WAN IP address – so this little command will do it for you in…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I often need to check my WAN IP address – so this little command will do it for you in…
If you have large JSON files with application settings in, you need to be sure that the settings only appear…
If you need to backup your SVN repositories, then you can use this bash script to do so: #!/bin/bash DATE=`date…
I use the openvpn command line to connect to a certain VPN site, and I get annoyed at having to…
So you want to have your password remembered by a remote SSH connection? Easy, following these steps On your local…
Finding files is a little different to MS DOS! find <startlocation> <type> <filename> <exec> The exec is a simple way…
If you have just set up a new Centos server andĀ foundĀ that the network isn’t functioning, and you have no IP…
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…
GZIP and TAR are two different utilities bound by the same cause. Compressing files and making file catalogs. To compress…
On Mountain Lion, I found that the my.cnf file is missing. This is because Mac uses the default MySQL settings…