Introduction Lighttpd is a free, open-source web server which is also known as Lighty. It is a fast, secure, compliant, and extremely flexible webserver optimized for speed. Compared to other web-servers, Lighttpd consumes very less server resources. When it is installed alongside PHP and MySQL or MariaDB, it can serve millions of connections. Prerequisites How […]
Web Server
How to Increase File Upload Size in Nginx – 3 Simple Steps
By default, the maximum file upload size in NGINX is 1MB. If a user tries to upload a file bigger than this, the Nginx throws a “413 Request Entity Too Large” error. So in this tutorial, we will learn how to increase file upload size in Nginx. How To Increase File Upload Size in NGINX […]
How to Install Django on Ubuntu: 4 Easy Methods
Django is a full-featured web development framework written in python for developing websites and applications. It is a free and open-source framework that follows the MVC (Model-View-Controller) framework. The framework is designed to help developers get their website and application online as quick as possible. In this guide, we will learn how to install Django […]
How to Install Angular on Ubuntu: 5 Easy Steps
Angular is a TypeScript/JavaScript-based open-source mobile and desktop web application framework created by the Angular team at Google. It is a complete rewrite from the same team that built AngularJS. It is well suited for building small to large scale mobile and web applications from scratch. In this guide, we will learn how to install […]
How to Install LAMP on CentOS 7
LAMP Stack is a group of open source programs that work together to enable a server to host dynamic websites or web applications. LAMP represents Linux (operating system), Apache (web server), MySQL (MariaDB database), PHP (scripting language). In this guide, we will learn how to install LAMP on CentOS 7. Prerequisites Update the software packages […]