LLinux Read More 5 minute read The Kill Command in LinuxbyEdXDJuly 25, 2021 Each Linux system runs several processes. Not every process behaves in the manner we want them to. Let’s…
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…
LLinux Read More 7 minute read How to Use the Sysctl Command in LinuxbyEdXDJuly 7, 2021 In this tutorial we’ll learn the fundamentals of the sysctl command. To start off, have you wondered how…
LLinux Read More 6 minute read How to Use the Grep Command in LinuxbyEdXDJuly 7, 2021 The grep command (global regular expression print) in Linux is used to search for text patterns in files…
LLinux Read More 6 minute read What To Do When Linux GUI FreezesbyEdXDJune 21, 2021 Once in a while, your operating system might hang or freeze when you run too many resource-intensive applications.…
LLinux Read More 6 minute read Intro to Managing ACLs using the Getfacl and Setfacl CommandsbyEdXDMay 24, 2021 Access Control Lists (ACLs) are a flexible method to set permissions in Linux. Every operating system has some…
MMiscellaneous Read More 3 minute read How to Install WSL 2 (Windows Subsystem for Linux) on Windows 10byEdXDMay 21, 2021 In 2017, Microsoft released the first version of WSL enabling users to run Linux commands on their Windows…
MMiscellaneous Read More 4 minute read How to Install WSL (Windows Subsystem for Linux) on Windows 10byEdXDMay 20, 2021 Did you know you can smoothly run Linux applications on Windows 10 with WSL without the need to…
LLinux Read More 8 minute read Introduction to Shell Scripting in LinuxbyEdXDMay 20, 2021 Has there been a scenario in which you had to perform a task repeatedly on a single system…
LLinux Read More 6 minute read Set Process Priorities with the Nice and Renice Commands in LinuxbyEdXDMay 18, 2021 In a Linux system, you will have hundreds of processes running. The Linux kernel manages these processes in…
LLinux Read More 13 minute read cURL Command Tutorial – How to Use cURL for HTTP RequestsbyEdXDandMahmud Hasan SaikotMay 17, 2021 cURL (client URL) is a command line tool that can be used to transfer data from a server.…
LLinux Read More 12 minute read How to Schedule Cron Jobs in Linux With CrontabbyEdXDandMahmud Hasan SaikotMay 15, 2021 Cron is the task scheduler for Linux, and it’s one of the most useful tools for system administrators.…