Anleitung für Cockpit und Zeitzone einstellen
This commit is contained in:
parent
3716917528
commit
c65275f880
17
README.md
17
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
|
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
|
## Strorage Box mounten
|
||||||
Die Festplatte soll über SAMBA/CIFS gemounted werden, daher müssen die entsprechenden Tools installiert sein:
|
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 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
|
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
|
## Wichtige Befehle
|
||||||
Festplattenverbrauch ermitteln:
|
Festplattenverbrauch ermitteln:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue