ssh pi@example.org -p 22 pi@raspberrypi ~ $ sudo -s root@raspberrypi:/home/pi# apt-get install apache2 php5 libapache2-mod-php5 # apt-get install mysql-server mysql-client # apt-get install phpmyadmin cd /etc/phpmyadmin nano config.inc.php # /etc/init.d/apache2 restart # cd /etc/apache2 # nano apache2.conf Include sites-enabled/ Include conf.d/*.conf Include /etc/phpmyadmin/apache.conf # cd /etc/apache2/conf.d # nano example.org.conf # a2enmod expires # /etc/init.d/apache2 restart # cd /etc/network # nano interfaces # ssh-keygen # chmod 600 authorized_keys # rsync -avz /var/www/ pi@192.168.0.115:/home/pi/backups/ $ nano test.html $ sudo apt-get install vim