Pitted Knowledge of the Almighty Olive

This blog is a knowledge dump of all the technical information floating around in my head. It deals with anything involving software, hardware, gadgets, and technology.

May 31, 2018

Docker-based HTPC set-up

›
This is a quick run through for setting up a HTPC (Home Theatre PC). It requires a docker installation , which is available for most modern ...
Mar 2, 2018

Automatically make web apps use HTTPS with Let's Encrypt, Nginx, and Docker

›
Make sure you have docker already installed. Install the Nginx proxy with docker-gen sudo docker run --name=Nginx -d \ --restart=always ...
Mar 1, 2018

Making Docker Daemon listen on network port during start-up

›
Took a bit of time to find the relevant documentation piece , so I thought I would outline it here for easy reference. Option 1: This s...
Feb 20, 2018

Fail2Ban unbanning process

›
Log into the target machine with Fail2Ban installed Look at the list of banned IPs and identify the IP you wish to unban: sudo iptables -L...

Running a new GitLab Runner for private GitLab server

›
This guide was created in conjunction with the official tutorial . On your Docker installation, download the Gitlab Runner container . Whe...
Feb 19, 2018

Exposing your docker daemon API via network port (and getting it into Portainer)

›
These instructions will be targeted to Linux installations with systemd installed. In particular, I have used an Ubuntu-flavoured distro (El...
Feb 14, 2018

Navigating a private Docker Repository

›
All this content can be gained by reading the Registry HTTP API v2 specification . All URLs are assumed to by appended to https://[hostnam...
1 comment:
›
Home
View web version
Powered by Blogger.