linux_dash
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux_dash [2016/11/02 23:02] – xenadmin | linux_dash [2016/11/09 19:56] (aktuell) – xenadmin | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Linux Dash ====== | ====== Linux Dash ====== | ||
| - | Quelle: https:// | + | **Quellen:** |
| + | * https:// | ||
| + | * https:// | ||
| <code bash> | <code bash> | ||
| Zeile 6: | Zeile 8: | ||
| git clone --depth 1 https:// | git clone --depth 1 https:// | ||
| + | </ | ||
| + | * <code git> | ||
| Cloning into ' | Cloning into ' | ||
| remote: Counting objects: 78, done. | remote: Counting objects: 78, done. | ||
| Zeile 12: | Zeile 16: | ||
| Unpacking objects: 100% (78/78), done. | Unpacking objects: 100% (78/78), done. | ||
| Checking connectivity... done. | Checking connectivity... done. | ||
| + | </ | ||
| + | <code bash> | ||
| chown www-data: | chown www-data: | ||
| + | </ | ||
| + | Das Monitoring Dashboard über [[apache2_basic_authentication|Apache2 Basic Authentication]] absichern. | ||
| + | <code bash> | ||
| htpasswd -B -c / | htpasswd -B -c / | ||
| New password: | New password: | ||
| Zeile 24: | Zeile 31: | ||
| Re-type new password: | Re-type new password: | ||
| Adding password for user demo-user2 | Adding password for user demo-user2 | ||
| + | </ | ||
| + | <code bash> | ||
| nano / | nano / | ||
| </ | </ | ||
| + | <hidden dash.meinekleinefarm.net.conf -edit> | ||
| <code apache dash.meinekleinefarm.net.conf> | <code apache dash.meinekleinefarm.net.conf> | ||
| < | < | ||
| Zeile 68: | Zeile 77: | ||
| downgrade-1.0 force-response-1.0 | downgrade-1.0 force-response-1.0 | ||
| BrowserMatch "MSIE [17-9]" | BrowserMatch "MSIE [17-9]" | ||
| - | |||
| </ | </ | ||
| </ | </ | ||
| </ | </ | ||
| + | </ | ||
| + | |||
| <code bash> | <code bash> | ||
| a2ensite dash.meinekleinefarm.net.conf | a2ensite dash.meinekleinefarm.net.conf | ||
| service apache2 reload | service apache2 reload | ||
| </ | </ | ||
linux_dash.1478127771.txt.gz · Zuletzt geändert: von xenadmin
