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/12/29 09:15] Sean Rhonedistros:fedora_workstation_gnome [2022/02/23 11:01] Sean Rhone
Line 11: Line 11:
  
 ===== Updated Live Images ===== ===== Updated Live Images =====
 +
 +  * [[https://fedoraproject.org/wiki/Respins-SIG|Respins-SIG]]
  
   * https://dl.fedoraproject.org/pub/alt/live-respins   * https://dl.fedoraproject.org/pub/alt/live-respins
Line 17: Line 19:
  
   * ''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'' and ''/'', set ''/boot'' to use XFS, re-create ''/'' so it uses all free space, and set ''/'' to use XFS+ 
 +===== Partitioning ===== 
 + 
 +  - :!: Delete ''/home'' 
 +  - :!: Delete ''/'' 
 +  - 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 + porn+  * Unified hosts + fakenews + gambling
  
-  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+  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
  
   cat '/etc/hosts' | grep 'Date:'   cat '/etc/hosts' | grep 'Date:'
Line 62: Line 71:
  
   sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync   sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync
- 
-===== ALVR ===== 
- 
-  * https://github.com/alvr-org/ALVR 
-  * https://github.com/alvr-org/ALVR/wiki/Installation#linux 
- 
-  sudo rpm --import 'https://repo.trae32566.org/repository/alvr_static/RPM-GPG-KEY-alvr' && sudo dnf config-manager --add-repo 'https://repo.trae32566.org/repository/alvr_static/alvr.repo' 
  
 ===== RawhideKernelNodebug ===== ===== RawhideKernelNodebug =====
Line 130: Line 132:
   mpv youtube-dl   mpv youtube-dl
  
-==== nonfree ====+==== NVIDIA ====
  
-  steam+****
  
-  akmod-nvidia+  akmod-nvidia xorg-x11-drv-nvidia-cuda xorg-x11-drv-nvidia-cuda-libs vulkan vdpauinfo libva-vdpau-driver libva-utils
  
-===== new-lg4ff ===== +==== Steam ====
- +
-  * See [[devices:logitech_g29|Logitech G29]] notes +
- +
-  dkms kernel-devel +
- +
-===== ALVR =====+
  
 **** ****
  
-  alvr+  steam
  
 ===== Keybase ===== ===== Keybase =====
Line 189: Line 185:
  
 ===== Keyboard Shortcuts ===== ===== Keyboard Shortcuts =====
- 
-  * See [[scripts:max_performance]] for ''max-perf.sh'' 
  
   gnome-terminal   gnome-terminal
Line 197: Line 191:
  
   gnome-terminal --command "sudo sh -c 'dnf clean 'all' && dnf distro-sync -y && sync && flatpak update && wget -O '/etc/hosts' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' && restorecon -F -I -R '/etc/hosts' && sync && fstrim --all --verbose && sync && read -n '1' -s -r -p 'Done' && sleep '2''"   gnome-terminal --command "sudo sh -c 'dnf clean 'all' && dnf distro-sync -y && sync && flatpak update && wget -O '/etc/hosts' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' && restorecon -F -I -R '/etc/hosts' && sync && fstrim --all --verbose && sync && read -n '1' -s -r -p 'Done' && sleep '2''"
- 
-  gnome-terminal -- sh -c '/usr/local/bin/max-perf.sh' 
  
 ==== Keys ==== ==== Keys ====
Line 207: Line 199:
   * Ctrl + Alt + Z   * Ctrl + Alt + Z
   * Pause or F7   * Pause or F7
-  * F7 
  
 ===== Printer ===== ===== Printer =====
Line 225: Line 216:
 ===== Network ===== ===== Network =====
  
-==== 1.1.1.1 ====+==== Quad9 DNS ====
  
-  * https://1.1.1.1/dns/+  * https://quad9.net
   * See [[notes:dns_servers|DNS servers]] for other DNS servers   * See [[notes:dns_servers|DNS servers]] for other DNS servers
  
-<code>1.1.1.1,1.0.0.1</code>+<code>9.9.9.9,149.112.112.112</code>
  
-<code>2606:4700:4700::1111,2606:4700:4700::1001</code>+<code>2620:fe::fe,2620:fe::9</code>
  
 ==== VPN.AC ==== ==== VPN.AC ====
Line 333: Line 324:
  
   run_keybase   run_keybase
 +
 +==== NVIDIA Fix ====
 +
 +  * https://github.com/keybase/client/issues/24688
 +  * https://github.com/electron/electron/pull/31091
 +  * https://github.com/camunda/camunda-modeler/issues/2774
 +  * https://www.reddit.com/r/Fedora/comments/qm3qm1/fedora_35_most_electron_apps_are_not_starting/
 +
 +  * This is apparently an Electron upstream issue and may be fixable with an update
 +  * ''--no-sandbox'' and ''--disable-gpu-sandbox'' can apparently be used too to workaround this
 +
 +  sudo -e '/usr/lib/systemd/user/keybase.gui.service' && sudo systemctl daemon-reload && run_keybase
 +
 +<code>ExecStart=/opt/keybase/Keybase --disable-seccomp-filter-sandbox</code>
  
 ===== KeePassXC ===== ===== KeePassXC =====
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone