December 2018
Beginner
826 pages
22h 54m
English
For this section, we're going to use our CentOS VM.
SSH to your CentOS VM, forwarding 8080 as you do:
$ vagrant ssh centos7 -- -L 127.0.0.1:5858:127.0.0.1:5858
Make sure NGINX and some utilities are installed, and that NGINX is started for this example:
$ sudo yum install epel-release -y$ sudo yum install policycoreutils-python setroubleshoot -y$ sudo yum install nginx -y$ sudo systemctl enable --now nginx
Read now
Unlock full access