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…

Different VirtualHost entries for IPv4 and IPv6 in apache

The VirtualHost [https://httpd.apache.org/docs/2.4/vhosts/examples.html] directive in Apache [https://en.wikipedia.org/wiki/Apache_HTTP_Server] configuration enables us to run multiple websites on a single server. I wanted to have two different VirtualHost entries for the same domain on different IPv4 [https:…

PyLadies Stockholm April, 2022 meetup

It is has been a few months since I have moved to Stockholm. Since we were planning to move in here, the first thing I searched for was the PyLadies Stockholm [https://twitter.com/PyladiesSthlm]. Within days of arriving, I attended my first PyLadies meetup in November 2021. What a…

Finding and installing the security updates on Ubuntu

Keeping the system updated is a daily task of sys admins. To find out the available security updates on a Ubuntu machine use the commands here under. I have done this on a virtual machine Ubuntu [https://ubuntu.com/] 21.04. apt update This will update all the package information…

Upgrade CentOS 7 to CentOS 8 inplace

I wanted to upgrade one of my servers from CentOS 7 to CentOS 8 [https://www.centos.org/]. The following are the steps I followed : Check the kernel version Before we start the upgrade process, let us see the kernel version. # uname -a Linux centostest 3.10.0-1127.el7.x86_…