Skip to content

Instantly share code, notes, and snippets.

View kkoyung's full-sized avatar

Kingsley Yung kkoyung

View GitHub Profile
@kkoyung
kkoyung / widevine-decryption.md
Created May 26, 2024 05:33 — forked from frozenpandaman/widevine-decryption.md
download videos protected with widevine DRM
@kkoyung
kkoyung / mastodon-docker-setup.md
Created February 26, 2023 15:04 — forked from TrillCyborg/mastodon-docker-setup.md
Mastodon Docker Setup

Mastodon Docker Setup

Setting up

Clone Mastodon's repository.

# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live

cd ~/live