User Tools

Site Tools


distros:fedora_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
distros:fedora_server [2024/02/01 06:27] Sean Rhonedistros:fedora_server [2024/02/05 15:40] (current) Sean Rhone
Line 3: Line 3:
   * Fedora Server ((https://getfedora.org/en/server))   * Fedora Server ((https://getfedora.org/en/server))
   * 39   * 39
-  :!: TODO: Note about not doing separate swap partition+ 
 +====== Installation Notes ====== 
 + 
 +  Do not create a separate ''swap'' partition ((it's handled automatically by zswap))
  
 ====== Download ====== ====== Download ======
Line 11: Line 14:
 ====== PackageKit ====== ====== PackageKit ======
  
-  * :!: PackageKit uses hundreds of MB of RAM while not actively using it ((PackageKit was using 600MB idle on a 8GB server ''php-fpm'' was around 40MB))+  * :!: PackageKit was caught using hundreds of MB of RAM while not actively using it ((PackageKit was using 600MB idle on a 8GB server ''php-fpm'' was around 40MB))
   * Apparently it only provides the package name for commands not found   * Apparently it only provides the package name for commands not found
 +  * :!: TODO: Figure out how to prevent it from being reinstalled
  
   sudo dnf remove PackageKit*   sudo dnf remove PackageKit*
Line 71: Line 75:
 ===== General ===== ===== General =====
  
-  * TODO: ''policycoreutils-devel'' provided something for CLI SELinux auditing, but it seems easier to GUI-audit from Cockpit without that package?+  * TODO: Figure out ''policycoreutils-devel''
  
   sudo dnf install aria2 binutils hdparm htop kernel-tools lm_sensors openssl1.1 p7zip p7zip-plugins unar wget   sudo dnf install aria2 binutils hdparm htop kernel-tools lm_sensors openssl1.1 p7zip p7zip-plugins unar wget
Line 111: Line 115:
 === NetworkManager === === NetworkManager ===
  
-<code>127.0.0.1</code>+  * Change ''ens3'' as-needed 
 + 
 +  nmcli connection show 
 + 
 +  sudo nmcli connection modify 'ens3' 'ipv4.dns' '127.0.0.1,9.9.9.9,149.112.112.112'
  
-<code>::1</code>+  sudo nmcli connection modify 'ens3' 'ipv6.dns' '::1,2620:fe::fe,2620:fe::9'
  
 ===== Hostname ===== ===== Hostname =====
/var/www/wiki/data/attic/distros/fedora_server.1706786867.txt.gz · Last modified: 2024/02/01 06:27 by Sean Rhone