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 10:57] – Sean Rhone | linux:distros:server:fedora_server [2024/10/30 03:39] (current) – [TODOs] Sean Rhone | ||
---|---|---|---|
Line 4: | Line 4: | ||
* 41 | * 41 | ||
* https:// | * https:// | ||
+ | |||
+ | ===== TODOs ===== | ||
+ | |||
+ | * '' | ||
+ | * [[linux: | ||
+ | * dnf update -> distro-sync | ||
====== Download ====== | ====== Download ====== | ||
* https:// | * https:// | ||
- | * [[https:// | + | * [[https:// |
====== Installation Notes ====== | ====== Installation Notes ====== | ||
Line 16: | Line 22: | ||
- :!: Delete ''/'' | - :!: Delete ''/'' | ||
- Re-create ''/'' | - Re-create ''/'' | ||
- | - ''/ | + | - ''/ |
+ | |||
+ | ====== Repositories ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | sudo dnf repolist | ||
+ | |||
+ | ===== Disable ===== | ||
+ | |||
+ | * [[https:// | ||
+ | |||
+ | sudo dnf config-manager ' | ||
====== Software ====== | ====== Software ====== | ||
Line 110: | 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 115: | 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.1729436275.txt.gz · Last modified: by Sean Rhone