Setting Docker options in Debian 8
When using Debian 8 and the latest official Docker installed with the official repository from docker, the systemd configuration does not obey the /etc/default/docker configuration file. This...
When using Debian 8 and the latest official Docker installed with the official repository from docker, the systemd configuration does not obey the /etc/default/docker configuration file. This...
[TOC]
Collection of commands that are useful when managing ZFS storage.
Show disk and pool status:
zpool...
[TOC]
I needed an access point in my shared flat during my semester abroad in Spain as the shared routers performance dropped significantly when everyone was home. This is how I...
[TOC]
I use Docker sometimes. Currently, I use a CI called Drone, which runs tests in Docker containers customized for the project (usually to mimic the production environment). I like...
[TOC]
The smart status of a hard drive contains information about the health of the drive.
All the tests can be run in the forground by adding...
[TOC]
KVM requires that the processor has virtualization support, named VT-x for Intel, and AMD-V for AMD.
Check by issuing lscpu:
[TOC]
Sometimes, using a tunnel can be very practical to bypass things like captive portals and firewalls, usually ping/ICMP is not blocked in these kinds of services, and if that is the...
[TOC]
These are my notes for TDT4225 . These are my own understandings of the subject and it may not be completely correct or accurate. It is also written in slightly...
[TOC]
These are my notes for TTM4150 . These are my own understandings of the subject and it may not be completely correct or accurate. It is also written in slightly...