Finding text in files in a folder
Quite often I find myself looking for files which contain the same text. Mainly config settings, etc. On linux you…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Quite often I find myself looking for files which contain the same text. Mainly config settings, etc. On linux you…
Simple syntax to create a super user (for editing users and dropping schemas etc) CREATE USER 'superuser'@'%' IDENTIFIED BY '[password]';…
In order to compact a virtualbox VDI file and recover some of the lost space (especially useful when using a…
I’ve used openvpn on Mac (using Tunnelblick) for a few years for a home->work VPN connection with no issues, and…
We’ve been using a bit of a google doc recently for logging stuff, and sometimes cells get missed. I wanted…
I often need to check my WAN IP address – so this little command will do it for you in…
If you made a typo or a similar mistake when naming your new branch, and you want to rename it,…
So you get that annoying “The volume can’t be ejected because it’s currently in use.” message trying to unmount your…
So, I use svnX on MacOSX and I find DiffMerge a much nicer application than the default FileMerge, but I…
So, trying to use a Linux Mint laptop and Plex for a lower power consumption server seemed a good idea,…