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 [2019/07/09 17:18] – Remove distro youtube-dl and use upstream; distro's is outdated Sean Rhonedistros:fedora_workstation_gnome [2019/08/16 06:28] Sean Rhone
Line 699: Line 699:
  
   * Last updated: 2019/04/05   * Last updated: 2019/04/05
-  * :!: IPv6 is disabled in order to prevent WebRTC from grabbing IPv6 address even though NetworkManager has it disabled...+  * :!: IPv6 is disabled in order to prevent WebRTC from grabbing an IPv6 address even though NetworkManager has it disabled...
   * :!: ''media.peerconnection.enabled'' disables WebRTC   * :!: ''media.peerconnection.enabled'' disables WebRTC
  
Line 808: Line 808:
   * https://panopticlick.eff.org/   * https://panopticlick.eff.org/
   * https://browserleaks.com/   * https://browserleaks.com/
 +  * https://speedof.me/
  
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
Line 830: Line 831:
 **** ****
  
-  wget -O '/tmp/youtube-dl' 'https://yt-dl.org/downloads/latest/youtube-dl' && chmod +x '/tmp/youtube-dl'+  rm -f '/tmp/youtube-dl' && wget -O '/tmp/youtube-dl' 'https://yt-dl.org/downloads/latest/youtube-dl' && chmod +x '/tmp/youtube-dl'
  
 ==== Show Formats ==== ==== Show Formats ====
Line 844: Line 845:
  
   '/tmp/youtube-dl' --extract-audio --format 'bestaudio' x   '/tmp/youtube-dl' --extract-audio --format 'bestaudio' x
 +
 +=== M4A Audio ===
 +
 +  * Ideally for if iOS devices will be involved
 +
 +  '/tmp/youtube-dl' --extract-audio --format 'bestaudio' --audio-format 'm4a' x
 +
 +=== MP3 Audio ===
 +
 +****
 +
 +  '/tmp/youtube-dl' --extract-audio --format 'bestaudio' --audio-format 'mp3' x
  
 ===== Shortcuts ===== ===== Shortcuts =====
Line 993: Line 1006:
  
   rm -Rf '/tmp/GpuTest_Linux_'* && cd ~ && sync   rm -Rf '/tmp/GpuTest_Linux_'* && cd ~ && sync
 +
 +===== Show Sensors =====
 +
 +****
 +
 +  sudo apt install 'lm-sensors' -y && sudo sensors-detect --auto && sudo watch -n0.1 sensors
  
 ===== Show CPU Frequency ===== ===== Show CPU Frequency =====
C:/www/wiki/data/pages/distros/fedora_workstation_gnome.txt · Last modified: 2024/06/18 19:37 by Sean Rhone