Skip to content

Instantly share code, notes, and snippets.

@whiskey76
whiskey76 / kuma-arch.sh
Created February 22, 2026 05:26
Install Uptime Kuma (non-Docker method) on Arch-based distros
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 24
sudo pacman -S git
npm install pm2 -g
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm run setup
@whiskey76
whiskey76 / kuma-debian.sh
Last active March 15, 2026 15:15
Install Uptime Kuma (Non-Docker Method) on a Linux Mint Cinnamon VM
#!/usr/bin/env bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
nvm install 24
sudo apt install git -y
npm install pm2 -g
git clone https://github.com/louislam/uptime-kuma.git
cd uptime-kuma
npm run setup
@whiskey76
whiskey76 / aimodifier.ini
Last active February 16, 2026 18:24
AI Modifier Mod Settings for Insurgency Sandstorm
[/AIModifier/Mutators/AIModifier.AIModifier_C]
SightRangeAlert=20000.0
SightRangeIdle=15000.0
SightRangeWithinSmokeGrenade=100.0 ; was 300 20250612 jc
SightRangeWithinSmokeGrenadeEye=150.0
SightRangeSmokeEyeFrac=0.5
MinLightIntensityToSeeTarget=0.03
MinLightIntensitytoSeeTargetatNight=0.025
LightIntensityforFullyVisibleTarget=0.2
TimetoNoticeVisibilityMultiplier=1.5