Skip to content

Instantly share code, notes, and snippets.

View ripsnortntear's full-sized avatar

ripsnort ntear ripsnortntear

View GitHub Profile
@aessing
aessing / harden-Ubuntu2004.sh
Last active April 20, 2024 21:57
Harden Ubuntu 20.04 server installation
#!/bin/bash
# =============================================================================
# Harden Ubuntu Linux 20.04 (focal)
# Run commands as root (sudo su -)
# -----------------------------------------------------------------------------
# Developer.......: Andre Essing (https://www.andre-essing.de/)
# (https://github.com/aessing)
# (https://twitter.com/aessing)
# (https://www.linkedin.com/in/aessing/)
# -----------------------------------------------------------------------------