Biber

Aus Info-Theke
Zur Navigation springen Zur Suche springen


Dies ist der Server von EMAS.

Installation

# Passwort "root" geändert
adduser hm
mkdir .ssh ; chmod 755 .ssh ; cd .ssh ; cat >authorized_keys
chmod 700 authorized_keys
apt-get update
apt-get install sudo
visudo
apt-get install tmux htop git etckeeper bzip2 zip unzip nginx mariadb-server
apt-get install nginx php-fpm php-cli php-json php-curl php-imap php-gd php-mysql php-xml \
   php-zip php-intl php-imagick php-memcached memcached
apt-get install nfs-common
mkdir /media/emas
# /etc/fstab
213.136.65.195:/ /media/emas nfs rsize=8192,wsize=8192,hard,intr, 0 0