How to Install Docker on Ubuntu 20.04 LTS

install-docker-on-ubuntu-20-04-lts

Introduction Docker is a very popular open-source containerization platform that allows creating containers of applications and then deploying them. Docker containers are very similar to virtual machines, but they are dependent on the kernel of the host operating system. Whereas Virtual Machines are having their own kernel. Docker containers are portable and can run on … Read more

How to upgrade to Python 3.10 on Ubuntu 18.04 and 20.04 LTS

upgrade-to-python-3.10-on-ubuntu-20-04-and-18-04

In this article, we will upgrade to python 3.10 and configure it as the default version of python in Ubuntu 18.04 and 20.04 LTS. The current stable version of python was released on 06 Dec. 2021. Many ubuntu users are facing problems during upgrading python to the latest version. Python 3.9 is available as default when we install Ubuntu … Read more

How to Install Node JS in Ubuntu 20.04 or 22.04

install node js in ubuntu

Node.js is an asynchronous event-driven JavaScript runtime built on Chrome’s V8 JavaScript engine. It runs on the server side. It is mainly used for easily building fast and scalable network applications. In this article, you will find ways to install Node JS in Ubuntu Linux. In this tutorial, we will Install Node in Ubuntu Linux … Read more

413 request entity too large error solution

413 request entity too large

I am personally using Nginx as my primary web server with PHP-FPM but also having some setups with Nginx as a proxy to Apache Server. Many times, when I try to upload a file or made a large HTTP request, Nginx gives the error 413 request entity too large. That’s why I thought this issue … Read more

How To Install PHP in Ubuntu 18.04 LTS

install-php-7.4-ubuntu-server

Current Stable Release of PHP is 7.4.1 released on 18 December 2019. In this article, we learn how to install the latest PHP 7.4 in Ubuntu Server. PHP 7.4.1 is available for production environments and you can install it via the Ondrej PPA repository. However, you can install the older versions of PHP using this … Read more

Tcpdump Examples – 15 commands you must know

tcpdump-examples-feature-image

tcpdump is one of the most powerful command-line packet analyzer tools for all IT Professionals. In this tutorial, we share some practical examples of tcpdump tool which should be known by every IT Professional. A well-known network sniffer tool for network monitoring which provides plenty of options. From analyzing live network traffic to capture specific … Read more

Kali Linux VirtualBox Installation

install-Kali-linux-on-virtualbox

This tutorial describes the simplest way to install Kali Linux on VirtualBox in Windows or Linux. Kali is a Debian based Linux distribution built for hacking and penetration testing. Kali Linux is one of the best Linux distribution for Pentesters and Security Researchers. At the time of writing this tutorial, the latest version of Kali … Read more

How To Install Nginx on Ubuntu 18.04 Server

install-nginx-on-ubuntu-18.04

Nginx is the second most used web server in the world. According to the Netcraft survey, Nginx is used by approx 25% of the busiest sites on the web. In this tutorial, we’ll install Nginx on Ubuntu 18.04 LTS server. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be … Read more

How to Install Zabbix Server on Ubuntu 18.04 & 16.04 LTS

zabbix-4.0-lts-on-ubuntu

Zabbix is a Free and Open-source enterprise-class monitoring software for servers, networks, and services. Zabbix offers a lot of reporting and data visualization features based on the stored data. This tutorial describes how to install Zabbix 4.0 LTS on Ubuntu 18.04 & 16.04 LTS systems. Zabbix can be used for agent-based and agent-less monitoring. The … Read more

Install Laravel on Ubuntu 20.04 LTS with Apache2 and PHP 7.4

install-laravel-6-in-ubuntu-20.04-lts-server

Laravel is a very popular open-source PHP framework aimed at the easy development of applications. If you are looking for a new PHP framework to try, you should give Laravel a try. In this article, you will find the detailed steps to Install the Latest stable Laravel on Ubuntu 20.04 LTS Server with Apache webserver. … Read more