MMiscellaneous Read More 4 minute read How to Execute Shell Commands in PythonbySamreena AslamOctober 10, 2022 Shell commands help perform routine tasks, including system troubleshooting, system monitoring, backup & data loss recovery, etc. We…
LLinux Read More 4 minute read Run Multiple Commands in One Line in LinuxbySamreena AslamApril 2, 2022 The Linux terminal is a powerful command-line tool that helps allows users to run multiple commands to do…
MMiscellaneous Read More 3 minute read How to Install Docker Compose on RHEL 8 (AlmaLinux/Rocky Linux/CentOS)bySamreena AslamMarch 25, 2022 Docker Compose is a useful tool for running multi-containers Docker applications. Using Docker Compose, we can configure the…
LLinux Read More 4 minute read How to Install Docker on RHEL 8 (AlmaLinux/RockyLinux)bySamreena AslamMarch 2, 2022 Docker is a container-based software that allows multiple applications to run inside the containers. This is a virtualization…
MMiscellaneous Read More 4 minute read Linux Whereis CommandbySamreena AslamFebruary 17, 2022 Most users, while working on a command prompt, need to find out the location of the binary or…
LLinux Read More 4 minute read Linux Whatis CommandbySamreena AslamFebruary 2, 2022 The whatis command in Linux is used to display the brief manual page description of Linux commands. The…
LLinux Read More 4 minute read Linux Sleep CommandbySamreena AslamJanuary 21, 2022 The sleep command is useful for delaying a script for a specified amount of time. In Linux or…
RRHEL Read More 3 minute read How to Install Nethogs on Centos 8bySamreena AslamNovember 17, 2021 Nethogs is a small, free, open-source utility used to monitor network traffic for Linux. Nethogs behaves differently from…
UUbuntu Read More 4 minute read How to Install Cockpit on Ubuntu 20.04bySamreena AslamNovember 15, 2021 Cockpit is an open-source web-based utility that helps administer or monitor the local or remote servers. It also…
LLinux Read More 2 minute read What Is dirname $0 and Usage ExamplesbySamreena AslamNovember 8, 2021 In this tutorial, we’ll explore the dirname command and how to use dirname $0 to get the location…
LLinux Read More 4 minute read dos2unix and unix2dos Commands UsagebySamreena AslamOctober 29, 2021 Sometimes, we need to transfer files between Unix and Windows systems. In Windows and Dos files, the line…
UUbuntu Read More 4 minute read 8 Commands to Check Linux CPU UsagebySamreena AslamOctober 23, 2021 Sometimes, due to the high utilization of resources, system applications get slow or unresponsive. All the programs must…