System Administrators Checklist: Difference between revisions
add numbered list |
systemctl, rsync/cron,log files added |
||
| Line 12: | Line 12: | ||
# firewall with ufw | # firewall with ufw | ||
# postgresql replication (backup) | # postgresql replication (backup) | ||
# scheduled backups (rsync and cron) | |||
# lxc container (setup services on your local machine) | # lxc container (setup services on your local machine) | ||
# sharing passwords with gpg encrypted files | # sharing passwords with gpg encrypted files | ||
| Line 20: | Line 21: | ||
# environment variables | # environment variables | ||
# local network configuration (/etc/hosts, ip, ss). | # local network configuration (/etc/hosts, ip, ss). | ||
# Starting and stopping services (systemctl) | |||
# Log file handling (tail -f, truncate, logrotate) | |||
== Switching users == | == Switching users == | ||