Meine kleine Dokumentation

Die Installationsdokumentation zu MeineKleineFarm.net

Benutzer-Werkzeuge

Webseiten-Werkzeuge


basics

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
basics [2016/10/05 22:30] xenadminbasics [2016/11/23 21:54] (aktuell) xenadmin
Zeile 15: Zeile 15:
  
 # jessie-backports # jessie-backports
-#deb http://ftp.debian.org/debian jessie-backports main+deb http://ftp.debian.org/debian jessie-backports main
 </file> </file>
 <code bash> <code bash>
Zeile 25: Zeile 25:
 apt install ntp ntpdate -y apt install ntp ntpdate -y
 nano /etc/ntp.conf nano /etc/ntp.conf
-apt install mc htop tcpdump nmap tree pwgen lvm2 xfsprogs unattended-upgrades ncdu -y+apt install mc htop tcpdump nmap tree pwgen lvm2 xfsprogs unattended-upgrades ncdu mailutils -y
 </code> </code>
 ^ Program              ^ Function                                       ^ ^ Program              ^ Function                                       ^
Zeile 38: Zeile 38:
 | unattended-upgrades  | Sicherheitsupdates automatisch installieren    | | unattended-upgrades  | Sicherheitsupdates automatisch installieren    |
 | ncdu                 | TreeSize auf der Shell                         | | ncdu                 | TreeSize auf der Shell                         |
 +| mailutils            | Mails auf der Shell senden                     |
 <code bash> <code bash>
 apt install apache2 php5 -y apt install apache2 php5 -y
 +a2enmod rewrite ssl proxy fastcgi proxy_http proxy_fastcgi
 +nano /etc/php5/apache2/php.ini
 +date.timezone = Europe/Berlin
 apt install mysql-server -y apt install mysql-server -y
 <mysql root@localhost Passwort setzen> <mysql root@localhost Passwort setzen>
 mysql_secure_installation mysql_secure_installation
 </code> </code>
-  * <code>NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL+<hidden mysql_secure_installation -edit> 
 +<code>NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
       SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!       SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!
  
Zeile 104: Zeile 109:
 Thanks for using MySQL! Thanks for using MySQL!
 </code> </code>
 +</hidden>
basics.1475706657.txt.gz · Zuletzt geändert: 2016/10/05 22:30 von xenadmin