Skip to content

Instantly share code, notes, and snippets.

View samson-sham's full-sized avatar
🏠
Working from home

Samson Sham samson-sham

🏠
Working from home
View GitHub Profile
@samson-sham
samson-sham / install-ffmpeg-with-decklink-support-ubuntu-18.04-server.md
Created November 9, 2022 08:37 — forked from macpit/install-ffmpeg-with-decklink-support-ubuntu-18.04-server.md
Compiling and installing `ffmpeg` with Decklink support on Ubuntu 18.04 Server
@samson-sham
samson-sham / tar.md
Created January 6, 2020 14:03 — forked from TelmoM/tar.md
TAR #tar

TAR

tar -zcvf archive-name.tar.gz directory-name

-z : Compress archive using gzip program
-c: Create archive
-v: Verbose i.e display progress while creating archive
-f: Archive File name