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 Development Tutorials, Tools & Techniques
In this section, we cover basic to advanced web development tutorials, tools & techniques on PHP, WordPress, Node.Js and various content management systems.
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 Vim on CentOS: Easy Step
Vim text editor is one of the oldest and best text editor for Linux. It is a greatly improved version of a good old Vi Editor. This text editor is packed with many great features like command line history, syntax highlighting, multi-level undo, spelling checker, block operations, and filename etc. In this article, we will […]
How to Install Vim on Ubuntu: 2 Easy Step
Vim Editor is considered as one of the best terminal based text editor for Linux. It is an improved version of good old Vi Editor. Many great features like syntax highlighting, multi-level undo, command line history, spelling checker, block operations, filename completion and script language has been added. Moreover, an extensive range of plugins are […]