Building a Linux Container using Namespaces :: Part – 2

In this article, we will demonstrate how one can isolate a process to have its own Mount points and Networking stack independent of the Host namespace leading up to building a simple Container from scratch using Namespaces in Linux. Here is the link to the article:

Building a Linux Container using Namespaces :: Part – 2

Here is the Github repo for the code from this series.

Enjoy 😉 !!!

Building a Linux Container using Namespaces :: Part – 1

In this article, we will demonstrate how one can isolate a process to have its own Host name, User/Group IDs, Process IDs , and Mount independent of the Host namespace leading up to building a simple Container from scratch using Namespaces in Linux. Here is the link to the article:

Building a Linux Container using Namespaces :: Part – 1

Enjoy 😉 !!!

Quick Tip :: Fix the “Edit” option in Shutter

Regularly use the open-source screen capture tool Shutter for illustrations in my articles/tutorials. One of the features really like is the ability to annotate a screenshot by editing the captured image. In the Ubuntu 18.04 based Linux distros, the “Edit” option at the top (towards the right) is disabled and greyed out. When one hovers over the option, it will indicate that one needs to install a dependent library called libgoo-canvas-perl. This package is missing from the official Ubuntu repository.

Found the following link that fixes this issue (Special *THANKS* to the author Ji M):

http://ubuntuhandbook.org/index.php/2018/04/fix-edit-option-disabled-shutter-ubuntu-18-04/

Hope this is useful for others as well – Enjoy 🙂 !!!