Sed tincidunt erat sit amet molestie dignissim

Integer quis nisl at orci feugiat lobortis quis a odio. Etiam efficitur metus ultricies nisl lacinia malesuada. Mauris ante eros, convallis vitae eros ut, congue ...

Read more

Enable Automatic Software Updates on CentOS 8

Security updates, as most of you would agree, are very important. Under Linux it is always advisable to keep the installed packages up to date, ...

Read more

How to install htop on CentOS 8/RHEL 8

Htop is very interactive, gives you additional information about running processes, and allows for manipulations such as sorting the list of processes using various criteria ...

Read more

ifconfig Command not found on CentOS 8/RHEL 8 – Quick Fix

ifconfig is a command-line utility to view network interfaces attached to Linux machines and network information such as IP address(es), netmask, etc.. assigned to network ...

Read more

How to install MySql 8.0 on CentOS 8/RHEL 8

MySQL is the most popular open-source relational database management system. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the ...

Read more

How to disable SELinux on CentOS 8

SELinux, also known as Security-Enhanced Linux, is a security feature embedded in the Linux kernel. SELinux leverages Mandatory Access controls (MAC) to confine users to ...

Read more

How to Install RPM Packages on CentOS

The RPM Package Manager (RPM) is a powerful package management system used by Red Hat Linux and its derivatives such as CentOS and Fedora. RPM ...

Read more

Fsck Command in Linux (Repair File System)

The FSCK is a system utility. It is a tool that is used to check the consistency of a file system in the Unix-like operating ...

Read more

How to Kill a Process in Linux

Linux Operating System comes with kill command to terminate a process. The command makes it possible to continue running the server without the need to ...

Read more

Install PIP to manage python packages in linux

Pip (recursive acronym for “Pip Installs Packages” or “Pip Installs Python“) is the package management system for Python, used to install and manage software packages ...

Read more