UNIX/Linux

A guide to atop command in Linux — step-by-step Linux tutorial on Progressive Robot

A guide to atop command in Linux

The atop command is a tool for monitoring system resources in Linux. It displays tons of information related to the amount of load on the system's resources at the process level. There can be indefinite advantages to the user if this utility is mastered. First things first, we have to install the atop command on […]

Read more
Export Command in Linux — step-by-step Linux tutorial on Progressive Robot

Export Command in Linux

In this guide, we will look at the export command in Linux. Export is a built-in command of the Bash shell. It is used to mark variables and functions to be passed to child processes. Basically, a variable will be included in child process environments without affecting other environments. To get a clearer picture of […]

Read more
Create a Partition in  Linux - A Step-by-Step Guide — step-by-step Linux tutorial on Progressive Robot

Create a Partition in Linux – A Step-by-Step Guide

In this tutorial, we'll be covering the steps to create a partition in Linux. This can help you allocate different memory regions for specific uses. Creating partitions can also help you install multiple operating systems on your machine and minimize the damage in case of disk corruption. How to Create a Partition in Linux? In […]

Read more
How to install WordPress on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to install WordPress on Ubuntu

URL: https://www.progressiverobot.com/install-wordpress-on-ubuntu/ In this article, we will focus on how to install WordPress on Ubuntu 18.04. WordPress is a free and open-source content management platform based on PHP and MySQL. It’s the world’s leading blogging and content management system with a market share of over 60%, dwarfing its rivals such as Joomla and Drupal. WordPress […]

Read more
How to Install/Uninstall NodeJS on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install/Uninstall NodeJS on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-uninstall-nodejs-ubuntu/ NodeJS is a JavaScript framework that allows you to build fast network applications with ease. In this guide, we delve in and see how you can How to install NodeJS on Ubuntu 18.04. Step 1: Adding the NodeJS PPA to Ubuntu 18.04 To start off, add the NodeJS PPA to your system using […]

Read more
How to Install Anbox on Linux Mint? — step-by-step Linux tutorial on Progressive Robot

How to Install Anbox on Linux Mint?

URL: https://www.progressiverobot.com/install-anbox-on-linux-mint/ This article goes over the steps to install Anbox on Linux Mint. Ever wondered how cool it would be to be able to run android applications on your Linux system? Well, Anbox helps you do exactly that. Anbox is short for Android in a box and it is exactly what it sounds like! […]

Read more
Linux ps command - 20 Real Life Examples — step-by-step Linux tutorial on Progressive Robot

Linux ps command – 20 Real Life Examples

URL: https://www.progressiverobot.com/linux-ps-command/ The ps command, short for Process Status, is a command line utility that is used to display or view information related to the processes running in a Linux system. As we all know, Linux is a multitasking and multiprocessing system. Therefore, multiple processes can run concurrently without affecting each other. The ps command […]

Read more
How to use PhotoRec to Recover Deleted Files in Linux/Ubuntu — step-by-step Linux tutorial on Progressive Robot

How to use PhotoRec to Recover Deleted Files in Linux/Ubuntu

URL: https://www.progressiverobot.com/photorec-recover-deleted-files-in-linux-ubuntu/ Accidentally deleted files or photos? In this tutorial, we'll learn how to recover deleted files in Linux using PhotoRec. In a previous tutorial, we discussed the steps to recover deleted files using a Linux utility named [TestDisk](/community/tutorials/how-to-install-testdisk-on-linux-and-recover-deleted-files) and the PhotoRec utility is created by the same company. Let's find out how to use […]

Read more
CHAT