LLinux Read More 4 minute read dos2unix and unix2dos Commands UsagebySamreena AslamOctober 31, 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 AslamFebruary 20, 2022 Sometimes, due to the high utilization of resources, system applications get slow or unresponsive. All the programs must…
UUbuntu Read More 7 minute read 19 Commands to Monitor the Network Activity in LinuxbySamreena AslamOctober 20, 2021 Objectives To manage all network activities you should have detailed knowledge about how to check network load, bandwidth…
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…
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…
LLinux Read More 3 minute read Linux ls Command List and Sort Files by SizebyEdXDMay 25, 2022 A directory in a Linux system can hold from a few files to hundreds and thousands of files.…