No Image

Install Vsftpd with SElinux

March 8, 2018 0

Install vsftpd Before installing new software, it’s always best practice to run updates: yum -y update Then install vsftpd and any required packages: yum -y […]

No Image

Mount New Hard Disk in Centos 7

March 8, 2018 0

For the Impatience: 1. list partition, select the unmounted disk: fdisk -l 2. create partition: fdisk /dev/sdb press “n”, “p”, “enter”, “enter”, “w” 3. format […]

No Image

SSH port and SELinux

March 8, 2018 0

Errors Encounter: $ tail /var/log/secure Sep 18 13:27:50 server1 sshd[13095]: Received signal 15; terminating. Sep 18 13:27:50 server1 sshd[13798]: error: Bind to port 235 on […]

No Image

Install PHP 7.x with Remi Repository

March 7, 2018 0

Installation: This guide provides a single version installation which means replacing base packages from the distribution Packages have the same name than the base repository, ie php-* PHP version 7.2 packages […]

No Image

Useful Docker Commands List

March 6, 2018 0

List of Useful Docker 17.12.x Commands: Start docker: dockerd & Test docker: docker run hello-world ## List Docker images docker image ls ## List Docker […]