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/24 01:51] 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 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 823: 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 828: 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 985: 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