Skip to content

Instantly share code, notes, and snippets.

@mathben
Last active March 11, 2019 03:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Installation server debian machine
apt install htop iotop vim sudo git python3 python3-pip postfix mainutils
adduser user
usermod -aG sudo user
su user
# Guide : https://www.ssh.com/ssh/keygen
ssh-keygen -t ed25519
# Fix problem with git and mailname. Default permission 600
chmod 644 /etc/mailname
# Guide for email configuration
# https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-as-a-send-only-smtp-server-on-debian-9
# Update this file : /etc/postfix/main.cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment