Exiting the vi editor
2018-05-10
Yes, this page contains the way to exit the vi (or more modernly, vim) editor, just scroll to the end of this page. But please, before you just quit and forget the best text editor the GNU/Linux and UNIX platforms have to offer, please take a look at what you can do with it. …more
HAProxy: routing HTTP requests by domain name
2018-02-20
Recently, I have been looking into HAProxy as an alternative load balancer to NGINX. NGINX' free version lacks features vital to a multi-container environment. The most important features we need are upstream health checks and sticky sessions. …more
HAProxy inside Docker: getting the logs
2018-02-04
The official HAProxy docker image does not really offer an out-of-the-box way to get to HAProxy’s logs other than sending it to a remote log server. Sending log messages to stdout/stderr so you can view the logs with docker logs does not appear to be possible with HAProxy. …more
Top 5 GNU/Linux editors for 2018
2018-01-16
vim vim vim vim vim …more
Ghost
2018-01-16
I’ve decided to revive my site, in the hopes to do a little bit of writing again, basically making myself a necromancer. Wordpress has fallen from grace, and Ghost has taken its place, as Ghost feels like a better match for my needs. …more