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”
Tag Archives: ubuntu 16.04
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”
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”