Google Fonts – nasty bold
Say you are using Google Web fonts for some CSS. Well, if you don’t include the correct bits you may…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
Say you are using Google Web fonts for some CSS. Well, if you don’t include the correct bits you may…
Sometimes sending mail to a dev account is all well and good, but if the mail server you are sending…
I’ve had a few troubles getting this running, and thought I would document it here. First of all get the…
find / -xdev -size +1000000 -exec ls -lh {} \; The above will list files greater than a gigabyte in…
I often forget the syntax for getting files over a SSH connection. scp user@address:/path/to/file /path/of/new/file For example: scp root@domain.com:/tmp/mysql/test.sql .…
Wine doesn’t always play well with MSI files, so I have to install them through the terminal: wine msiexec /i…
I found that no matter what I tried, I could not get Google Talk to work through Empathy (on my…
I am assisting a colleague today check out a rather large feature branch. I showed him the branch address and…
I recently switched from Linux Mint back to the old trusty Ubuntu (11.10) One major problem was Unity, but I…
When I installed Ubuntu, every time I plugged in my iPhone it popped up a prompt asking me what to…