This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # LXC Container Setup Script | |
| # Description: Installs Git, Docker, Portainer, configures SSH, and optionally sets up GPU access | |
| # Usage: curl -fsSL https://gist.githubusercontent.com/YOUR_USERNAME/YOUR_GIST_ID/raw/setup.sh | bash | |
| set -e # Exit on any error | |
| # Colors for output | |
| RED='\033[0;31m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Zoom track blocklist for Pi-hole | |
| # URL: https:// | |
| # Last Update: Sat, 28 Mar 2020 15:17:10 GMT | |
| # License: GPLv3 | |
| # ====================================================================================================== | |
| assets.zoom.us | |
| async.zoom.us | |
| aw1xmppapi.zoom.us | |
| cloudflare.zoom.us |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Update | |
| sudo yum update -y | |
| # Install packages | |
| sudo yum install autoconf automake bzip2 bzip2-devel cmake freetype-devel gcc gcc-c++ git libtool make mercurial pkgconfig zlib-devel -y | |
| echo "packages installed" | |
| # Creates temp dir |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js'></script> | |
| <head> | |
| <title>Timestamp for OBS</title> | |
| </head> | |
| <body> |