LLinux Read More 9 minute read How to Zip Files and Directories in LinuxbyEdXDandMahmud Hasan SaikotOctober 17, 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 SaikotOctober 16, 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 SaikotOctober 15, 2021 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 8byEdXDOctober 15, 2021 [powerkit_collapsible title=”Not using CentOS? Choose a different version or distro.”] Ubuntu 22.04 Debian 10/11 [/powerkit_collapsible] Virtual Network Computing,…
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 LinuxbyEdXDSeptember 26, 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 SaikotSeptember 23, 2021 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 SaikotSeptember 22, 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 LinuxbyEdXDSeptember 20, 2021 The rm command is a very important command used to remove files and directories in Linux. The rm…
UUbuntu Read More 4 minute read Clear APT Cache Using the Apt Clean CommandbyEdXDSeptember 17, 2021 When you install a package on Linux, that package has to be kept somewhere on the system to…
LLinux Read More 3 minute read Linux ls Command List and Sort Files by SizebyEdXDSeptember 8, 2021 A directory in a Linux system can hold from a few files to hundreds and thousands of files.…