apt-get -qqy install htop iotop mlocate nmap net-tools openntpd psmisc rsync socat apt-get -qqy install ack doxygen gawk git graphviz imagemagick unzip xlstproc zip apt-get -qqy install geoip-bin geoip-database geoip-database-extra apt-get -qqy install ack doxygen gawk git graphviz imagemagick unzip xsltproc zip apt-get -qqy install libapache2-mod-php php-cli apt-get -qqy install php-bcmath php-curl php-gd php-geoip php-imap php-mbstring php-pgsql php-redis php-sqlite3 php-xml php-yaml php-zip apt install default-mysql-server php-mysql php-gd php-curl php-apcu php-cli php-json php-mbstring apt install python3-pygments ## MySQL create user 'fab'@'localhost' IDENTIFIED BY '01E8SP7D0Y1W8Q7HAHVGZGS885'; grant all privileges on *.* to 'fab'@'localhost'; flush privileges; ./bin/config set mysql.user 'fab'; ./bin/config set mysql.pass '01E8SP7D0Y1W8Q7HAHVGZGS885'