Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stean202020/rhcsa-study
rhcsa study materials
https://github.com/stean202020/rhcsa-study
Last synced: about 2 months ago
JSON representation
rhcsa study materials
- Host: GitHub
- URL: https://github.com/stean202020/rhcsa-study
- Owner: stean202020
- Created: 2019-09-13T19:43:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T00:57:48.000Z (8 months ago)
- Last Synced: 2024-11-12T06:13:28.755Z (about 2 months ago)
- Language: Shell
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red Hat Certified System Administrator (RHCSA) study guide
RHCSA EX200 study materials### Test ENV network setup
| Host name | IPv4 | Gateway | DNS |
|:--------------------------|:----------------|:--------------|:--------------|
| server.linux-acc.local | 192.168.122.150 | 192.168.122.1 | 192.168.122.1 |
| client.linux-acc.local | 192.168.122.151 | 192.168.122.1 | 192.168.122.1 |
| untrusted.linux-acc.local | 192.168.122.160 | 192.168.122.1 | 192.168.122.1 |### Test ENV root password
linuxacc### Create RHEL server virtual machine
Run createServer.sh to create a virtual machine with 2 hard drives and install RHEL 9.4 with a graphical server enviroment.### Remove RHEL server virtual machine
Run removeServer.sh to remove the virual machine### Create RHEL client virtual machine
Run createClient.sh to create a virtual machine and install RHEL 9.4 with a workstation enviroment.### Remove RHEL client virtual machine
Run removeServer.sh to remove the virual machine