LLinux Read More 9 minute read How to Zip Files and Directories in LinuxbyEdXDandMahmud Hasan SaikotNovember 8, 2021 ZIP is an archive file format, that is, it allows us to store multiple files within a single…
LLinux Read More 5 minute read How to Extract Tar Bz2 File in LinuxbyEdXDandMahmud Hasan SaikotNovember 8, 2021 In this tutorial, we will be showing you how to use tar command to extract tar.bz2 files. Tar…
LLinux Read More 5 minute read How to Extract/Unzip Tar Gz File in LinuxbyEdXDandMahmud Hasan SaikotApril 5, 2022 In this article, we will explain how to extract tar.gz files using the tar command. Tar is an…
RRHEL Read More 13 minute read How to Install & Configure VNC Server on CentOS 8/Rocky Linux 8/AlmaLinux 8byEdXDSeptember 6, 2023 Virtual Network Computing, commonly known as VNC, is a platform-independent protocol that uses the client-server architecture to access…
LLinux Read More 6 minute read Tips to be more efficient in a Linux TerminalbyGeorge A.October 14, 2021 The life of Linux users became a lot easier with the advent of X Environments (Graphical User Interfaces).…
LLinux Read More 8 minute read How To Create and Manage Groups in LinuxbyEdXDDecember 7, 2021 A group is a collection of users in Linux that shares some commonalities for the purpose of security,…
LLinux Read More 5 minute read How to Rename Files in Linux (mv and rename Commands)byEdXDSeptember 24, 2021 Renaming files in Linux is a very common operation. In this article, we will discuss how to rename…
LLinux Read More 5 minute read What Does chmod 777 MeanbyEdXDandMahmud Hasan SaikotApril 22, 2022 Linux operating systems, like most others, allow multiple users to use the same system. This requires implementing different…
LLinux Read More 4 minute read How To Run Cron Jobs Every 5, 10, 15, or 30 MinutesbyEdXDandMahmud Hasan SaikotNovember 8, 2021 Cron is used for scheduling tasks in Linux. It helps you automate the repeating tasks at ease. The…
LLinux Read More 4 minute read Rm Command in LinuxbyEdXDMay 22, 2022 The rm command is a very important command used to remove files and directories in Linux. The rm…
MMiscellaneous Read More 6 minute read Introduction to Ngrok: A Tutorial for BeginnersbyEdXDSeptember 4, 2023 If you are into web development, at times, you might have wondered how people on a different network…
UUbuntu Read More 4 minute read Clear APT Cache Using the Apt Clean CommandbyEdXDSeptember 23, 2021 When you install a package on Linux, that package has to be kept somewhere on the system to…