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_…

Server migration for blogs.dgplug.org

I have been maintaining dgplug [https://dgplug.org/] infrastructure for sometime now. We have a blogging platform, blogs.dgplug.org [https://blogs.dgplug.org] for our community. We were planning to migrate it to the latest version of Operating System and the blogging software, but my post covid symptoms hindered…