Tuesday, July 19, 2016

Install docker with btrfs filesystem on Centos 7

If you're using docker inside a virtual machine, it's a good idea create a virtual hard disk and set it as docker storage. For this purpose, you should use format the disk as Btrfs.

A great tutorial is posted on this topic here.

Instructions to make a btrfs partition is available here.

How to disable Debian 12 sleep on production servers

 Debian 12 has power saver enabled by default which causes your server to go to sleep if there is no mouse / keyboard interaction. To resolv...