Akhil Dev

Akhil Dev

Ubuntu 18.04

Configure Remote MariaDB in phpmyadmin_akhil-dev

Configure phpMyAdmin on Ubuntu 18.04 to Manage Remote MariaDB Databases

Introduction How to Configure phpMyAdmin on Ubuntu 18.04 to Manage Remote MariaDB Databases-While many users need the functionality of a database management system like MySQL, they may not feel comfortable interacting with the system solely from the MySQL prompt. phpMyAdmin allows you to manage MySQL or MariaDB databases via a simple web browser. In most …

Configure phpMyAdmin on Ubuntu 18.04 to Manage Remote MariaDB Databases Read More »

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 »

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 Joomla on an Ubuntu 18.04_akhil-dev

How to Install Joomla on an Ubuntu 18.04

Step 1: Install Joomla Since the download will be a zip archive, you should begin by installing the unzip tool. $ sudo apt-get install unzip Next, cd to the ‘/tmp’ directory and download the latest version of Joomla from the official website. $ cd /tmp $ wget https://downloads.joomla.org/cms/joomla3/3-8-10/Joomla_3-8-10-Stable-Full_Package.zip Joomla will be downloaded and stored under …

How to Install Joomla on an Ubuntu 18.04 Read More »

Install Mautic on Ubuntu 18.04 with Apache2 MariaDB and PHP 7.1_akhil-dev

Install Mautic on Ubuntu 18.04 with Apache2, MariaDB and PHP 7.1

Install Apache2 HTTP Server on Ubuntu Apache2 HTTP Server is the most popular web server in use… so install it, since Mautic needs it.. To install Apache2 HTTP on the Ubuntu server, run the commands below… sudo apt update sudo apt install apache2 After installing Apache2, the commands below can be used to stop, start, …

Install Mautic on Ubuntu 18.04 with Apache2, MariaDB and PHP 7.1 Read More »

Install CyberPanel on Ubuntu 18_akhil-dev

How to Install CyberPanel on Ubuntu 18.04 LTS

Introduction How to Install CyberPanel on Ubuntu 18.04 LTS? CyberPanel comes with two versions one is simply called CyberPanel and other is Called CyberPanel Ent. CyberPanel comes with OpenLiteSpeed and is completely free for an unlimited number of domains and worker processes. This article assumes you have at least basic knowledge of Linux, know how …

How to Install CyberPanel on Ubuntu 18.04 LTS Read More »

Install MySQL on Ubuntu 18.04 1_akhil-dev

How To Install MySQL on Ubuntu 18.04

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. The short version of the installation is simple: update your package index, install the mysql-server package, and then run the included security script. sudo apt update …

How To Install MySQL on Ubuntu 18.04 Read More »