UNIX/Linux

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
Reduce File Size of Images in Linux - CLI and GUI methods — step-by-step Linux tutorial on Progressive Robot

Reduce File Size of Images in Linux – CLI and GUI methods

URL: https://www.progressiverobot.com/reduce-file-size-of-images-linux/ In this article, we talk about the different ways to reduce the file size of images in Linux. With the increase in the focus on the quality of images, the image file sizes have been increasing tremendously. There is a constant need of reducing the file size of such large images, therefore, we […]

Read more
A Complete Guide to Install Tomcat on Linux — step-by-step Linux tutorial on Progressive Robot

A Complete Guide to Install Tomcat on Linux

URL: https://www.progressiverobot.com/install-tomcat-on-linux/ Let's cover the steps to install Tomcat on Linux today. We have already covered the steps for [installation on CentOS here](/community/tutorials/install-apache-tomcat-9-centos-7). In this tutorial, we'll use Ubuntu to demonstrate the installation. You can follow this tutorial even if you're on a different distribution. To do so, make sure you use the package manager […]

Read more
Reduce PDF File Size in Linux — step-by-step Linux tutorial on Progressive Robot

Reduce PDF File Size in Linux

URL: https://www.progressiverobot.com/reduce-pdf-file-size-in-linux/ In our Linux system, If we have a large PDF file, we may want to reduce it's size. We shall look at different ways to reduce PDF size or compress PDF files in Linux in this tutorial. Let's find out some Command Line and GUI methods to deal with this problem. Command Line […]

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/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
CHAT