Akhil Dev

Akhil Dev

Ubuntu

install phpmyadmin_akhil-dev

How To Install and Secure phpMyAdmin on Ubuntu 18.04

Installing phpMyAdmin To get start with How To Install and Secure phpMyAdmin on Ubuntu 18.04. we will install phpMyAdmin from the default Ubuntu repositories. This is done by updating your server’s package index and then using the apt packaging system to pull down the files and install them on your system: sudo apt update sudo apt install …

How To Install and Secure phpMyAdmin on Ubuntu 18.04 Read More »

Create a SSL Certificate on Apache for Ubuntu 18.04 1_akhil-dev

How To Install a SSL Certificate on Apache for Ubuntu 18.04

Prerequisites How To Install a SSL Certificate on Apache for Ubuntu 18.04. Before you begin, you should have some configuration already taken care off. We will be operating as a non-root user with sudo privileges in this guide. You can set one up by following steps 1-4 in our Ubuntu 14.04 initial server setup guide. You …

How To Install a SSL Certificate on Apache for Ubuntu 18.04 Read More »

Install MariaDB on Ubuntu 18.04 1_akhil-dev

How To Install MariaDB on Ubuntu 18.04

Introduction How To Install MariaDB on Ubuntu 18.04. MariaDB is an open-source database management system, commonly used as an alternative for the MySQL portion of the popular LAMP The short version of this installation guide consists of these three steps: Update your package index using apt Install the mariadb-server package using apt. The package also pulls in related tools …

How To Install MariaDB on Ubuntu 18.04 Read More »

Install the OpenLit Speed Web Server on Ubuntu 18.04_akhil-dev

How To Install the OpenLiteSpeed Web Server on Ubuntu 18.04

Introduction How To Install the OpenLiteSpeed Web Server on Ubuntu 18.04? OpenLiteSpeed is an optimized open source web server that can be use to manage and serve sites. OpenLiteSpeed has some useful features that make it a solid choice for many installations: it features Apache-compatible rewrite rules, a built-in web-based administration interface, and customized PHP …

How To Install the OpenLiteSpeed Web Server on Ubuntu 18.04 Read More »

Install WordPress on Ubuntu 18.04 Using LAMP Stack 1_akhil-dev

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack

Install and Configure Apache 2 LAMP uses Apache web server 2, which is popular and widely used. You can install Apache using Ubuntu’s package manager, as shown below: sudo apt update sudo apt install apache2 These commands require you to provide passwords. Press Y on the command prompt and hit ENTER to continue the installation. UFW firewall is available …

How to Install WordPress on Ubuntu 18.04 Using LAMP Stack Read More »