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
/**
* rofi -dump-theme output.
* Rofi version: 1.7.5+wayland3-dev
**/
* {
red: rgba ( 220, 50, 47, 100 % );
selected-active-foreground: rgba ( 249, 249, 249, 100 % );
lightfg: rgba ( 88, 104, 117, 100 % );
separatorcolor: rgba ( 29, 31, 33, 100 % );
urgent-foreground: rgba ( 204, 102, 102, 100 % );
configuration {
/* modes: "window,drun,run,ssh";*/
/* font: "mono 12";*/
/* location: 0;*/
/* yoffset: 0;*/
/* xoffset: 0;*/
/* fixed-num-lines: true;*/
/* show-icons: false;*/
/* terminal: "rofi-sensible-terminal";*/
/* ssh-client: "ssh";*/
@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