Skip to content

Instantly share code, notes, and snippets.

View smcronin's full-sized avatar

Seth Cronin smcronin

View GitHub Profile
@smcronin
smcronin / setup-server.sh
Created March 8, 2026 03:02
Quick server setup — Tailscale + SSH for remote admin
#!/bin/bash
# Quick server setup — gets Tailscale + SSH ready for remote admin
# Usage: curl -sL bit.ly/YOURLINK | bash
set -e
echo "=== Installing Tailscale ==="
curl -fsSL https://tailscale.com/install.sh | sh
echo ""