06

Aug/18

Ubuntu to Alpine Docker Images

I did a quick test and switched the base OS in a docker image which I use for backing up MySQL database and the size difference is amazing! Going from Ubuntu 18:04 to Alpine latest (version) means the combined OS … Continue reading

02

Apr/18

Upgrading HAProxy On Ubuntu

Overview Following my earlier post using Vbernat’s PPA to install the latest Haproxy on Ubuntu, there have been several minor versions since the original post. The steps below will show you how to upgrade to any version offered by Vbernat’s … Continue reading

05

Dec/16

Post MySQL Install

After installing MySQL you can run the below command to secure your install: sudo mysql_secure_installation The script will ask a bunch of questions and act accordingly so it is only as secure as you want it to be but it … 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

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

13

Apr/15

Deluge BitTorrent Client On Ubuntu

Overview Deluge is a bit torrent client which uses a client-server like architecture. The cool thing is you can have the server locally (like this install) or remote and just use the client to manage the queue. Install Add the … Continue reading

19

Jan/15

Replace Disk In LVM On Ubuntu

Overview LVM makes adding and removing physical disk very easy as its an additional layer of abstraction. I will go through the steps need to replace an existing disk of same or larger size. Warning! Always backup prior to doing … Continue reading

10

Nov/14

Ubuntu 14.04 Desktop Sharing

I tried connecting to a newly installed Ubuntu 14.04 install using the VNC after setting up Desktop Sharing: The clue is in the error message. To fix this it requires disabling Ubuntu requiring an encrypted connection. DO THIS AT YOUR … Continue reading