Site Tools


linux:ubuntu

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
linux:ubuntu [2025/11/11 22:02] Namelinux:ubuntu [2026/01/11 18:57] (current) – [Install Brave Browser] Name
Line 50: Line 50:
  
 ====IPv4 Static Config=== ====IPv4 Static Config===
-network:+<code>network:
     version: 2     version: 2
     renderer: networkd     renderer: networkd
Line 62: Line 62:
             routes:             routes:
                 - to: default                 - to: default
-                  via: 10.30.10.1+                  via: 10.30.10.1</code>
 ====IPv6 DNS Config==== ====IPv6 DNS Config====
 <code>root@dns:/etc/netplan# cat 00-interfaces.yaml  <code>root@dns:/etc/netplan# cat 00-interfaces.yaml 
Line 89: Line 89:
  
 https://black.host/hc/vps-hosting/enabling-ipv6-on-ubuntu-22-04-with-netplan/</code> https://black.host/hc/vps-hosting/enabling-ipv6-on-ubuntu-22-04-with-netplan/</code>
 +
 +
 +====Get A Youtube Channel's Videos====
 +  - Install yt-dlp
 +    - <code>sudo apt-get -y install yt-dlp</code>
 +  - Run yt-dlp and save the output to a text file
 +    - <code>yt-dlp --flat-playlist --print title "https://www.youtube.com/@DergEnterprises" > file.txt</code>
 +  - Wait for process to complete.
 +  - View file
 +    - <code>cat file.txt</code>
 +====Install Curl====
 +<code>sudo apt-get -y install curl</code>
 +
 +====Install Brave Browser====
 +  - Install Curl
 +  - Download and install Brave Browser with Curl
 +    - <code>sudo curl -fsS https://dl.brave.com/install.sh | sh</code>
 +  - Run Brave Browser
 +    - <code>brave-browser</code>
 +    - or navigate the Application Menu\\ 
 +
 +Full yt-dlp documentation at [[https://github.com/yt-dlp/yt-dlp#readme|GitHub link]]\\ 
 +
 +====Install VLC====
 +<code>sudo snap install vlc</code>
 +
  
 ====Backlinks==== ====Backlinks====
 [[:linux|Linux]] [[:linux|Linux]]
linux/ubuntu.1762898550.txt.gz · Last modified: by Name