Step1: Stopping the MySQL service by using this command systemctl command: Step2: Now, we need to restart the MySQL service. Step3: We have able to connect to the MySQL server as root, without specifying a password. Step4: Now, reset the root password, but first flush the privileges to reload the… Continue Reading How to change My SQL password on Linux

Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications.  Latest version node.js ppa is maintaining by its official website. We can add this PPA to your Ubuntu 21.10, 20.04 LTS, 18.04 LTS, 16.04 LTS (Trusty Tahr) and 14.04 LTS (Xenial Xerus) systems and install node.js… Continue Reading How to Install Latest Node.js on Ubuntu with PPA

In this article we are going to create a container in OpenVZ server Prerequisites Implementation: Step:1 Create a container with an os template. Note : (i) We take the container  ID as 104 (ii) OS template as ubuntu-18.04-x86_64$vzctl create 104 – -ostemplate ubuntu-18.04-x86_64 Step 2: Save the container $ vzctl… Continue Reading How to create a container in OpenVZ server