updated notes

This commit is contained in:
Hugh Ratsch
2025-02-18 22:29:45 -06:00
parent 9be2627fa3
commit 5da3e06f11
+20 -18
View File
@@ -24,16 +24,16 @@
### 3. Service Configuration ### 3. Service Configuration
- [x] Configure networking and hostname resolution - [x] Configure networking and hostname resolution
- [ ] Start, stop, and check system service status - [x] Start, stop, and check system service status
- [ ] Configure services to start automatically at boot - [x] Configure services to start automatically at boot
- [ ] Configure time service clients - [x] Configure time service clients
### 4. Storage Management ### 4. Storage Management
- [ ] List, create, delete, and modify physical storage partitions - [x] List, create, delete, and modify physical storage partitions
- [ ] Create and configure filesystem - [x] Create and configure filesystem
- [ ] Configure and manage swap space - [x] Configure and manage swap space
- [ ] Create and manage LVM storage - [x] Create and manage LVM storage
- [ ] Create and manage STRATIS storage - [x] Create and manage STRATIS storage
### 5. Container Management ### 5. Container Management
- [ ] Find and retrieve container images - [ ] Find and retrieve container images
@@ -41,17 +41,17 @@
- [ ] Configure container storage - [ ] Configure container storage
### 6. System Management ### 6. System Management
- [ ] Boot, reboot, and shut down a system - [x] Boot, reboot, and shut down a system
- [ ] Install Red Hat Enterprise Linux - [x] Install Red Hat Enterprise Linux
- [ ] Use systemd targets for system management - [x] Use systemd targets for system management
- [ ] Configure system logging - [x] Configure system logging
- [ ] Schedule tasks using cron and systemd timers - [x] Schedule tasks using cron and systemd timers
### 7. Security ### 7. Security
- [ ] Configure firewall settings - [x] Configure firewall settings
- [ ] Configure SELinux - [x] Configure SELinux
- [ ] Manage users and groups - [x] Manage users and groups
- [ ] Set file permissions and ownership - [x] Set file permissions and ownership
## Resources ## Resources
- Official Red Hat Documentation - Official Red Hat Documentation
@@ -60,7 +60,7 @@
## Progress Tracking ## Progress Tracking
- [ ] Complete practice exams - [ ] Complete practice exams
- [ ] Lab environment setup - [x] Lab environment setup
- [ ] Hands-on practice completed - [ ] Hands-on practice completed
--- ---
@@ -777,3 +777,5 @@ sudo firewall-cmd --reload # Reload the firewall
```bash ```bash
sudo less /etc/services # Display the services sudo less /etc/services # Display the services
``` ```
## Manage DNS and Logging