Skip to content

Instantly share code, notes, and snippets.

View DerDrachenKater's full-sized avatar
💭
I may be slow to respond.

TheDragonCat DerDrachenKater

💭
I may be slow to respond.
  • Bottrop, Germany
  • 06:16 (UTC +01:00)
View GitHub Profile
@DerDrachenKater
DerDrachenKater / debian-setup.sh
Created October 19, 2020 13:12 — forked from kevinkub/debian-setup.sh
Sets up and hardens an Debian Linux server.
# Arch Linux Setup: https://gist.github.com/kevinkub/46ce7229ee4f17be710ddd7c5a80a3c3
# Change root password
echo "# Change password of root user"
passwd
# Change hostname
echo "# Change hostname"
hostname
sudo hostnamectl set-hostname $hostname