×


Linux Resources


Install Node.js and Npm in Ubuntu - Step by step Process ?

This article covers the different ways to install Node.js in your Ubuntu system. Node.js is a popular back-end JavaScript runtime used for creating web servers and scalable network apps. The environment supports server-side scripting - producing dynamic content for web pages before they are served to the user.

NPM is a package manager for JavaScript and the default package manager for Node.js. As such, NPM is installed alongside Node.js as a recommended feature.


Use the Uptime Command on Linux Mint 20

This article covers how to use the Uptime command in Linux Mint 20 via different examples. In fact, Uptime is a command that returns information about how long your system has been running together with the current time, number of users with running sessions, and the system load averages at a specific period of time.

You can run the uptime command without any options like below:

# uptime


What are system load averages? 

system load average is the average number of processes that are in a runnable or uninterruptable state. A process is in a runnable state when it is using the CPU or waiting to use the CPU; while a process is in an uninterruptable state when it is waiting for I/O access like waiting for a disk.


Install Speedy Duplicate Finder on Linux Mint 20

This article covers the process of installing the Speedy Duplicate Finder through the Snap daemon on a Linux Mint 20 system. In fact, With the help of this useful application, you can easily find and remove all the duplicate files existing on your system and hence, you can efficiently utilize your system's storage resources.


Install Discord on Ubuntu 20.04 - Step by step process ?

This article covers the complete discord installation procedure on Ubuntu 20.04 Linux distribution. In fact, Discord has now become the well-known primary voice chat platform among gamers within a very short time period. Its popularity and use are also increasing in non-gamers day by day.

For additional help or useful information, we recommend you check the official Discord website.


Install OpenVPN on Linux Mint 20 - A step by step process ?

This article covers the process of installing the OpenVPN client on a Linux Mint 20 system. In fact, after installing this tool on your system, it can be used effectively for enabling secure communications via the creation of virtual private networks.


tail Command in Linux - With examples

This article covers how to use the tail command in Linux. In fact, The Linux tail command displays data from the end of a file. It can even display updates that are added to a file in real-time. It can also monitor a file and display each new text entry to that file as they occur. This makes it a great tool to monitor log files.

Search by typing a one letter Word Term Here