How to Check for Open Ports
How To Check For Open Ports This article describes several approaches to find out what ports are opened to the outside on your Linux system. Whether you are troubleshooting network...
Continue reading
How to Check the Kernel Version in Linux
How To Check The Kernel Version In Linux In this tutorial, we’ll show you several different ways to find out what version of Linux kernel is running on your system....
Continue reading
How to understand what is a kernel
How To Understand What Is A Kernel The kernel is a core component of an operating system and serves as the main interface between the computer’s physical hardware and the...
Continue reading
How to understand Bash Shebang.
How To Understand Bash Shebang. If you are learning Bash scripting by reading other people’s code you might have noticed that the first line in the scripts starts with the...
Continue reading
How to Add a Directory to PATH in Linux
How To Add A Directory To PATH In Linux This article shows how to add directories to your $PATH in Linux systems. When you type a command on the command...
Continue reading
How to use ps command.
How To Use Ps Command. This article explains how to use the ps command to list the currently running processes and display information about those processes. In Linux, a running...
Continue reading
How to understand OSI.
OSI Model OSI stands for Open System Interconnection is a reference model that describes how information from a software application in one computer moves through a physical medium to the...
Continue reading
How to understand TCP/IP protocol.
What is TCP? Transmission Control Protocol (TCP) is a communications standard that enables application programs and computing devices to exchange messages over a network. It is designed to send...
Continue reading
How to use Locate Command.
How To Use Locate Command. In this article, we will explain how to use the locate command. One of the most common operations when working on Linux is to search...
Continue reading