yt-dlp commands Best mp3 yt-dlp -f 'ba' -x --audio-format mp3 --embed-thumbnail --embed-subs --embed-metadata *enter-video-link* -o '%(title)s.mp3' Best video + Best audio yt-dlp -f 'bv*+ba' --embed-thumbnail --embed-subs --embed-metadata *enter-video-link*
Fix kdeconnect not working on a fresh EOS install sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/tcp sudo firewall-cmd --zone=public --permanent --add-port=1714-1764/udp sudo systemctl restart firewalld.service
Minimal CSS Reset *, *::after, *::before{ box-sizing: border-box; } *::selection { background: var(--od-blue); color: var(--od-6); border-radius: 1em;
OneDark UI color scheme for web design :root{ /*One-Dark Color Scheme*/ --od-1: #586071; --od-2: #4B5261; --od-3: #404653; --od-4: #373C47; --od-5: #2F333D;
OneDark for Betterdiscord Material Theme /* https://github.com/CapnKitten/Material-Discord */ :root { --od-1: #586071; --od-2: #4B5261; --od-3: #404653; --od-4: #373C47; --od-5: #2F333D;