foundry
SSH:
ssh -i key.key ubuntu@IP address
restart:
sudo shutdown -r now
update instance with security patches:
sudo apt update && sudo apt upgrade -y
quartz
build and run on localhost:
npx quartz build --serve
sync with github:
npx quartz sync
yt-dlp
download a playlist at 1080p and number the files sequentially (do not include the <> surrounding brackets):
yt-dlp <playlist link> -o "%(playlist_index)s-%(title)s.%(ext)s" -S "res:1080"
docker
(with docker desktop open) run a local server instance of EEEG:
docker run -p 8080:80 eeeg:latest