Saturday, January 27, 2018

How To Install Node.js v8.29 on Ubuntu 16.04

Introduction Node.js is a JavaScript platform for general-purpose programming that allows users to build network applications quickly. By leveraging JavaScript on both the front- and back-end, development can be more consistent and designed within the same system. In this guide, we'll show you...

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04

Introduction A "LAMP" stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the Apache web server. The site data is stored...

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04

Introduction The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx web server. The backend data is stored in the MySQL database and the dynamic processing is handled...