Browsing tag

mysql

Install WordPress + Apache, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler designed to run applications that are written in PHP and Hack language. Facebook use HHVM to serve billions of web requests per day and is faster than traditional PHP engine. This article describes the steps to install WordPress with Apache, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are the topics […]

Install WordPress + Nginx, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler developed to run applications that are written in PHP and Hack language. HHVM is faster than traditional PHP engine and is used by Facebook to serve billions of web requests per day. This article describes the steps to install WordPress with Nginx, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are […]

How To Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04

MariaDB is a fork of the very popular MySQL database management system, and it is now considered as a full drop-in replacement for MySQL. Install MariaDB on Ubuntu 18.04 / Ubuntu 16.04 You can install MariaDB in two ways, using either Ubuntu repository or Official MariaDB mirror. Install MariaDB from Official MariaDB mirror Install MariaDB […]

How to Install LAMP on Fedora 27 / Fedora 26 / 25

LAMP Stands for Linux, Apache, MySQL, and PHP. Most of the websites work with the above combination.Below are the steps to install LAMP on Fedora 27 / Fedora 26 / 25.   Install Apache To start off, we will install Apache. Open up the terminal and switch to root. $ su Type following command on […]

Install Pydio (cloud storage) on Ubuntu 14.10 / 14.04

Pydio is a open-source software solution for file synchronization and sharing, similar to ownCloud, designed to offer enterprise grade security and control. Pydio provides a sleek and ajax based portal that can be accessed from anywhere, from any browser, previews audio, video, PDF, Office Documents. It has a native mobile application for Android and iOS. […]