LLinux Read More 12 minute read What Is SSH Tunneling and How Does It Work?byEdXDandMahmud HasanDecember 21, 2021 In this tutorial we’ll explain how to use SSH port forwarding and create a secure tunnel over the…
LLinux Read More 9 minute read How To Change File Attributes in Linux With Chattr CommandbyEdXDandMahmud HasanNovember 26, 2021 What Are File Attributes? File attributes are certain properties that are associated with the file. The attributes allow…
MMiscellaneous Read More 13 minute read What is the OSI Model – 7 Layers of OSI Model ExplainedbyEdXDandMahmud HasanNovember 25, 2021 In this tutorial, we’ll be discussing the OSI model in detail. If you are familiar with networking concepts…
MMiscellaneous Read More 14 minute read What Are IP Addresses: Basic Concepts and Terms Explained (Versions, Type, Subnetting, Ports)byEdXDandMahmud HasanNovember 8, 2021 If you’re reading this article, chances are, you’ve come across many different terms associated with the IP address…
LLinux Read More 9 minute read How to Zip Files and Directories in LinuxbyEdXDandMahmud HasanNovember 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 HasanNovember 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 HasanApril 5, 2022 In this article, we will explain how to extract tar.gz files using the tar command. Tar is an…
LLinux Read More 5 minute read What Does chmod 777 MeanbyEdXDandMahmud HasanApril 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 HasanNovember 8, 2021 Cron is used for scheduling tasks in Linux. It helps you automate the repeating tasks at ease. The…
LLinux Commands Read More 21 minute read 12 Popular Linux Networking Tools and How to Use ThembyEdXDandMahmud HasanNovember 8, 2021 Whether you are a network engineer or a regular user, learning the basics of some networking tools is…
LLinux Read More 13 minute read cURL Command Tutorial – How to Use cURL for HTTP RequestsbyEdXDandMahmud HasanMay 8, 2022 cURL (client URL) is one of the most used commands to automate the process of sending and receiving…
LLinux Read More 12 minute read How to Schedule Cron Jobs in Linux With CrontabbyEdXDandMahmud HasanNovember 8, 2021 Cron is the task scheduler for Linux, and it’s one of the most useful tools for system administrators.…