apt update
apt install mysql
apt install php-fpm php-mysql php-mbstring php-curl php-xml php-gd
apt install mysql-server
mysql_secure_installation
MYSQL SERVER 8
CREATE USER ‘root’@’%’ IDENTIFIED BY ‘root’;
GRANT ALL PRIVILEGES ON aws.* TO ‘root’@’%’ WITH GRANT OPTION;
ALTER USER ‘root’@’%’ IDENTIFIED WITH mysql_native_password BY ‘root’;
FLUSH PRIVILEGES;
apt install python2.7
apt install nodejs
useradd -m -g sudo -s /bin/bash aws
passwd aws
su aws
ssh-keygen
En el directorio .ssh crear el archivo authorized_keys con la key de c9
Editar el fichero /etc/ssh/sshd_config y descomentar la línea de #PubkeyAuthentication yes