-
Administration tools
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 » -
Commands
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 » -
Commands
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 » -
Administration tools
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 » -
Commands
How to use rsync (Remote Sync) in Linux
Rsync (Remote Sync) is a most commonly used command for copying and synchronizing files and directories remotely as well as locally in Linux/Unix systems. It…
Read More » -
Centos
Install REMI Repository on CentOS 8 linux
REMI is a free to use repository created and maintained by a Remi Collect. The REMI repository main goal is to provide the latest versions…
Read More » -
Centos
How to configure static ip address on CentOS 8
In this tutorial, we are going to show you how to configure a static IP address with network scripts, nmtui and nmcli utilities in CentOS…
Read More » -
Centos
How to install CentOS 8 Minimal server
CentOS is a free and open source operating system derived from the sources of Red Hat Enterprise Linux (RHEL). CentOS (Community Enterprise Operating System) is…
Read More » -
Centos
How to enable EPEL repository on CentOS 7
EPEL (Extra Packages for Enterprise Linux) is open source and free community based repository project from Fedora team which provides 100% high quality add-on software…
Read More » -
Commands
How to use apt Command in Linux
APT also known as Advanced Packaging Tool is the command-line tool for managing packages in Debian-based distributions like Ubuntu 16.04, Ubuntu 18.04, Debian 8, Debian…
Read More »