beanman109 / debian-13-initial-setup
0 gustos
0 bifurcaciones
2 archivos
Última actividad 3 weeks ago
| 1 | #!/usr/bin/env bash |
| 2 | set -euo pipefail |
| 3 | |
| 4 | # ============================================================ |
| 5 | # Debian 13 VPS Initial Setup Script |
| 6 | # |
| 7 | # Includes: |
| 8 | # 1. Base update + useful tools |
| 9 | # 2. Chrony time sync |
| 10 | # 3. Fail2ban |
beanman109 / setup-https-squid-proxy.sh
0 gustos
0 bifurcaciones
2 archivos
Última actividad 1 month ago
| 1 | #!/usr/bin/env bash |
| 2 | set -euo pipefail |
| 3 | |
| 4 | # ============================================================ |
| 5 | # Interactive Squid HTTPS Proxy Installer with Let's Encrypt |
| 6 | # Debian 12/13 |
| 7 | # |
| 8 | # Creates: |
| 9 | # Firefox/FoxyProxy -> HTTPS proxy -> Squid -> Internet |
| 10 | # |
Siguiente
Anterior