This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 --- |