TIL how many thousands of sites #ytdlp supports to easily and properly get your video streams from
https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
$ man ls
Is does one thing so well we don't need to modify it anymore
I love the Unix POSIX principle
ποΈ #bash #sh #zsh #ksh #csh #WomenWhoCode #640daysofcode #301daysofcode #730daysofcode #100DaysOfCode #1000DaysOfCode #Linux #POSIX #advancedProgramming #DEVCommunity
@Alonely0 @grumpydad @nixCraft
It is 64x1024GB definitely not a typographical error
It's also just 4 HDD's @ 16TB or 8 @ 8TB per drive
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
@nixCraft 32GB is low. 64GB is ok 128GB is good
DIskspace depends on the work. For me 64TB is ok, but barely
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
TIL how many thousands of sites #ytdlp supports to easily and properly get your video streams from
https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
@nixCraft I am also #SoundEngineer #electronicEngineer #musician #Calligrapher
Brilliant #StoryTeller, so that in combo with novel writing
#bash #sh #zsh #ksh #csh #coderBOT π§ββοΈ #WomenWhoCode #640daysofcode #301daysofcode #730daysofcode #1000DaysOfCode #100DaysOfCode #Linux #POSIX #advancedProgramming
IIRC this can already be done with ssh tunnels
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
I use 'lolcat' instead of third function described above because I love β€οΈ lolcat output colours
However that is not everyone's cup of tea
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
function mkcd(){ [ ! -z "$1" ] && mkdir -p "$1" && cd "$_"; }
does a mkdir / cd dir for you
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming
function psgrep() { ps axuf | grep -v grep | grep "$@" -i --color=auto; }
greps your processes and shows them in a nice manner (as a tree)
#bash #sh #zsh #ksh #csh #100DaysOfCode #Linux #POSIX #advancedProgramming