Skip to content

Instantly share code, notes, and snippets.

View ch4d1's full-sized avatar

ch4d1 ch4d1

View GitHub Profile
@ch4d1
ch4d1 / vnc_install.sh
Last active March 3, 2024 16:40 — forked from x43x61x69/vnc_install.sh
Steam Deck VNC Installation
#!/bin/bash
#
# Script for installing x11vnc on Steam Deck.
#
# Install:
#
# sh -c "$(curl -fsSL https://gist.githubusercontent.com/ch4d1/e6daa56a67cf7805fddce77f9beb011d/raw/b1f936bdc6b9f09c87c57c97312ad6b22526e5a0/vnc_install.sh?$RANDOM)"
#
# This will modify root filesystem so it will probably get
# overwrite on system updates but is totally ok executing
@ch4d1
ch4d1 / youtube-dl-crunchyroll.md
Created March 8, 2022 08:53 — forked from fasiha/youtube-dl-crunchyroll.md
Youtube-dl with Crunchyroll

Get the following:

  • a Crunchyroll account (though they let you watch/download some videos without an account, at 480p),
  • the latest youtube-dl (brew upgrade youtube-dl),
  • your browser’s user agent,
  • your Crunchyroll cookies (cookie.txt export for Chrome is handy) into a cookies.txt file.

Then,