Browsing tag

php

Free PHP, HTML, CSS and JavaScript editor – CodeLobster IDE

In this post, we will see and go through the interesting features and useful functions of an IDE, which is quite popular among web developers. CodeLobster PHP IDE is available for all platforms, a compact distribution for downloading and an almost instant installation allow you to get started to work right away. Features There is […]

How To Install Linux, Lighttpd, MySQL and PHP (LLMP Stack ) in Ubuntu 18.04

Lighttpd (pron lighty) is an open source web server optimized for speed-critical environments. It was written by Jan Kneschke as a proof-of-concept to handle 10,000 connections in parallel on one server. Lighttpd is the perfect solution for servers that is suffering load problems. It is licensed under the BSD license. This article shows you how […]

How To Install Linux, Nginx, MySQL, PHP (LEMP Stack) in Ubuntu 18.04

LEMP stack stands for Linux, Nginx, MariaDB, and PHP stack and is widely used for hosting websites/blogs. Here, we will see how to install LEMP Stack on Ubuntu 18.04 with PHP support (via PHP-FPM) and database (MariaDB) support. THIS DOCUMENT IS ALSO AVAILABLE FOR RHEL 8 CentOS 7 Debian 10 Debian 9 Ubuntu 16.04 Install […]

How to Install PHP 5.6 on Ubuntu 16.04 & Debian 9

As you already know that both Ubuntu 16.04 and Debian 9 has been shipped with PHP 7 and applications which are designed to work with PHP 5 like vnStat PHP Frontend, PHP Server Monitor, etc., may not work due to compatibility issues. In such cases, you would need to install PHP 5.6 on Ubuntu 16.04 […]