Add local registry mirror or http(s) proxy to docker on ubuntu 16.04

Create this folder if this /etc/systemd/system/docker.service.d/ if it does not exist yet. For adding local registry mirror add override.conf and file to the folder and the following config sudo mkdir /etc/systemd/system/docker.service.d/ sudo vi /etc/systemd/system/docker.service.d/override.conf [Service] ExecStart= ExecStart=/usr/bin/dockerd -H fd:// –registry-mirror=http://10.0.0.7:5000 For adding proxy to docker add proxy.conf with the following config sudo vi /etc/systemd/system/docker.service.d/http-proxy.conf [Service] … Read more

How to configure HTTP/HTTPS proxy for iPython notebook server

Just to clarify, this is not a post on how to configure apache/nginx to proxy requests to iPython notebook server or a backend proxy. This is when you have a iPython notebook server running on your laptop/desktop behind a corporate/school proxy/firewall and any web requests needs to go through such proxy. On bash shell you … Read more

Slackware Virtual Machine v13.1

I have been meaning to update the linux virtual machine images with newer versions but have been too busy so far, however managed to get a breather at work thanks to the post Holidays slump 🙂 So here is an vm with the latest version of Slackware 64bit v13.1.

Slackware Linux VM Configuration
Distribution: 13.1
Linux Kernel: 2.6.33
Installation Type: Base+X+XFCE
Desktop Environment: XFCE
Networking: DHCP
Root Password: “vmware”

Read more