Setting up a web server need Linux knowledge but also some tools to help you
- Improved Nano Syntax Highlighting Files (Improved definitions of syntax highlighting for various languages)
Convert ssh keys to pem
openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem chmod 700 id_rsa.pem
Update Debian and Ubuntu packages
apt-get update && apt-get dist-upgrade -y && apt-get autoremove --purge -y && apt-get clean