UNIX/Linux

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
The dpkg Command in Linux - A Beginners Reference — step-by-step Linux tutorial on Progressive Robot

The dpkg Command in Linux – A Beginners Reference

Let's discuss the dpkg command in Linux in this article. Packages help in delivering or installing any application on a Linux system. Essentially, packages are compressed archive of the files and dependencies required to install a program or service. These packages are used when you want to install a new program or service on their […]

Read more
How to Install TestDisk on Linux and Recover Deleted Files — step-by-step Linux tutorial on Progressive Robot

How to Install TestDisk on Linux and Recover Deleted Files

Ever stuck in a situation where you accidentally deleted a file? In this tutorial, we'll go over how to install TestDisk in Linux and recover deleted files. In this tutorial, I'll be using an Ubuntu server to work with, but even if you are on any other distribution, you can follow the same steps. The […]

Read more
Top 10 Best Linux Docks That You MUST Try in 2020 — step-by-step Linux tutorial on Progressive Robot

Top 10 Best Linux Docks That You MUST Try in 2020

URL: https://www.progressiverobot.com/top-best-linux-docks-2020/ Who says Linux cannot be beautiful? Today we'll be going over the top 10 best Linux docks that you must try. By the way, if you haven't already done so, make sure you read our article on the [best Linux distro](/community/tutorials/top-best-linux-distros) for you. Quick List of the Best Linux Docks That You Must […]

Read more
Top 10 Best Lightweight Linux Distros of 2020 — step-by-step Linux tutorial on Progressive Robot

Top 10 Best Lightweight Linux Distros of 2020

URL: https://www.progressiverobot.com/top-best-lightweight-linux-distros/ Today, we're talking about the best lightweight Linux distros of 2020 today. If you want to bring an old computer back to life or you are a minimalist who likes their computer systems lean, this article is for you. People choose Linux for three main reasons: More control/freedom Snappy performance Less resource usage […]

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
How To Execute a Command with a Shell Script in Linux — step-by-step Linux tutorial on Progressive Robot

How To Execute a Command with a Shell Script in Linux

Introduction Shell is a command-line interpreter that allows the user to interact with the system. It is responsible for taking inputs from the user and displaying the output. Shell scripts are a series of commands written in order of execution. These scripts can contain functions, loops, commands, and variables. Scripts are useful for simplifying a […]

Read more
CHAT