December 2018
Beginner
826 pages
22h 54m
English
In this recipe, feel free to try out some or all of the commands listed (or even go off script and have a read of the relevant man pages). We will be using the CentOS VM.
SSH to your CentOS VM:
$ vagrant ssh centos1
Install two of the tools we will be using:
$ sudo yum install epel-release -y$ sudo yum install iftop tcpdump -y