How to Install PHP 7.3 on Ubuntu 16.04

Install PHP 7.3 on Ubuntu 16

In this article, we will show you how to install PHP 7.3 on Ubuntu 16.04. PHP (Hypertext Preprocessor) is an open-source server-side scripting language and is widely used for creating dynamic web pages. PHP is among the most popular languages because it is secure, fast, simple, efficient, flexible, and a loosely typed language.

install php 7.3 ubuntu 16.04


PHP can be run on any operating platform (Windows, Linux, MacOS) and almost on any web server (Nginx, Apache). PHP 7.3.0 was officially released on December 6, 2018, and it contains new improved features and functions.

For more updates, you can also check our guide on how to install PHP 8 on Ubuntu 20.04

Read More

How to Install ionCube Loader on Debian 9

How to Install ionCube Loader on Debian 9

In this article, we will show you how to install ionCube loader on a Debian 9 server. ionCube PHP encoder is the most popular PHP solution for licensing and encoding PHP files and encrypting any other file types. When using ionCube, PHP scripts are first compiled and then optimized. This prevents others from copying your source code and increases the website loading speed. ionCube loader is a PHP extension that is used to execute the encoded PHP files, encrypt or decrypt non-PHP files and validate licenses.

Read More

How to install Laravel on cPanel

How to Install Laravel on cPanel
How to Install Laravel on cPanel

Install Laravel on cPanelWe will show you, how to install Laravel on cPanel. Laravel is the most starred PHP framework on Github and also the most preferred framework of PHP developers. This guide should work on other Linux VPS systems as well but was tested and written for a cPanel VPS. Let’s get started with the installation of Laravel on your cPanel server.

Read More

How to Install Laravel on a DirectAdmin Server

How to Install Laravel on a DirectAdmin Server

We will show you how to install Laravel on DirectAdmin server. Laravel is a popular, open-source PHP web application framework with expressive and elegant syntax. This guide should work on other Linux VPS systems as well but was tested and written for a DirectAdmin VPS. Installing Laravel on DirectAdmin server is easy task, just follow the steps below carefully and you should have it installed in less than 10 minutes.

Read More

How to Install LEMP on Ubuntu 16.04

How to Install LEMP on Ubuntu 16.04

We’ll show you, how to install LEMP on Ubuntu 16.04. LEMP stack (Linux, Nginx, MySQL, PHP) should not be confused with the popular LAMP stack (Linux, Apache, MySQL, PHP) . This tutorial is for the LEMP (Nginx) stack and it’s commonly used on Ubuntu 16.04 servers. Installing LEMP on Ubuntu 16.04, should not take more then 10 min. Let’s start with the installation of LEMP on Ubuntu 16.04:

Read More

How to Install LAMP on Ubuntu 16.04

How to Install LAMP on Ubuntu 16.04

We’ll show you How to Install LAMP on Ubuntu 16.04. LAMP (Linux, Apache, MySQL, PHP) is a combination of open source software, typically installed on a server used for hosting dynamic websites and web applications. It includes the Linux operating system, the Apache web server, MySQL for data storage and management and PHP for handling the dynamic content. Installing LAMP on Ubuntu 16.04 is an easy task, just follow the steps below carefully.

Read More

Set up a mail server with PostfixAdmin and MariaDB on CentOS 7

mail server with postfixadmin and mariadb on centos

In this guide, we will explain how to setup and configure a mail server with PostfixAdmin, Postfix, Dovecot, MariaDB and SpamAssasin on a CentOS VPS. PostfixAdmin is a PHP-based web front-end that allows you to manage virtual domains and users for a Postfix mail transport agent. This guide should work on other Linux VPS systems as well but was tested and written for a CentOS 7 VPS.

Read More