Skip to content

Instantly share code, notes, and snippets.

View Theo-Fourniez's full-sized avatar
🎯
Focusing

Théo Fourniez Theo-Fourniez

🎯
Focusing
View GitHub Profile
@dragonfire1119
dragonfire1119 / adguard-home-docker-compose.yml
Last active February 26, 2026 13:42
adguard-home-docker-compose.yml
version: '3' # Specify the Docker Compose version
services:
adguardhome: # Define the service named 'adguardhome'
image: adguard/adguardhome # Use the 'adguard/adguardhome' Docker image
container_name: adguardhome # Set the container name to 'adguardhome'
restart: unless-stopped # Restart the container automatically unless stopped manually
ports: # Map container ports to host ports
# Expose port 53 on TCP and UDP for DNS queries
- "53:53/tcp"
@michaelspiss
michaelspiss / connect-easysmx-controller.sh
Last active March 24, 2026 22:35
Connect (multiple) EasySMX controller(s) on linux
#! /bin/bash
IFS=: read -r busnum devnum <<< "$1"
busnum=$(printf "%03i" $busnum)
devnum=$(printf "%03i" $devnum)
xboxdrv --device-by-path ${busnum}:${devnum} --type xbox360 --silent --force-feedback