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/06/12 20:29] – [Apply Settings] Sean Rhonedistros:fedora_workstation_gnome [2019/08/16 06:28] Sean Rhone
Line 123: Line 123:
   * ''ffmpeg'' is for ''youtube-dl'' to correct DASH containers   * ''ffmpeg'' is for ''youtube-dl'' to correct DASH containers
  
-  youtube-dl ffmpeg mpv+  ffmpeg mpv
  
 ==== nonfree ==== ==== nonfree ====
Line 136: Line 136:
  
   numactl   numactl
 +
 +===== Game Controllers =====
 +
 +  * Necessary for Xbox 360 controllers, and maybe others
 +
 +  kernel-modules-extra
  
 ===== VA-API ===== ===== VA-API =====
Line 693: 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 802: 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 817: Line 824:
  
 ===== youtube-dl ===== ===== youtube-dl =====
 +
 +  * https://ytdl-org.github.io/youtube-dl/index.html
 +
 +==== Download ====
 +
 +****
 +
 +  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 822: Line 837:
   * Change ''x'' to a URL   * Change ''x'' to a URL
  
-  youtube-dl --list-formats x+  '/tmp/youtube-dl--list-formats x
  
-==== Download ====+==== Download Media ====
  
   * Change ''x'' to a URL   * Change ''x'' to a URL
   * ''bestaudio'' can be changed to ''bestvideo'' for just video, or ''best'' for best video with audio   * ''bestaudio'' can be changed to ''bestvideo'' for just video, or ''best'' for best video with audio
  
-  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'
 + 
 +=== MP3 Audio === 
 + 
 +**** 
 + 
 +  '/tmp/youtube-dl' --extract-audio --format 'bestaudio' --audio-format 'mp3' x
  
 ===== Shortcuts ===== ===== Shortcuts =====
Line 979: 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