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 issueContinue reading “413 request entity too large error solution — LinuxBots”
Category Archives: foss
Laravel clear cache (All Methods) — LinuxBots
Laravel, one of the most widely used PHP framework. In this compact article we learn how to clear laravel cache by using terminal and browser. Laravel uses different types of cache for the application. When we made changes in the code then we have to clear caches for applying changes. Laravel clear cache using TerminalContinue reading “Laravel clear cache (All Methods) — LinuxBots”
Install Kali Linux on VirtualBox [Safest Method] — LinuxBots
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 KaliContinue reading “Install Kali Linux on VirtualBox [Safest Method] — LinuxBots”
How To Install Nginx on Ubuntu 18.04 — LinuxBots
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. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be used as a web server or reverse proxy with apache in frontend.Continue reading “How To Install Nginx on Ubuntu 18.04 — LinuxBots”
How to Install Zabbix Server on Ubuntu 18.04 & 16.04 LTS — LinuxBots
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 Zabbix agentContinue reading “How to Install Zabbix Server on Ubuntu 18.04 & 16.04 LTS — LinuxBots”
Kali Linux 2020.1 released: New Features and Download
Kali Linux 2020.1 released as the first release of the decade and it’s available for download since 28 Jan 2020. This release fo Kali comes with several new features, including the long-awaited Non-Root by default feature. Kali Linux is an open-source Linux Distro for Pentesters and Security Researchers. Most of the open-source tools for penetration testing areContinue reading “Kali Linux 2020.1 released: New Features and Download”
Netplan Static IP – Configure static IP address on Ubuntu 18.04
Netplan, the new interface configuration utility in Ubuntu introduced in Ubuntu 17.10. For configuring static IP in Ubuntu 18.04 we will use Netplan. In the same vein, all the latest versions of Ubuntu Server and Desktop uses Netplan to manage and configure network settings. Netplan reads network configuration from /etc/netplan/*.yaml. YAML is a commonly used human-readable programming languageContinue reading “Netplan Static IP – Configure static IP address on Ubuntu 18.04”
OpenVPN pfSense 2.4 Setup in simple steps
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. Prerequisite: We have required at least two pfSense firewalls in the working state toContinue reading “OpenVPN pfSense 2.4 Setup in simple steps”
Tuning Nextcloud for better Performance
Tuning Nextcloud Server by the use of Memory cache and required software optimization. For better performance, these settings should be implemented in every Nextcloud installation. Nextcloud can be used on a machine with a single-core CPU and 1 GB of ram but it depends on how many users are there. In this article, we willContinue reading “Tuning Nextcloud for better Performance”
Install NextCloud Server by Manual Method On Ubuntu 16.04 | 18.04 With Apache2, MariaDB And PHP 7.3 — LinuxBots
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 Google Drive. Nextcloud is fully open-source software. Your data privacy and security are much better when you use a self-hosted server instead of using Third-party cloud services like Google Drive or Dropbox.Continue reading “Install NextCloud Server by Manual Method On Ubuntu 16.04 | 18.04 With Apache2, MariaDB And PHP 7.3 — LinuxBots”