Uninstall MySQL and Install MariaDB 10.7 on Ubuntu 18.04

While considering to install MySQL on Ubuntu 18.04 one should look into a couple of caveats – first, the Ubuntu 18.04 repositories contain the old MySQL version i.e. 5.7; second, people often prefer to move away from MySQL which is now controlled by Oracle Corporation and install MariaDB, which is the fork of MySQL and … Read more

Install Node.js using NVM on Ubuntu

In this tutorial we’ll learn to install Node.js using NVM (Node Version Manager) on Ubuntu (or any Debian based Linux). Here, we’ve used Ubuntu 18.04 but these instructions should work in other versions too. Usually default versions in Linux distro repositories are old ones. Using NVM we can install latest versions of Node.js and can … Read more