Skip to content

Instantly share code, notes, and snippets.

View arevindh's full-sized avatar
🤠
Focusing

itsmesid arevindh

🤠
Focusing
View GitHub Profile
@arevindh
arevindh / plex-install-update.sh
Created December 14, 2024 04:49
Debian plex Beta install and Update
#!/bin/bash
# Plex installation script for Debian-based systems
# Update the channel parameter as required
# Variables channel 16 for stable
CHANNEL="8"
BUILD="linux-x86_64"
DISTRO="debian"
TOKEN="xxxxxxxxxxx"
@arevindh
arevindh / gasket figate coral.md
Created January 18, 2025 06:47
gasket figate coral

Installing Coral drivers - go to the shell of the host and type the following commands

apt update
apt upgrade
apt install pve-headers-$(uname -r)
apt install proxmox-default-headers
apt install dh-dkms devscripts git
git clone  https://github.com/google/gasket-driver
cd gasket-driver
@arevindh
arevindh / unifi-update-iplist.py
Created April 26, 2025 07:30
To update a firewall group (ip list) in a UniFi controller using the UniFi API
import requests
# This script is designed to update a firewall group (ip list) in a UniFi controller using the UniFi API.
# 1. Open your browser and navigate to the UniFi controller.
# 2. Log in with your credentials.
# 3. Settings -> Profile -> NetworkObjects
# 4. Create a new Network Object (e.g., an IP address). '
# Use Name MY_BLOCK_LIST , type `IPv4 Address/Subnet`
# and add a sample ip (system will not allow you to create an empty object) and Click Add