meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
digital:server:firstthings [2018/11/13 11:22]
natrius [_BREAKTIME_]
digital:server:firstthings [2018/11/16 13:10]
natrius [Check this]
Line 2: Line 2:
  
 First steps after installing a new server to make sure nobody can capture it and use it in a way it was not intended. Make sure you work as fast and correct as possible until you reach ''_BREAKTIME_''. That should not consume too much time and then you can think about what you want to install afterwards. First steps after installing a new server to make sure nobody can capture it and use it in a way it was not intended. Make sure you work as fast and correct as possible until you reach ''_BREAKTIME_''. That should not consume too much time and then you can think about what you want to install afterwards.
- 
-  * https://www.thomas-krenn.com/de/wiki/Absicherung_eines_Debian_Servers 
- 
  
 ## New user ## New user
Line 148: Line 145:
 ## Mailserver ## Mailserver
  
-Install and configure mailserver (postfix mit s-nail?) for automated messages from unattended upgrades or from other services.+Install and configure mailserver (postfix with s-nail?) for automated messages from unattended upgrades or from other services.
  
 ## Unattended Upgrades ## Unattended Upgrades
Line 172: Line 169:
  
 ## Check this ## Check this
-  * chef bootstrap (?) + 
-  * zsh (instead of bash), glances, rsync, +  * zsh (instead of bash), glances, rsync 
-  * Install most of the debug tools I've used in my life, just in case (lsof, gdb, iotop, slurm, strace)+  * Install debug tools, just in case (lsof, gdb, iotop, slurm, strace)
   * Enable Byobu - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-byobu-for-terminal-management-on-ubuntu-16-04   * Enable Byobu - https://www.digitalocean.com/community/tutorials/how-to-install-and-use-byobu-for-terminal-management-on-ubuntu-16-04
   * install etckeeper (etckeeper init, etckeeper commit -m initial)   * install etckeeper (etckeeper init, etckeeper commit -m initial)
-  * Webserver: letsencrypt 
   * vnstat   * vnstat
   * install linuxbrew   * install linuxbrew
-  * install git +  * install git and checkout the dot files from git
-  * checkout my dot files from git +
-  * install sudo and sudo-pam-auth. Configure it to work wi h ssh keys+
   * Learn Ansible? (install python-minimal for ansible)   * Learn Ansible? (install python-minimal for ansible)
 +  * chef bootstrap (?)