Skip to content

Instantly share code, notes, and snippets.

##install https://brew.sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew upgrade
##nvidia gfx driver install
https://github.com/vulgo/webdriver.sh
@gotens87
gotens87 / telly docker script.txt
Created December 25, 2018 22:48
How to get telly running on Docker
docker run -d \
--name='telly' \
--net='bridge' \
-e TZ="America/Edmonton" \
-v /config/telly/telly.config.toml:/etc/telly/telly.config.toml \
-p '6077:6077/tcp' \
--restart unless-stopped \
tellytv/telly:dev-ffmpeg

Disable .DS_Store files from getting made on network drives

defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE

https://www.reddit.com/r/DataHoarder/comments/akgrow/psa_make_sure_you_include_these_flags_in_your/
youtube-dl --add-metadata --write-all-thumbnails --embed-thumbnail --write-info-json --embed-subs --all-subs 'link'
youtube-dl -U will update the app
#https://github.com/icmma/tristate
update continue.sh
#!/usr/bin/bash
# Script to switch openpilot repos loaded on the EON
#
# This script should replace the file on your EON in /data/data/com.termux/files/
#