Skip to content

bash scripts, commands, details and all that great stuff

Notifications You must be signed in to change notification settings

barkwoofdog/linux-n-such

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux-n-such

scripts i made, common commands i run and other kinds of fun stuff

yt-dlp

quite possibly one of the best pieces of software out there.

MacOS (homebrew)

brew install yt-dlp ffmpeg

Linux

sudo curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/local/bin/yt-dlp
run the following to make it executable sudo chmod a+rx /usr/local/bin/yt-dlp
sudo apt install ffmpeg
OR
sudo dnf install ffmpeg

Windows

Honestly i would just use WSL2 with your distro of choice. Ubuntu is the most readily available, but here is a way to install Fedora into WSL2
Run the Linux commands and you're set

About

bash scripts, commands, details and all that great stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages