Written on March 9, 2021
Introduction On December 8th, Red Hat announced that they will discontinue the CentOS project and move forward to CentOS Stream. This was announced on the CentOS blog and Red Hat website: https://blo...
Written on March 1, 2021
Introduction If you run multiple servers and you do not want to edit files and open folders using ssh client and text editors like vim, vi or nano and you want to take advantage of all the features of...
Written on February 22, 2021
Introduction A lot of people love Linux due to its ease of use, great compatibility with almost any hardware and because it's free and open-source! Linux is not only powering almost 90% of all cloud i...
Written on February 15, 2021
Introduction As much as I love to use the terminal in order to do my daily tasks in the end I would rather do multiple tasks within one window (GUI) or perform everything from the terminal itself. In ...
Written on February 2, 2021
Introduction First lets start with explaining what is a Fork. A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project...
Written on January 30, 2021
Introduction It's not uncommon situation where you will need to generate a random password that you can use for any software installation or when you sign-up to any website. There are a lot of options...