Mastering Grep command in Linux/Unix: A Beginner’s Tutorial
Discover the power of grep in Linux for searching text patterns efficiently. Learn essential grep commands and practical use cases to enhance your file management skills
Discover the power of grep in Linux for searching text patterns efficiently. Learn essential grep commands and practical use cases to enhance your file management skills
URL: https://www.progressiverobot.com/ls-command-in-linux-unix/ The ls command is one of the most commonly used commands in daily Linux/UNIX operations. The command is used in listing contents inside a directory and is one of the few commands beginners learn from the onset. In this guide, we will discuss Common ls commands in Linux and other parameters as well […]
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 […]
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 […]
URL: https://www.progressiverobot.com/nginx-reverse-proxy-node-angular/ A reverse proxy is a server that retrieves resources for clients from one or more upstream servers. It typically places itself behind a firewall in a private network and forwards clients request to these upstream servers. A reverse proxy greatly improves security, performance, and reliability of any web application. Many modern web applications […]
Learn how to use if, else, and elif statements in shell scripting. This guide provides syntax explanations, practical examples, and common use cases for conditional logic.
Learn how the nohup command in Linux lets you run processes in the background even after logging out. Includes examples, syntax, and common use cases.
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, […]
Learn how to open ports in Linux using iptables, ufw, and firewalld. This guide covers checking open ports, security best practices, and troubleshooting common issues.
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! […]