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
Next revisionBoth sides next revision
distros:fedora_server [2024/02/01 06:27] Sean Rhonedistros:fedora_server [2024/02/01 14:36] 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
  
Line 71: Line 74:
 ===== 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 114:
 === 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/pages/distros/fedora_server.txt · Last modified: 2024/05/10 22:03 by Sean Rhone