diff --git a/README.md b/README.md index d7b91bd..1d3c6c7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ Ein paar hilfreiche Tools installieren: ``` apt install -y htop iftop mytop tcpdump landscape-common mercurial git software-properties-common ``` + +## Zeitzone auf Europe/Berlin stellen +``` +timedatectl set-timezone Europe/Berlin +``` ## Strorage Box mounten Die Festplatte soll über SAMBA/CIFS gemounted werden, daher müssen die entsprechenden Tools installiert sein: ``` @@ -47,6 +52,18 @@ Nun Docker-Composer und hier kann man die aktuelle Release-Nr. herausfinden: htt sudo curl -L https://github.com/docker/compose/releases/download/1.24.1/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose ``` + +## Cockpit zur Serverüberwachung + +``` +add-apt-repository universe +apt-get update +apt-get install cockpit cockpit-docker +``` + +`https://ip-address-of-machine:9090` + + ## Wichtige Befehle Festplattenverbrauch ermitteln: ```