Skip to content

Instantly share code, notes, and snippets.

#!/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'
# 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
@gustavoserafim
gustavoserafim / ffmpeg-amazon-linux.sh
Created August 7, 2019 21:14
ffmpeg installation script for amazon linux
#!/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
<!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>