Nano text editor comes up with many powerful features. It allows you to create and edit various files on your Linux based computers or server. It is considered as the most easiest tool for editing. In this tutorial, we will see how to install Nano text editor on Ubuntu. Features Nano text editor is suitable […]
Website Deployment Techniques
Learn website deployment techniques for your static and Dynamic website on various VPS like Digital Ocean, and Linode using LAMP Stack and LEMP Stack.
Git Cheat Sheet: 11 Git Commands Line Instructions
Git is an open-source version control system that facilitates GitHub activities on your computer. Here is the Git Cheat Sheet for quick reference purpose. GitHub: Git Cheat Sheet 1. Install Git GitHub provides a graphical user interface to desktop clients for the most common repository actions. GitHub for Windows https://windows.github.com GitHub for Mac https://mac.github.com 2. […]
Fix 413 Request Entity Too Large Error on Nginx & Apache
What does 413 Request Entity Too Large Nginx Error Mean? A 413 Request Entity Too Large Nginx Error occurs when a request made on a client-side by the visitor or user is too large to be processed by the web server. If you have set your web server to a particular HTTP request size limit, […]
How to Install MongoDB on Ubuntu 18.04 LTE
MongoDB is a free and opensource No SQL database written in C++ and used in modern web application development. This tutorial will give you a great understanding of how to install MongoDB on Ubuntu 18.04 LTE. Perquisites Before installing MongoDB, we need to ensure that the server is up-to-date. So, let’s first update and upgrade […]
How to Install PHPMyAdmin on Ubuntu 18.04, 16.04, 14.04?
This tutorial covers step-by-step how to install PHPMyAdmin on Ubuntu. PHPMyAdmin is a web-based application that provides a Graphical User Interface (GUI) to MySQL database administration. PHPMyAdmin supports multiple MySQL servers and an easy MySQL command-line client alternative. Prerequisites Before you get started with this guide, make sure you complete some basic steps. I assume […]