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/19 21:28] – Sean Rhone | linux:distros:server:fedora_server [2024/10/30 03:39] (current) – [TODOs] Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Information ====== | ====== Information ====== | ||
- | * Fedora Server | + | * Fedora Server |
- | * 41 Beta | + | * 41 |
+ | * https:// | ||
+ | |||
+ | ===== TODOs ===== | ||
+ | |||
+ | * '' | ||
+ | * [[linux: | ||
+ | * dnf update -> distro-sync | ||
====== Download ====== | ====== Download ====== | ||
* https:// | * https:// | ||
- | * [[https:// | + | * [[https:// |
====== Installation Notes ====== | ====== Installation Notes ====== | ||
Line 15: | Line 22: | ||
- :!: Delete ''/'' | - :!: Delete ''/'' | ||
- Re-create ''/'' | - Re-create ''/'' | ||
- | - ''/ | + | - ''/ |
+ | |||
+ | ====== Repositories ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | sudo dnf repolist | ||
+ | |||
+ | ===== Disable ===== | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | sudo dnf config-manager ' | ||
====== Software ====== | ====== Software ====== | ||
Line 56: | Line 75: | ||
====== Settings ====== | ====== Settings ====== | ||
+ | |||
+ | ===== Network ===== | ||
+ | |||
+ | ==== systemd-resolved ==== | ||
+ | |||
+ | * systemd-resolved caches DNS | ||
+ | * [[servers; | ||
+ | |||
+ | sudo mkdir -p '/ | ||
+ | |||
+ | < | ||
+ | [Resolve] | ||
+ | DNS=9.9.9.11# | ||
+ | DNSOverTLS=yes</ | ||
+ | |||
+ | === Verify === | ||
+ | |||
+ | resolvectl status | ||
+ | |||
+ | resolvectl status | grep ' | ||
===== Laptop Server ===== | ===== Laptop Server ===== | ||
Line 89: | Line 128: | ||
sudo systemctl enable ' | sudo systemctl enable ' | ||
+ | |||
+ | ==== ext4 ==== | ||
+ | |||
+ | === Repair === | ||
+ | |||
+ | sync && sudo umount '/ | ||
+ | |||
+ | sudo e2fsck -C ' | ||
+ | |||
+ | < | ||
+ | |||
+ | === Defrag === | ||
+ | |||
+ | sudo e4defrag -v '/ | ||
+ | |||
+ | sudo e4defrag -v '/ | ||
==== XFS ==== | ==== XFS ==== | ||
Line 94: | Line 149: | ||
=== Repair === | === Repair === | ||
- | **** | + | sync && sudo umount '/ |
sudo xfs_repair -v '/ | sudo xfs_repair -v '/ |
/srv/www/wiki/data/attic/linux/distros/server/fedora_server.1729387718.txt.gz · Last modified: by Sean Rhone