MMachine Learning Read More 25 minute read Get Started with Scikit-Learn: A Machine Learning GuidebyMahmud Hasan SaikotJanuary 24, 2023 Scikit-learn, sometimes referred to as sklearn, is a Python machine learning framework that simplifies and speeds up the…
HHardware Read More 4 minute read Ethernet Splitter: What Is It & Does It Slow Down Connection?byMahmud Hasan SaikotMay 31, 2022 When you have multiple devices but only one ethernet port to plug them into, you may wonder how…
LLinux Read More 12 minute read What Is SSH Tunneling and How Does It Work?byEdXDandMahmud Hasan SaikotDecember 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 Hasan SaikotNovember 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 Hasan SaikotNovember 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 Hasan SaikotNovember 2, 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 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…
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 Commands Read More 21 minute read 12 Popular Linux Networking Tools and How to Use ThembyEdXDandMahmud Hasan SaikotJuly 16, 2021 Whether you are a network engineer or a regular user, learning the basics of some networking tools is…