How to Use the nohup Command in Linux
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.
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! […]
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 […]
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 […]
Learn how to configure PHP-FPM with NGINX for efficient, secure PHP execution. Explore installation, setup, and performance tuning best practices.
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.
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 […]
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 […]