How to install Figlet on Amazon Linux 2 AWS

Install Figlet on Amazon Linux 2

Create a stylized ASCII text banner on your command line screen by installing Figlet on Amazon Linux 2 with the help of the EPEL repository. Figlet is a command-line utility that allows you to create ASCII text banners, also known as “FIGlets.” We can install …

Read more

How to change NPM version in Linux, Windows or macOS?

Command to change NPM version

Working on different Node.js projects and the version of dependencies required by them; you may often need to switch between different versions of the Node Package Manager (NPM). However, for beginners, it can be a tricky task but don’t worry. In this tutorial, we will …

Read more

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

What are Tar and Gz? Difference between them.

tar and gz

While working in Linux you would have seen files downloaded from the internet ended up with either “.tar” or “.tar.gz”. Now, what are these extensions? Both of these imply the file is in Archived format that could contain a single file or multiple folders but …

Read more

What is the Tar command in Linux?

Tar command in Linux

The tar in Linux is a commonly used lightweight command line tool for creating file archives and compressing them. Not only for archiving, but users can also use it for extracting, and manipulating existing archives as well. The name “tar” derived from “tape archive” because …

Read more

How to install WoeUSB on Ubuntu 22.04 | 20.04 LTS

Install Windows ISO on pen drive using WoeUSB

WoeUSB is an open-source tool to create Windows USB bootable installation sticks from an ISO file or DVD on Linux systems. The program supports Windows 7, Windows 8.1, and Windows 10 ISO files and can be used via a graphical user interface or in a …

Read more