๐๏ธ FFMPEG
FFMPEG is a FOSS for encoding audio and video//www.ffmpeg.org/
๐๏ธ Git
Git is a command line tool for tracking changes in text files. Often used by software development teams to collaborate on shared code.
๐๏ธ GPG
GPG is a command line tool for encrypting files, typically available on linux and in git bash
๐๏ธ JQ
JQ is a command line tool to filter/format json.
๐๏ธ NGINX
NGINX is a multi-purpose web server which can serve static files, act as a reverse-proxy/load-balancer, and more.
๐๏ธ NMAP
NMAP is a command line tool for mapping networks.
๐๏ธ SSH
SSH is used to connect a secure shell to a remote machine.
๐๏ธ TMUX
TMUX is a terminal multiplexer which allows you to have quick access to multiple terminal windows.
๐๏ธ Web Development
What is CSP//scotthelme.co.uk/content-security-policy-an-introduction/