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

How to install PNPM on Ubuntu 22.04 or 20.04

How to install PNPM on Ubuntu 22.04 or 20.04

PNPM is an efficient alternative to NPM and Yarn package managers for Node.js packages, which works differently than them to manage modules. In this article, we learn how to install PNPM on Ubuntu 22.04 or 20.04 Linux systems. What is the PNPM Nodejs, package manager? …

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

2 Ways for KTorrent installation on Ubuntu 22.04 or 20.04

Installing KTorrent on Ubtunu 22.04 20.04

KTorrent is a GNU General Public Licensed BitTorrent client for the KDE desktop environment on Linux and other Unix-like systems including Ubuntu. The key purpose of this torrent client software is to provide a graphical user interface for downloading and uploading files using the BitTorrent …

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

Command to Install UNRAR in Ubuntu 22.04 or 20.04

Check Unrar version on Ubuntu 22.04

UNRAR is a free command utility (GPL licensed) on Linux systems for decompressing and extracting files that are compressed and archived in the RAR archive format. RAR is a popular archive format that is proprietary but commonly and widely used to compress large files. So, …

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