How to Install PIP on CentOS 7
PIP is a package management system used to install and manage software packages written in Python. PIP can be installed either by using YUM or with Curl & Python.
Linux OS is the very popular Operating Systems for servers and personal computers. The basic flavors are Ubuntu, Debian and Kali linux.
PIP is a package management system used to install and manage software packages written in Python. PIP can be installed either by using YUM or with Curl & Python.
In certain circumstances , your servers user data files may corrupt which can create issues while migrating , operating the cpanel accounts. These user data files can be repaired using…
An inode is an entry in inode table, containing information ( the metadata ) about a regular file and directory. An inode is a data structure on a traditional Unix-style…
As a System Administrator, server uptime has much importance. The servers must be running as long as possible. While keeping this server uptime consistent, a System Administrator should also have…
Installing Desktop Environment Most servers don’t have a desktop environment installed, so we’ll start by installing a lightweight desktop environment. There are several desktop environments (DE) available in Ubuntu repositories.…
Modern and performance/server grade network interface have the capability of using transmit and receive buffer description ring into the main memory. They use direct memory access (DMA) to transfer packets…
View selected lines of a document/file # sed -n ‘9,20p’ file.txt View the entire file except selected lines # sed ‘21,40d’ file.txt Replacing words or characters in a file #…
On CentOS 7, FirewallD a default firewall management tool is enabled. In order to install iptables, we need FirewallD from server: # systemctl stop firewalld # systemctl disable firewalld #…
FFmpeg is a free and open-source project consisting of a vast software suite of libraries and programs for handling video, audio, and other multimedia files and streams. It contains libavcodec,…
How to add swap space on CentOS 7, which is a type of virtual memory that can be used to extend the amount of physical RAM available to the system.…