Showing only posts in automation. Show all posts.

Git SSH Docker container

My favorite option to backup and version my code and text files is using git with a remote repository. The implementation I have chosen for that consists in running an ssh server, with git, in a Docker container. This has the following advantages over other solutions:

  • 100% reproducible;
  • Limits access …

ZNC in Docker container

ZNC is a popular IRC bouncer, which stays connected to IRC channels and log conversations while one isn't connected. This note desrcibes how to launch ZNC in a Docker container, so that it be launched on any Docker enabled platform. To quick start with Docker, one can follow the steps …

Ubuntu VM auto installation

Installing a fresh Ubuntu, or any other Linux distribution, on a new system is quite forward. The installer asks you a few question about your country, keyboard, network, ... . Then it installs all the required packages on the system, and makes it bootable.

However, when playing with VMs (Virtual Machines), you …