linux:distros:server:fedora_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:distros:server:fedora_server [2024/10/20 12:41] – [ext4] Sean Rhone | linux:distros:server:fedora_server [2025/12/03 23:08] (current) – [PackageKit] Sean Rhone | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * Fedora Server | * Fedora Server | ||
| - | * 41 | + | * 43 |
| - | * https:// | + | * https://www.fedoraproject.org/ |
| + | |||
| + | * :!: 2025/12/03: WIP | ||
| ====== Download ====== | ====== Download ====== | ||
| - | * https:// | + | * https://www.fedoraproject.org/ |
| - | | + | |
| + | Fedora-Server-dvd-x86_64-43-1.6.iso | ||
| ====== Installation Notes ====== | ====== Installation Notes ====== | ||
| Line 14: | Line 17: | ||
| ===== Partitioning ===== | ===== Partitioning ===== | ||
| - | | + | |
| - | | + | |
| - | | + | < |
| + | NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS | ||
| + | zram0 | ||
| + | nvme0n1 | ||
| + | ├─nvme0n1p1 259:1 0 61M 0 part /boot/efi | ||
| + | └─nvme0n1p2 259:2 0 953.8G | ||
| + | </ | ||
| ====== Software ====== | ====== Software ====== | ||
| - | |||
| - | ===== Remove ===== | ||
| - | |||
| - | **** | ||
| - | |||
| - | sudo systemctl disable ' | ||
| ===== Update ===== | ===== Update ===== | ||
| Line 32: | Line 35: | ||
| **** | **** | ||
| - | sudo dnf autoremove -y && sudo dnf update -y && sync | + | |
| ==== Firmware ==== | ==== Firmware ==== | ||
| Line 46: | Line 49: | ||
| * Sets '' | * Sets '' | ||
| - | sudo dnf install ' | + | sudo dnf install ' |
| ===== General ===== | ===== General ===== | ||
| Line 52: | Line 55: | ||
| * TODO: Figure out '' | * TODO: Figure out '' | ||
| - | sudo dnf install aria2 binutils | + | sudo dnf install aria2 htop lm_sensors unar |
| - | policycoreutils-devel | + | policycoreutils-devel |
| - | ====== Settings ====== | + | ==== Old ==== |
| - | ===== Network ===== | + | **** |
| - | ==== systemd-resolved ==== | + | binutils p7zip p7zip-plugins |
| - | * systemd-resolved caches DNS | + | ====== Settings ====== |
| - | * [[servers; | + | |
| - | sudo mkdir -p '/ | + | ===== Network ===== |
| - | < | + | ==== DNS ==== |
| - | [Resolve] | + | |
| - | DNS=9.9.9.11# | + | |
| - | DNSOverTLS=yes</ | + | |
| - | === Verify === | + | * [[servers: |
| - | resolvectl status | + | < |
| - | resolvectl status | grep ' | + | < |
| ===== Laptop Server ===== | ===== Laptop Server ===== | ||
| Line 82: | Line 81: | ||
| * This tells '' | * This tells '' | ||
| - | sudo mkdir -p '/ | + | sudo mkdir -p '/ |
| sudo -e '/ | sudo -e '/ | ||
| Line 88: | Line 87: | ||
| ===== Hostname ===== | ===== Hostname ===== | ||
| - | * Change '' | + | * :?: Likely not-needed if set during install |
| - | * Likely not needed if set through Anaconda | + | |
| hostnamectl set-hostname ' | hostnamectl set-hostname ' | ||
| + | |||
| + | ===== Laptop Power ===== | ||
| + | |||
| + | * [[linux: | ||
| + | * TODO: Check | ||
| ===== lm_sensors ===== | ===== lm_sensors ===== | ||
| Line 99: | Line 102: | ||
| sudo -e '/ | sudo -e '/ | ||
| - | ===== Secure Shell ===== | + | ===== Time ===== |
| - | | + | **** |
| - | ===== Drive Maintenance ===== | + | timedatectl ' |
| - | ==== Trim ==== | + | ====== Boot Loader ====== |
| + | |||
| + | * [[linux: | ||
| + | |||
| + | ===== modprobe.d ===== | ||
| + | |||
| + | * See [[linux; | ||
| + | |||
| + | ===== Alira ===== | ||
| + | |||
| + | * Last updated: 2025/ | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | |||
| + | nomodeset | ||
| + | |||
| + | ==== systemd-analyze ==== | ||
| + | |||
| + | * 2025/ | ||
| + | |||
| + | < | ||
| + | Startup finished in 4.549s (firmware) + 1.994s (loader) + 495ms (kernel) + 3.042s (initrd) + 9.433s (userspace) = 19.516s | ||
| + | graphical.target reached after 9.432s in userspace.</ | ||
| + | |||
| + | systemd-analyze | ||
| + | |||
| + | ====== Drive Maintenance ====== | ||
| + | |||
| + | ===== Trim ===== | ||
| + | |||
| + | sudo systemctl enable ' | ||
| + | |||
| + | sudo systemctl start ' | ||
| + | |||
| + | sudo fstrim -v -a | ||
| + | |||
| + | ===== XFS ===== | ||
| + | |||
| + | * [[linux; | ||
| + | |||
| + | sudo xfs_fsr -v '/' | ||
| + | |||
| + | ===== SELinux Relabel ===== | ||
| **** | **** | ||
| - | sudo systemctl enable | + | sudo touch '/.autorelabel' && sudo restorecon -F -I '/ |
| - | ==== ext4 ==== | + | ====== Tweaks ====== |
| - | === Repair | + | ===== General ===== |
| - | | + | |
| - | sudo e2fsck -C '0' -D -E ' | + | < |
| + | # General | ||
| + | export LD_BIND_NOW='1' | ||
| - | < | + | # End</ |
| - | === Defrag | + | ===== journald ===== |
| - | sudo e4defrag | + | sudo -e '/etc/systemd/ |
| - | sudo e4defrag -v '/ | + | < |
| + | [Journal] | ||
| + | Storage=none | ||
| + | Compress=false | ||
| + | MaxLevelStore=0 | ||
| + | MaxLevelSyslog=0 | ||
| + | MaxLevelKMsg=0 | ||
| + | MaxLevelConsole=0 | ||
| + | MaxLevelWall=0 | ||
| + | MaxLevelSocket=0 | ||
| - | ==== XFS ==== | + | # End</ |
| - | === Repair | + | ===== PackageKit ===== |
| - | | + | |
| - | sudo xfs_repair | + | sudo mkdir -p '/etc/systemd/ |
| - | === Defrag | + | < |
| + | [Service] | ||
| + | RuntimeMaxSec=5 | ||
| + | |||
| + | # End</ | ||
| + | |||
| + | ===== Dracut ===== | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | < | ||
| + | # Compression | ||
| + | compress=" | ||
| + | |||
| + | # Machine-specific | ||
| + | do_strip=" | ||
| + | aggressive_strip=" | ||
| + | hostonly=" | ||
| + | hostonly_mode=" | ||
| + | |||
| + | # End</ | ||
| + | |||
| + | ===== fstab ===== | ||
| + | |||
| + | **** | ||
| + | |||
| + | sudo -e '/ | ||
| + | |||
| + | ==== XFS ==== | ||
| - | | + | |
| - | | + | |
| ====== Automatic Updates ====== | ====== Automatic Updates ====== | ||
/usr/local/www/wiki/data/attic/linux/distros/server/fedora_server.1729442472.txt.gz · Last modified: by Sean Rhone
