by Abhishek Thakur | Apr 20, 2023 | Blog
MySQL is a popular relational database management system that is widely used in web applications. In this tutorial, we will guide you through the process of connecting MySQL to a Node.js server on Ubuntu 20.04. Step 1: Install MySQL Server The first step is to install...
by Abhishek Thakur | Apr 20, 2023 | Blog
MEAN stack is a popular web development stack that includes MongoDB, Express, Angular, and Node.js. In this blog, we will show you how to install the MEAN stack on Ubuntu 20 Server. Step 1: Update Ubuntu 20.04 Before we start, it’s always a good idea to update...
by Abhishek Thakur | Apr 20, 2023 | Blog
LAMP stack is a popular web development stack that includes Linux, Apache, MySQL, and PHP. In this blog, we will show you how to install LAMP stack on Ubuntu 20.04. Step 1: Update Ubuntu 20.04 Before we start, it’s always a good idea to update your Ubuntu server...
by Abhishek Thakur | Apr 20, 2023 | Blog
Joining two NVMe disks for use with Proxmox Virtualization (PV) is a great way to improve performance and reliability for virtual machines. This can be achieved using software RAID 0, specifically RAID 0 (striping) which provides a single logical volume that spans...
by Abhishek Thakur | Apr 19, 2023 | Blog
Creating a LVM thin pool on two NVMe disks is a great way to provide storage for virtual machines in a Proxmox Virtualization (PV) environment. In this guide, we will show you how to create a LVM thin pool for Proxmox. Step 1: Preparing the NVMe Disks The first step...
by Abhishek Thakur | Apr 19, 2023 | Blog
There may be times when you need to communicate with another Ubuntu server on your network without using a graphical interface. One way to accomplish this is by using the command-line interface and a tool called “Netcat” or “nc”. In this blog,...