Node.js is an asynchronous event-driven JavaScript runtime built on Chrome’s V8 JavaScript engine. It runs at the server-side. It mainly used for easily building fast and scalable network applications. In this article, you will find ways to install Nodejs on Ubuntu Linux. In this tutorial, we will install the node.js in Ubuntu using two different ways.Continue reading “Install Nodejs on Ubuntu — LinuxBots”
Category Archives: tutorial
413 request entity too large error solution — LinuxBots
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”
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”
Install Laravel on Ubuntu 16.04 with Apache — LinuxBots
In this tutorial, we will explain how to install and run the latest stable version of the Laravel 6.0 PHP Framework on Ubuntu 16.04 LTS (Long Term Support) with Apache2 and PHP 7.4 support. Laravel is a lightweight and flexible open-source PHP framework solution with an MVC (Model-View-Controller) design structure. Laravel certainly focuses on building scalableContinue reading “Install Laravel on Ubuntu 16.04 with Apache — LinuxBots”
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”