How to install ReactJS on Ubuntu 20.04 LTS Focal Fossa

How to install ReactJS on Ubuntu 20.04 LTS Focal Fossa

In this article, I will give you a complete guide to set up the environment for getting started with ReactJS in your local machine. ReactJS is an open-source JavaScript library used for building the user interface, maintained by Facebook and the community of developers. ReactJS can be used in the development of Web Applications or … Read more

How to install LAMP stack on Ubuntu 20.04 LTS Focal Fossa

How-to-install-LAMP-Stack-in-Ubuntu-20.04-LTS

In that article, I will give you a complete guide to setup LAMP Stack on your local machine.A LAMP Stack is the software stack of Linux Operating System, Apache HTTP Server, MySQL Relational Database Management System, and PHP Programming Language(LAMP) which is the foundation for the Linux hosted Websites and Web Applications. Now, I will … Read more

How to Install Kali Linux on VirtualBox

How to Install Kali Linux on VirtualBox 1

Kali Linux is one of the best Linux distributions for hacking and security enthusiasts. Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. In this article, we will be talking about How to Install Kali Linux on VirtualBox. While you can … Read more

How to Install NPM in Ubuntu 18.04 Bionic

How to Install NPM in Ubuntu 18.04 Bionic

In this article, you will be learning on How to install NPM in Ubuntu 18.04 Bionic. NPM which is also known as node package manager is a package manager for JavaScript programming language and is the default package manager for JavaScript runtime environment Node.js. It is written in the same JavaScript programming language. NPM consists … Read more