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 revisionBoth sides next revision
distros:fedora_workstation_gnome [2020/08/16 14:02] Sean Rhonedistros:fedora_workstation_gnome [2020/09/05 06:47] Sean Rhone
Line 32: Line 32:
   * Using ''Unified hosts + fakenews + gambling''   * Using ''Unified hosts + fakenews + gambling''
  
-  wget -O '/tmp/hosts-tmp' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/hosts' && sudo cp '/etc/hosts' '/etc/hosts-bak' && sudo mv '/tmp/hosts-tmp' '/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' && sync
  
   cat '/etc/hosts' | grep 'Date:'   cat '/etc/hosts' | grep 'Date:'
  
   sudo -e '/etc/hosts'   sudo -e '/etc/hosts'
- 
-===== RoE LAN ===== 
- 
-  * This adds RoE sites to HOSTS file and allows resources to be grabbed over LAN 
-  * Useful for doing significant configurations with sites on LAN 
- 
-  echo -e '\n# RoE LAN\n192.168.1.153 realmofespionage.xyz\n192.168.1.153 social.realmofespionage.xyz\n192.168.1.153 blog.realmofespionage.xyz\n192.168.1.153 media.realmofespionage.xyz\n192.168.1.153 wiki.realmofespionage.xyz' | sudo tee --append '/etc/hosts' > '/dev/null' && cat '/etc/hosts' | grep 'realmofespionage.xyz' 
  
 ====== DNF ====== ====== DNF ======
Line 216: Line 209:
   bash -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"   bash -c "secret-tool lookup 'keepass' 'default' | keepassxc --pw-stdin ~/'Documents/keepass.kdbx'"
  
-  gnome-terminal --command "sudo sh -c 'dnf clean 'all' && dnf distro-sync -y && sync && flatpak update && rm -Rfv '/usr/lib64/firefox/browser/features' '/home/'*'/.mozilla/firefox/'*'/features' && wget -O '/etc/hosts' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn-social/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 && rm -Rfv '/usr/lib64/firefox/browser/features' '/home/'*'/.mozilla/firefox/'*'/features' && wget -O '/etc/hosts' 'https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling/hosts' && sync && fstrim --all --verbose && sync && read -n '1' -s -r -p 'Done' && sleep '2''"
  
 ==== Keys ==== ==== Keys ====
Line 333: Line 326:
  
 ==== Kernel Parameters ==== ==== Kernel Parameters ====
- 
-=== Other Parameters === 
  
   * See [[notes:kernel_parameters|Kernel Parameters]] for other options   * See [[notes:kernel_parameters|Kernel Parameters]] for other options
  
-=== Spinesnap ===+=== amdgpu === 
 + 
 +  * Allows use of Overdrive options for overclocking
  
-  * Last updated: 2020/06/02+  amdgpu.ppfeaturemask=0xffffffff
  
-  i915.enable_fbc=1 i915.fastboot=1 i915.enable_guc=3 intel_iommu=on+  cat '/sys/module/amdgpu/parameters/ppfeaturemask' | grep '4294967295'
  
 ===== GNOME ===== ===== GNOME =====
Line 413: Line 406:
  
   hostnamectl set-hostname 'x'   hostnamectl set-hostname 'x'
 +
 +===== Keybase =====
 +
 +  * :!: Run after initial install
 +
 +  run_keybase
  
 ===== KeePassXC ===== ===== KeePassXC =====
Line 452: Line 451:
  
 [connection-mac-randomization] [connection-mac-randomization]
 +ethernet.cloned-mac-address=random
 wifi.cloned-mac-address=random wifi.cloned-mac-address=random
  
 [connection] [connection]
 wifi.powersave=2</code> wifi.powersave=2</code>
- 
-<code> 
-[connection-mac-randomization] 
-ethernet.cloned-mac-address=random</code> 
  
 ===== Laptop Power Management ===== ===== Laptop Power Management =====
Line 919: Line 915:
 ===== Partition Information ===== ===== Partition Information =====
  
-  * Both commands do the same things+  * Both commands present the same information
  
   df -hT   df -hT
/var/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/05/02 03:13 by Sean Rhone