Debian LAMP Stretch: Difference between revisions

From Braindisconnect
Jump to navigationJump to search
(Created page with "Install Debian with SSH server apt update && apt upgrade Install LAMP plus utilities apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server m...")
(No difference)

Revision as of 14:15, 24 March 2019

Install Debian with SSH server

apt update && apt upgrade

Install LAMP plus utilities

apt install htop iftop net-tools open-vm-tools apache2 apache2-utils mariadb-server mariadb-client php7.0 libapache2-mod-php7.0 php7.0-mysql php-common php7.0-cli php7.0-common php7.0-json php7.0-opcache php7.0-readline

Secure the DB

mysql_secure_installation