How to update NodeJS and NPM to their latest versions?

How to update NodeJS and NPM to their latest versions

Node.js and NPM (Node Package Manager) both are popular and widely used tools among the developer’s community. On one side where nodejs is a JavaScript run-time environment, NPM is its package manager to install various libraries and packages for it, easily. Both tools are used …

Read more

How to directly install npm package from GitHub repository

Install Github Package directly using NPM

NPM doesn’t need an introduction if you are a developer. Anyway, it is a package manager that is used by popular Nodejs JavaScript to install various packages, dependencies, and modules. Using it developers can have a central packages repository to use for their projects, this …

Read more

What is the difference between vsftpd and ProFTPd?

What is the difference between vsftpd and ProFTPd

FTP is a standard protocol that is used to transfer files widely, and FTP servers like Vsftpd and ProFTPd provide a way to use that protocol and access plus transfer files stored on a remote server. Here we quickly learn the difference between Vsftpd and …

Read more

Glances installation on Ubuntu 22.04 LTS Linux

Pip to install Glances on Ubuntu 22.04

Glances is a free open-source command line software solution for Linux systems to monitor computer activity in real time. It can be considered a good alternative to top/Htop command line system monitoring tools for Ubuntu. Here in this tutorial, we learn how to install Glances …

Read more

How to Install and use WHOIS on Ubuntu 22.04 or 20.04

Install WHOIS on Ubuntu 22.04 or 20.04

To get some information about the existing domain name, you might have used some online WHOIS lookup tool.  However, if you are a Ubuntu user then you can use your Command terminal to get information about Domain names or public IP addresses by installing the …

Read more

What is the difference between yum and DNF?

difference between yum and DNF

If you’re a Linux user, you might have come across the terms “yum” and “DNF” when it comes to enterprise package management. While both tools serve the same purpose, there are some key differences between them that are worth exploring. What do you mean by …

Read more

2 ways Install Nomacs on Ubuntu 22.04 or 20.04 LTS

Install Nomacs on Ubuntu 22.04 or 20.04

Learn the steps to install Nomacs, an open-source image viewer & editor on Ubuntu 22.04 Jammy or Ubuntu 20.04 Focal Linux using the command terminal. This software on our Linux system can be considered a free basic alternative to commercial Photoshop, however, not as powerful …

Read more