Software & packages
Image manipulation
Compression Install sudo apt-get install imagemagick Compress command mogrify -quality 80% *.jp...
yt-dlp
Download video as mp3 yt-dlp -x --audio-format mp3 URL_HERE Convert webm to mp4 ffmpeg -i i...
Python packages and commands
Managing Virtual Envrionments Create a new venv python3 -m venv /path/to/new/virtual/environment...
spotdl
Install & Setup Best to load a venv first Installing spotdl pip install spotdl Open the confi...
ffmpeg
Installing sudo apt install ffmpeg Compress a video to h265 ffmpeg -i example_h264.mp4 -c:v...
IPFS
Installation for Linux 1 - Download the package wget https://dist.ipfs.tech/kubo/v0.31.0/kubo_...
Wireguard
Setup Script #!/bin/bash # Checks to see if script is being run as root if [ "$EUID" -ne 0 ]...
Node & NVM
1 - install node version manager (NVM) curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0....
Syncthing
Screen
Screen lets you make virtual terminals with screen New session with name screen -S sessi...