SIMULATION
Configure a mail alias to your MTA, for example, send emails to harry but mary actually is receiving emails.
A.


SIMULATION
Download file from http://ip/dir/restircted.html, and the local user harry can access it by http:// station.domain30.example.com/restircted.html, and cannot be accessed by t3gg.com.
A.
SIMULATION
Configure the nfs server, share the /common directory to domain30.example.com, and allow client to have the root user right when access as a root user.
A.
SIMULATION
Configure the samba server, share /common, which can be browsed. The user harry can only read it. If it is needed, the password for harry is harryuser.
A.

SIMULATION
You access the iscsi shared storage. The storage server ip is 172.24.30.100. Separate of 1500M space, format as ext3 file system, mount under /mnt/data, and make sure the root-start automatically mount.
A.
SIMULATION
Add a cron schedule to take full backup of /home on every day at 5:30 pm to /dev/st0 device.
A.
Create a file called packages.yml in /home/sandy/ansible to install some packages for the following hosts. On dev, prod and webservers install packages httpd, mod_ssl, and mariadb. On dev only install the development tools package. Also, on dev host update all the packages to the latest.
A. Answer: See the for complete Solution below.
Create a file called adhoc.sh in /home/sandy/ansible which will use adhoc commands to set up a new repository. The name of the repo will be 'EPEL' the description 'RHEL8' the baseurl is 'https://dl.fedoraproject.org/pub/epel/epel-releaselatest-8.noarch.rmp' there is no gpgcheck, but you should enable the repo.
*
You should be able to use an bash script using adhoc commands to enable repos. Depending on your lab setup, you may need to make this repo "state=absent" after you pass this task.
A.
Answer: See the for complete Solution below.
Create the users named jeff, marion, harold
A. Answer: See the for complete Solution below.
Whoever creates the file on /data make automatically owner group should be the group owner of /data directory.
A. Answer: See the for complete Solution below.