truncate -s 5G rocky9-root.img
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > /etc/nftables.conf <<EOF | |
| #!/usr/sbin/nft -f | |
| flush ruleset | |
| table inet filter { | |
| chain input { | |
| type filter hook input priority 0; policy drop; | |
| # Anti-spoof loopback | |
| iif != lo ip saddr 127.0.0.0/8 drop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -e | |
| echo "=== PulseAudio Setup ===" | |
| echo "[1/5] Installing packages..." | |
| sudo dnf install -y -q pulseaudio pulseaudio-utils alsa-plugins-pulseaudio | |
| echo "[2/5] Restarting PulseAudio..." | |
| pulseaudio -k 2>/dev/null || true |
- Create a backup of current driver
KVER=$(uname -r)
tar --numeric-owner -czpf /tmp/nvidia_driver_files.tar.gz \
/lib/modules/$KVER/kernel/drivers/video/nvidia* \
/lib/modules/$KVER/kernel/drivers/video/nvidia/ \
/usr/lib64/libcuda* \
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ```bash | |
| export PS1='\n\[\033[1;37m\][\[\033[1;32m\]*\[\033[1;37m\]]\[\033[1;37m\]\342\224\200\[\033[1;37m\][\[\033[1;32m\]\h\[\033[1;37m\]]\[\033[1;37m\]\342\224\200[\[\033[1;34m\]\w\[\033[1;37m\]]\n\[\033[1;37m\]\342\224\224\342\224\200\342\224\200> \[\033[0m\]' |
https://access.redhat.com/labs/idmupgradehelper/
https://www.freeipa.org/page/V4/FreeIPA-on-FIPS
https://floblanc.wordpress.com/2023/08/23/interoperability-of-rhel-7-8-9-idm-server-and-rhel-7-8-9-idm-client/
https://oneuptime.com/blog/post/2026-03-04-migrate-identity-management-rhel-8-to-rhel-9/view
https://sambaxp.org/fileadmin/user_upload/sambaxp2023-Slides/Bokovoy_sXP23_FIPS_140_3.pdf
NewerOlder