UNIX/Linux

How to Install 7Zip on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install 7Zip on Ubuntu 18.04

URL: https://www.progressiverobot.com/install-7zip-ubuntu/ If you’ve ever tried to send large files then you would definitely know about 7Zip. From almost 2 decades now, 7Zip allowed us to get a higher compression ratio. Apart from getting high compression ratio, you can get support for extracting and compressing RAR files on Ubuntu with 7Zip. Apart from the GUI, […]

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
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
Install Chrome on Linux Mint - Easy Step-By-Step Guide — step-by-step Linux tutorial on Progressive Robot

Install Chrome on Linux Mint – Easy Step-By-Step Guide

URL: https://www.progressiverobot.com/install-chrome-on-linux-mint/ In this tutorial, we will see how to install Chrome on Linux Mint. Google Chrome is a popular web browser that is suitable for surfing amazing websites like this one. We will also cover a better alternative to Chrome that is easier to install. Steps to Install Google Chrome on Linux Mint Let's […]

Read more
Arrays in Shell Scripts — step-by-step Linux tutorial on Progressive Robot

Arrays in Shell Scripts

Mastering arrays in shell scripts can significantly enhance your ability to handle large datasets efficiently. In this tutorial, you’ll learn the basics of arrays, how to create and work with both indexed and associative arrays and perform essential operations like accessing, looping and deleting array elements.

Read more
How to Install OpenStack on Ubuntu 18.04  with DevStack — step-by-step Linux tutorial on Progressive Robot

How to Install OpenStack on Ubuntu 18.04 with DevStack

URL: https://www.progressiverobot.com/install-openstack-ubuntu-devstack/ Openstack is a free and opensource IaaS cloud platform that handles cloud compute, storage and network resources. It comes with an intuitive dashboard that enables systems administrators to provide and monitor these resources. You can seamlessly install OpenStack locally on your Ubuntu 18.04 instance for learning and testing purposes using Devstack. Devstack is […]

Read more
Commands for Process Management in Linux — step-by-step Linux tutorial on Progressive Robot

Commands for Process Management in Linux

URL: https://www.progressiverobot.com/process-management-in-linux/ In this article, we'll discuss process management in Linux. A process in Linux is nothing but a program in execution. It’s a running instance of a program. Any command that you execute starts a process. Types of Processes in Linux In Linux processes can be of two types: depend on the user for […]

Read more
CHAT