Node.js is a Javascript runtime built with fast deployments in mind. Both the client and server-side of the application are Javascript. It provides an asynchronous approach to serving up content, providing for extremely responsive applications. Node.js is cross-platform and installable on Linux, macOS, and Windows. This tutorial covers the installation of Node.js on a Windows Server.
Continue reading “How to Install Node.js on a Windows Server”Tag: NVM
How to Install Node.js via NVM on Ubuntu 18.04
What is Node.js?

Node.js is an open-source javascript runtime environment. It is memory efficient and is intentionally asynchronous. It is deployable on multiple platforms, including Windows, Mac OS X, and Linux, and is suited for rapid development. It’s event-driven architecture make it highly scalable and useful for intensive data-driven applications.
Continue reading “How to Install Node.js via NVM on Ubuntu 18.04”How to Add or Remove a PPA in Ubuntu 18.04
What is a PPA?
A PPA (or Personal Package Archive) is a software repository provided by members of the Ubuntu Linux community. Software contained in a PPA can be downloaded and installed via apt, Ubuntu’s defacto package management system.
Typically, PPA’s will contain new or updated software to existing packages that may not be available from the official Ubuntu package repositories. This allows users to have more granular control over when specific software packages are updated on their systems. It is important to be discerning when utilizing PPA’s and to only add a PPA from a trusted source.
The best reason for adding software via a PPA, is the server will get automatic updates to the installed software when updates are run.
Continue reading “How to Add or Remove a PPA in Ubuntu 18.04”How to Install NVM for Node.js on CentOS 8
Node Version Manager, also known as NVM is used to control and manage multiple active versions of Node.js in one system. It is a command line utility and a bash script that allows programmers to shift between different versions of Node.js. They will be able to install any version using a single command and setting defaults using the command line utility.
Continue reading “How to Install NVM for Node.js on CentOS 8”How to Install Node Version Manager on Ubuntu 16.04
The Node Version Manager (NVM) is a command-line utility used to manage and switch between multiple active versions of Node.js on a single system. Whether you’re an admin or a developer, being able to change the javascript runtime environment on your system simplifies testing applications across different versions.
Continue reading “How to Install Node Version Manager on Ubuntu 16.04”How To Install NVM (Node Version Manager) on Fedora 23
How to Install Node.js via NVM on Fedora 21
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single Fedora 21 node.
- I’ll be working from a Liquid Web Self Managed Fedora 21 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on Fedora 21
How to Install Node.js via NVM on Fedora 20
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single Fedora 20 node.
- I’ll be working from a Liquid Web Self Managed Fedora 20 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on Fedora 20
How to Install Node.js via NVM on CentOS 7
- These instructions are intended specifically for installing Node.js via NVM (Node Version Manager) on a single CentOS 7 node.
- I’ll be working from a Liquid Web Core Managed CentOS 7 server, and I’ll be logged in as root.
- If NVM is not already installed, then visit our tutorial on: How to Install NVM (Node Version Manager) for Node.js on CentOS 7
How to Install NVM for Node.js on Fedora 21
- These instructions are intended specifically for installing NVM (Node Version Manager) on a single Fedora 21 node.
- I’ll be working from a Liquid Web Self Managed Fedora 21 server, and I’ll be logged in as root.