https://hub.docker.com/r/itzg/minecraft-server/
FTB Beyond
Also IRC Chat
| #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/ | |
| # |
| 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 |
Disable .DS_Store files from getting made on network drives
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
| 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 |
| ##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 |