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”
Author Archives: linuxbots.com
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”
Vim Commands — Basic Vim cheat sheet for everyday use — LinuxBots
VI improved text editor or VIM text editor is an opensource solution available for both CLI and GUI interfaces. In this cheat sheet, you will find most of the Vim Commands which are needed when you will work with text files in the CLI interface. So let’s start with open a file in Vim text editor. UseContinue reading “Vim Commands — Basic Vim cheat sheet for everyday use — LinuxBots”
Tcpdump Examples – LinuxBots
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 traffic in aContinue reading “Tcpdump Examples – 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”
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”