Install Let’s Encrypt SSL certificate

Install Let’s Encrypt Free SSL certificate for a domain Step 1 – Install SSL $wget https://dl.eff.org/certbot-auto $chmod a+x certbot-auto Step 2 – Create domain SSL certificate $sudo ./certbot-auto –debug -v –server...

How to Install LAMP on Ubuntu

How to Install LAMP on Ubuntu What is a LAMP? LAMP stands for Linux, Apache, MySQL, PHP. It is open-source software used to get web servers up and running on Linux platform like CentOS or Ubuntu. Step 1: Install Apache sudo apt-get install apache2 sudo gedit...