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 NextCloud Server by Manual Method On Ubuntu 16.04 | 18.04 With Apache2, MariaDB And PHP 7.3

nextcloud-17-featured-image

In this tutorial, we will install and configure Latest Nextcloud 17.0.2 on an Ubuntu 18.04 LTS server. As always we will do it one by one in Simple Steps. Nextcloud is a fork of ownCloud used for file-sharing servers to store your personal data like documents and pictures in a centralized location, like Dropbox or … Read more

OpenVPN pfSense 2.4 Setup in simple steps

openvpn-pfsense-scenario

OpenVPN is an open-source solution for implementing Virtual Private Network to create point-to-point or site-to-site connections. In this article, we will learn how to configure OpenVPN in the pfSense firewall. PfSense is an open-source firewall/router based on FreeBSD currently supported by Netgate. Also Read: Install OpenLiteSpeed Web Server on Ubuntu Prerequisite: We have required at … 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