04

Jul/16

Left Speaker Bias Asus Maximus VI Hero

After checking I wasn’t going deaf I figured out the left speaker was louder than the right speaker from my PC. I only noticed this on Windows 10 and I have been dealing with the issue by moving the speaker … Continue reading

18

Jun/16

Ubuntu 16.04 Migration Update

A quick update to my migration process. I had all the servers running 16.04 and it was OK except for the stability. Setting up and moving things were simple enough. I did encounter issues with my symlinked .bashrc which I … Continue reading

06

Jun/16

Document Organisation Part 3 – Optical Character Recognition

Overview I wanted the text in scans to be embedded in the PDF document which PDF does support. Other solutions I’ve seen have been to include a copy of the text in a separate text file with the same name … Continue reading

02

May/16

Android To iPhone: 6 Months Later

Overview It’s been at least 6 months since I switched from Android to iOS cold turkey. I still have and use an Android tablet running Marshmallow so I do swap between the two platforms on a daily basis although I … Continue reading

04

Apr/16

Dockerising WordPress

Overview Container software has really picked up in popularity in part thanks to Docker and the concept is great. So much so I wanted to try it on my blog. Topology My setup consisted of a single instance on DigitalOcean … Continue reading

07

Mar/16

Windows 10 Waking From Sleep

Overview Since switching to Windows 10 I have been seeing the computer being woken up from sleep from random events here are some of the things I looked at to solve the wake up issue. Setup Set the computer to … Continue reading

22

Feb/16

Migrating From Ubuntu 14.04 To 16.04

Overview I have written migration plans for Ubuntu upgrades before. What makes it different this time is the hybrid Docker containers that I have used in places and the support for virtual IP (VIP) in Digital Ocean, my current hosting … Continue reading

04

Jan/16

Git Submodule v.s Subtree

Overview Incorporating libraries that are separately version controlled but requiring it as a dependency can be done in git but there are different ways of doing it. As an example I have used Git’s submodule and subtree. I started with … Continue reading