UNIX/Linux

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
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
How to Install PyCharm on Linux [Step-By-Step] — step-by-step Linux tutorial on Progressive Robot

How to Install PyCharm on Linux [Step-By-Step]

URL: https://www.progressiverobot.com/install-pycharm-on-linux/ PyCharm is an Integrated Development Environment for Python developed by Jetbrains. It offers an intelligent code editor and tools for debugging, refactoring, and profiling the code. Apart from this it also has a built-in terminal and integration with major Version controls systems (Git, SVN, etc.) and Virtual Machines like Docker and Vagrant. This […]

Read more
How to Read Command Line Arguments in Shell Scripts? — step-by-step Linux tutorial on Progressive Robot

How to Read Command Line Arguments in Shell Scripts?

URL: https://www.progressiverobot.com/read-command-line-arguments-in-shell-scripts/ Reading user input is one part of the equation. In today's article, we'll learn to read command-line arguments in shell scripts. Shell scripts are an essential tool for any Linux user. They play a major role in automating daily tasks and creating your own commands or macros. These shell scripts can receive input […]

Read more
CHAT