Dgplug summer training, 2022

dgplug summer training 2022 [https://foss.training/] will start at 13:00 UTC, 25th July. This is our 15th edition. Following our tradition, we have updated and modified our training based on the feedback from the old participants and community at large. There shall be more experiments for the betterment…

Update on foss.training infrastructure

This summer we are having 15th edition of Dgplug [https://dgplug.org/] summer training. July, 2022 is when the training begins. It was a long due task on me to revamp the infrastructure. Website update Our foss.training [https://foss.training/] website is now all ready with it’s new…

Difference between chcon and semanage

SELinux Security Enhanced Linux, SELinux is the discretionary access control in the Linux distribution. This extra layer of security keeps the user's data safe in the system. SELinux context contains additional information, labels attached to each process, and files to determine the SELinux policy. The extra details about…

Looking at the process through psutil and Python

Lately I have been trying to improve my system administration skills. I needed to monitor some of the running processes. To do that I used psutil [https://psutil.readthedocs.io/en/latest/] module in Python. It is a cross platform module to parse the information about running process. It also…