Skip to content

Instantly share code, notes, and snippets.

View strombergdev's full-sized avatar

Max Strömberg strombergdev

View GitHub Profile
@afriza
afriza / install-ffmpeg-with-decklink-support-ubuntu-18.04-server.md
Last active August 28, 2025 19:41
Compiling and installing `ffmpeg` with Decklink SDK on Ubuntu 18.04 Server. Check out forks of this gist for more up-to-date info.
@filipelenfers
filipelenfers / installJdkTarGzUbuntu.sh
Last active September 19, 2025 06:18
Install JDK from tar.gz Ubuntu
#Login as root
sudo su
#create jdk directory
mkdir /opt/jdk
#uncompress, change to your file name
tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk
#check if files are there