Category: centos

How to install GUI package in centos 7 0

User Management in Linux (Red Hat/CentOS)

User Management in Linux How to know the user details chirag@chirag-MacBookAir:~$ getent passwd username How to know the id of user chirag@chirag-MacBookAir:~$ id username How to change the UID chirag@chirag-MacBookAir:~$ usermod -u 2000 username...

install PHP-FPM 7 on Centos 0

How to install PHP-FPM 7 on Centos

how to install PHP-FPM 7 on Centos or any specific version with Nginx What is PHP-FPM? PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of...

How to use SSH command line in Centos 8 1 0

How to use SSH command line in Centos 8

SSH command line Is there any difference between Centos 7, Cento8 and Ubuntu SSH commands. Let’s find out SSH in Centos 8 In Linux, The most common way to get a shell prompt on...

Learn Docker 6 0

Learn Docker

All the docker commands will be common for Ubuntu, Centos, Windows and Mac IOS For Installation Click here How to run containers in Docker? Find the container you are willing to run using Docker....

0

Docker Installation in Centos 7 and Ubuntu

To install the Docker in Centos, First we need to download the repository on the correct place ie.. “yum.repos.d” . Follow the below command to download Docker. cd /etc/yum.repos.d/ yum install wget wget https://download.docker.com/linux/centos/docker-ce.repo...

× How can I help you?