User Tools

Site Tools


distros:fedora_workstation_gnome

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_workstation_gnome [2021/11/24 15:25] Sean Rhonedistros:fedora_workstation_gnome [2021/12/29 09:17] Sean Rhone
Line 17: Line 17:
  
   * ''EFI/fedora/shimx64.efi'' ((EFI file to boot and in the case of (quirky) InsydeH2O UEFI implementations, add to SecureBoot trust; doesn't matter if SecureBoot is enabled or not))   * ''EFI/fedora/shimx64.efi'' ((EFI file to boot and in the case of (quirky) InsydeH2O UEFI implementations, add to SecureBoot trust; doesn't matter if SecureBoot is enabled or not))
-  * Remove ''/home'', set ''/boot'' and ''/'' to use XFS, expand ''/''+ 
 +===== Partitioning ===== 
 + 
 +  - Remove ''/home'' 
 +  - Remove ''/'' 
 +  - Set ''/boot'' to use XFS 
 +  - Re-create ''/'' without specifying a size ((in order to have it use all remaining free space)) 
 +  - Set ''/'' to use XFS
  
 ====== HOSTS ====== ====== HOSTS ======
  
   * https://github.com/StevenBlack/hosts/   * https://github.com/StevenBlack/hosts/
-  * Unified hosts + fakenews + gambling+  * Unified hosts + fakenews + gambling + porn
  
-  wget -O '/tmp/hosts-tmp' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' && sudo cp '/etc/hosts' '/etc/hosts-bak' && sudo mv '/tmp/hosts-tmp' '/etc/hosts' && sudo restorecon -F -I -R '/etc/hosts' && sync+  wget -O '/tmp/hosts-tmp' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts' && sudo cp '/etc/hosts' '/etc/hosts-bak' && sudo mv '/tmp/hosts-tmp' '/etc/hosts' && sudo restorecon -F -I -R '/etc/hosts' && sync
  
   cat '/etc/hosts' | grep 'Date:'   cat '/etc/hosts' | grep 'Date:'
Line 82: Line 89:
  
 ==== System ==== ==== System ====
 +
 +  * :!: See [[distros:fedora_workstation_gnome#dnf_autoremove_fix]] if ''dnf autoremove'' fails
  
   sudo dnf distro-sync -y && sync   sudo dnf distro-sync -y && sync
  
   sudo dnf autoremove   sudo dnf autoremove
- 
-=== Autoremove Fix === 
- 
-  * Removes the initially-installed kernel in order to fix ``dnf autoremove`` if it's broken 
-  * :!: This will vary depending on the Fedora image version used 
- 
-  sudo dnf list --installed 'kernel'* 
- 
-  sudo dnf remove *5.3.7* && sync 
  
 ==== Firmware ==== ==== Firmware ====
Line 232: Line 232:
 ===== Network ===== ===== Network =====
  
-==== Quad9 ====+==== 1.1.1.1 ====
  
-  * https://quad9.net/+  * https://1.1.1.1/dns/
   * See [[notes:dns_servers|DNS servers]] for other DNS servers   * See [[notes:dns_servers|DNS servers]] for other DNS servers
  
-<code>9.9.9.9,149.112.112.112</code>+<code>1.1.1.1,1.0.0.1</code>
  
-<code>2620:fe::fe,2620:fe::9</code>+<code>2606:4700:4700::1111,2606:4700:4700::1001</code>
  
 ==== VPN.AC ==== ==== VPN.AC ====
  
   * See [[information:vpn.ac|VPN.AC]]   * See [[information:vpn.ac|VPN.AC]]
-  * :!: If using this VPN, disable IPv6 from NetworkManager 
  
 ===== Nautilus ===== ===== Nautilus =====
Line 441: Line 440:
  
   * See [[notes:xorg.conf_snippets|xorg.conf Snippets]]   * See [[notes:xorg.conf_snippets|xorg.conf Snippets]]
- 
-===== AMD Graphics ===== 
- 
-  * In some cases when using either ''radeon'' or ''amdgpu'' Xorg DDX drivers, displays will be more warm/yellowish than expected ((this was noticed in Fedora 34 on 2021/05/12 with a RX 580 and a TCL 55S405 TV, and still happens on Fedora 35 as of 2021/11/04)) 
-  * This doesn't occur when using Wayland, nor the ''modesetting'' driver on Xorg, so the solution on Xorg is to force ''modesetting'' 
-  * [[http://www.lagom.nl/lcd-test/contrast.php|Contrast - Lagom LCD test]] 
- 
-  sudo -e '/etc/X11/xorg.conf.d/99-graphics.conf' 
- 
-<code> 
-Section "Device" 
-    Identifier    "AMDGPU modesetting" 
-    Driver        "modesetting" 
-EndSection</code> 
  
 ====== Mozilla Firefox ====== ====== Mozilla Firefox ======
Line 606: Line 591:
  
   sudo rpm -e x   sudo rpm -e x
 +
 +===== DNF Autoremove Fix =====
 +
 +  * Removes the initially-installed kernel in order to fix ''dnf autoremove'' if it's broken
 +  * :!: This will vary depending on the Fedora image version used
 +
 +  sudo dnf list --installed 'kernel'*
 +
 +  sudo dnf remove *5.3.7* && sync
  
 ===== Re-generate Thumbnails ===== ===== Re-generate Thumbnails =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone