How to keep Rocky Linux 8 up to date

Rocky Linux Update

As a system administrator, it is your job to keep the system up to date with the latest packages to increase system stability and reduce security risks. If you haven’t configured your server to check for updates automatically, you’ll have to update them manually. In this tutorial, we’ll learn how to keep Rocky Linux 8 … Read more

8 Ways To Get Help On The Linux Shell

8 ways to get help on the Linux shell

Whenever we use new software or a new operating system, the interface and the environment we are used to change as well. Sometimes the new environment is user-friendly and we don’t find it difficult to deal with. But sometimes the new environment is so complex and foreign to us that we are completely clueless. In … Read more

How to Install and Use acme.sh script to get free SSL Certificates on Linux

acme.sh Let's Encrypt

There are some popular methods of generating SSL and TLS certificates in Linux. One of the most popular methods of issuing SSL certificates is Let’s encrypt which is a certificate authority that offers free SSL certificates. There is an even easier way to issue the certificate which does not require any dependencies and requirements. The … Read more

How to Install GCC Compiler Collection on CentOS 8 and Rocky Linux 8

Install GCC on CentOS

The GNU Compiler Collection (GCC) is a compiler software package with a collection of compilers for several languages. It is free and open-source software, which means that everyone has the opportunity to contribute or modify the application according to their own needs. GCC supports various programming languages, including C, C++, Objective-C, Fortran, Java and Ada. … Read more

How to Install Fish Shell on CentOS 8 and Rocky Linux 8

Fish Shell

Fish Shell also known as ‘Friendly interactive shell’ used for Unix/Linux-like operating distributions. It provides a smart, fully equipped, and user-friendly command-line environment for all Linux users. Fish shell supports various features unlike any other shell such as autosuggestion, Tab completion, syntax highlighting, Sane Scripting, Glorious VGA Color, and web-based configuration. Using this interactive shell … Read more