- Developed by Microsoft and has become one of the primary formats of uncompressed audio
- A file can have multiple combinations of header and data, though many files just have one header and one data section.
- Install required packages
sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake \
ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
- Get esp-idf
git clone --recursive https://github.com/espressif/esp-idf.git
- Install OpenSSH Server on remote machine
- Set OpenSSH Authentication Agent service & OpenSSH Server service to start automatically
- Start both services
- Edit C:\ProgramData\ssh\sshd_config file
PubKeyAuthentication yes
PasswordAuthentication no
# Match group admin ...
# Authorized key file ...
- install dependencies
sudo apt install build-essential libncurses-dev bison flex libssl-dev libelf-dev fakeroot dwarves
- download latest kernel from kernel.org in tarball format and extract it
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.9.tar.xz
tar -xf linux-6.9.9.tar.xz
rm linux-6.9.9.tar.xz
- download appropriate executable from github release page or build it from source using project instructions
- install ffmpeg on system to download best quality of videos (for more information see this post)
- download browser cookies using firefox or chrome extension and copy it on the server
- use --cookies flag to pass cookies file to the yt-dl
./yt-dlp --cookies cookies.txt <video_link>
NewerOlder