×


Blog


Python input() Function in Linux

This article covers how to use the input() function in Python. In fact, The input() function in Python makes it very easy to get input from users of your application. The input function is built in just like the print function and its use is quite common. When you call the input function(), you can think of it as an expression that evaluates to whatever the user typed in at the prompt. This always gets returned as a string so if you want to use numbers as input, you will need to handle that by using the int() function.


Python bool() Function in Linux

This article covers how to use the bool() function in Python. In fact, The bool() method is a built-in Python method that applies the standard truth testing procedure to the passed object/value and returns a boolean value. Moreover, the bool class cannot be sub-classed. Its only instances are False and True.


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.