Linux

I started using Linux after losing a new Windows 7 operating system due to a botched BIOS update. Low on funds and with time to kill over the summer of 2011, I tried out Ubuntu and ended up hooked.

From Ubuntu, I progressed to other Debian-based Linux distributions such as CrunchBang (now known as BunsenLabs Linux) and Peppermint, but since 2012 my distribution of choice has been Arch Linux, a highly customizable distribution based around binary packages. While the three days spent trying to get Arch working on my old Samsung N250 netbook were not always fun and games, it was the first time I started to peel back the GUI and get into the inner mechanics of an operating system. I highly recommend Arch to anyone looking to better understand how operating systems and computer hardware work, whether Linux novice or Linux neckbeard.

Arch User Repository

The Arch User Repository (AUR) is run by Arch Linux users and contains package descriptions (PKGBUILDs) that may be used to compile packages from source. I maintain the following AUR packages:

I also co-maintain the following packages:

Red Hat Enterprise Linux and CentOS

I have also spent a lot of time working with CentOS, whose upstream source is Red Hat Enterprise Linux (RHEL). I used to be a Red Hat Certified System Administrator and Red Hat Certified Engineer for RHEL 7, but as my current employer is more of a Microsoft shop, I have not recertified on RHEL 8.

This Website

This site is hosted via Linode, who offer scalable Linux-powered virtual private servers and a great library of technical and how-to guides. If you are looking for an inexpensive, unmanaged hosting provider, I highly recommend you check them out.

If you are in search of quality managed hosting, however, I strongly encourage you to check out the managed web hosting company I used to work for, Liquid Web.

This site is powered by a LNMP stack (Linux, NGINX, MariaDB, PHP)
  • NGINX (pron. engine x) is a lightweight, secure, fast web server and reverse proxy server. I was an avid user of another web server Lighttpd for several years, but started exploring NGINX recently as a reverse proxy solution on a project and enjoyed working with it so much I decided to convert.
  • MariaDB is a fork of the popular MySQL database management software with similar style, architecture, and indexing
  • PHP is a popular scripting language that handles modules and other interactive content on the site. It is closely integrated into NGINX through PHP-FPM (PHP FastCGI Process Manager), a PHP FastCGI implementation
On my Arch-powered personal systems, some of my favourite open source programs are:
  • LXDE (Lightweight X11 Desktop Environment) -- low-resource fast desktop environment similar in appearance to classic MS Windows
  • LXQt (Lightweight X11 Qt Desktop Environment) -- lightweight Qt desktop environment based on LXDE
  • Openbox -- highly configurable windows manager
  • Strawberry -- modern music player, fork of Clementine
  • puddletag -- audio tag editor for GNU/Linux
  • Syncthing -- peer-to-peer secure file synchronization over multiple devices
  • cherrytree -- hierarchical note taking application
  • TeXstudio -- robust editor for creating LaTeX logo files and documents