From 2bfd9c78d69601395a741c6338982f35cd809fea Mon Sep 17 00:00:00 2001 From: Hugh Ratsch Date: Tue, 18 Feb 2025 19:08:53 -0600 Subject: [PATCH] updated notes --- src/rhcsa.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/rhcsa.md b/src/rhcsa.md index 579ef22..5687c80 100644 --- a/src/rhcsa.md +++ b/src/rhcsa.md @@ -735,5 +735,16 @@ sudo umount /mnt/iso # Unmount the ISO image ### dnf config-manager sudo dnf config-manager --add-repo="file:///path/to/repo/AppStream" # Add a repository +sudo dnf config-manager --add-repo="file:///path/to/repo/BaseOS" # Add a repository + +sudo dnf repolist # List all repositories ``` +## Understand and Configure Firewalls + +### firewall-cmd +```bash +sudo firewall-cmd --get-active-zones # Display the active zones +sudo firewall-cmd --get-default-zone # Display the default zone +sudo firewall-cmd --get-zones # Display the zones +``` \ No newline at end of file