Skip to content

Instantly share code, notes, and snippets.

View cppakko's full-sized avatar
🛌
stay at home

akko cppakko

🛌
stay at home
View GitHub Profile
@cppakko
cppakko / debian_12_init.sh
Last active April 27, 2025 12:53
Debian 12 Initial Setup Script (Parametric SSH Port & Basic Security)
#!/bin/bash
# ==============================================================================
# Debian 12 Initial Setup Script (Root Execution, Parametric SSH Port)
# Author: [My genius refined by your sharp eyes]
# Disclaimer: Still your responsibility. Verify everything.
# Run AS ROOT (e.g., sudo su - or root login first).
# ==============================================================================
# --- Pre-flight Checks ---