James McDonald

(Almost) Universal File Format Convertor unoconv

Sometimes you want to batch convert office files from say .doc to .docx to bring yourself into the 2010's but you can't find a format convertor. LibreOffice has an application known as unoconv Which is very cool unoconv -l & # start the listener # convert a Word...

Google Algorithm Change Traffic Increase

On May 19 2014 Google made an Algorithm change as can be seen at this Google Algorithm Change History page. Around the same time I moved my website from Rackspace to DigitalOcean Anyway, a day or so later I noticed a marked increase in daily traffic. I thought perhaps...

www.domaincentral.com.au run a mile

Just trying to help a friend get Wordpress running on Domain Central The one click install of Wordpress they provided was many versions behind so I deleted it and attempted to upload 3.9.1 and did the install. And then ran straight into a brick wall: Domain central is...

Transferred from Rackspace to DigitalOcean

Just transferred this site to a Digital Ocean "droplet" which is what DO calls a VPS. The instance is being hosted in Singapore. Things I like at the moment: Fast provisioning ping times to the DO Singapore datacenter are quicker than to Rackspaces ORD data center...

Ubuntu Fonts install on Fedora 20

Just noticed some nice fonts from Jono Bacons Dealing with Disrespect PDF book I downloaded recently Thought to myself I would like these fonts on my Fedora 20 Workstation. So I opened the PDF properties discovered the font was Ubuntu & Ubuntu Light which lead...

Galaxy S4 Secure File Deletion

I have a work phone which I use as my personal phone also. So there is a lot of stuff like personal photos co-existing on the device. When I return the phone I want to know that the next IT person that get's the phone will not be able to run a file recovery utility...

Rackspace Disk Performance 1GB VPS

Just looking at a Digital Ocean SSD performance test here http://www.itekhost.net/digitalocean-performance-benchmarks/ Decided to run my own on my Rackspace "1 GB Performance" VPS The DO benchmark gave 355MB/s note the performance of the Rackspace VPS: dd if=/dev/zero...

NGinx.conf Scripting Tutorial

These tutorials are very interesting if you are running nginx and would like to use more than the standard options. http://agentzh.org/misc/slides/nginx-conf-scripting/nginx-conf-scripting.html#1 http://openresty.org/download/agentzh-nginx-tutorials-en.html

Netcraft.com – What’s that site running?

I've been using http://www.netcraft.com for many years to have a look at what technologies are powering different sites, which IP netblock they are on and whether they have been moved over time. You go to the home page, find the "What’s that site running?" form, enter...

Microsoft Office SP2 Activation on Windows 8.1

Got an error when attempting to activate office of 0x80070190 Tried running office as an adminstrator and doing the activation still got and error So started an administrative command prompt cd C:\Program Files (x86)\Microsoft Office\Office14 cscript ospp.vbs /act...

Symantec Endpoint Protection Install on Windows 8.1

Things I discovered / Googled. You need to enable the "Remote Registry" Service make sure it's running. The correct firewall ports need to be open http://www.symantec.com/connect/forums/firewall-ports-push-deployment And you need to add a value to allow UAC to bypass...

Cross Platform Opensource Apps

I use Fedora 20 at home and Windows 7 at work but I like to be able to have a consistent environment across my Workstations. The following is a list of productivity applications that gets installed on both Windows and Linux.  

CakePHP Login and Authenticaton Tutorial

http://miftyisbored.com/a-complete-login-and-authentication-application-tutorial-for-cakephp-2-3/ This site is by a multi-talented developer that sometimes Blogs about CakePHP. The good thing about it is he includes listings for the structure of the database tables...