The following commands helped me install source code pro font on Kubuntu 18.04. || sudo mkdir /usr/share/fonts/opentype sudo git clone https://github.com/adobe-fonts/source-code-pro.git /usr/share/fonts/opentype/scp sudo fc-cache -f…
Mostly the first resource should do it. After installing vsftpd please run following. sudo ufw enable https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-directory-on-ubuntu-18-04 https://www.digitalocean.com/community/tutorials/how-to-set-up-a-firewall-with-ufw-on-ubuntu-18-04
Turn on PHP Short tags Uncomment pdo_mysql, curl and other modules that are required. sudo a2enmod rewrite # For laravel 4 projects sudo apt-get install…