Tag: linux

What Is SELinux (Security-Enhanced Linux)?

January 12, 2023

Security-Enhanced Linux (SELinux) is a Mandatory Access Control (MAC) system built into the Linux kernel. One of the key features of SELinux is that it enables sysadmins to manage access control to system resources, blocking everything except for authorized users and processes. This article provides a closer look at SELinux and how it works.

Read more

Linux select() - Synchronous I/O Multiplexing

December 29, 2022

The select() system call enables a program to keep track of multiple file descriptors.
In this article, learn about Linux select() in synchronous I/O multiplexing.

Read more

Nala apt Frontend for Linux

December 22, 2022

APT (Advanced Package Tool) is a widely-used package manager for Ubuntu and other Debian-based Linux distributions. This article introduces Nala, a command-line APT frontend that aims to provide a tidier alternative to the standard apt user interface.

Read more

How to Open a Port in Linux

December 15, 2022

The port number is a virtual concept in computer networking that provides a network identifier for a specific service or application. This article shows how to open a port in Linux and use Linux networking tools to list and test open ports.

Read more

How Linux Uses Sockets


Linux networking stack includes a wide range of network interfaces, protocols, and other components. This article focuses on sockets, an important network data-transfer mechanism used to build networked applications, implement network protocols and provide network services.

Read more

5 Ways to Fix the ifconfig Command not Found Error on Debian

December 14, 2022

The ifconfig command is still used to configure network interfaces on Debian. Read this tutorial and learn how to install ifconfig on Debian and fix the "command not found" error.

Read more

How to Use diff --color to Change the Color of the Output

December 1, 2022

Use the diff --color command to change the color of the diff output. This guide teaches you how to compare files the easy way.

Read more

Linux adduser Command with Examples

November 17, 2022

The adduser command is the preferable and interactive way to add new user accounts and groups to a Linux system. Learn how to use the command and see some of the available options in this guide.

Read more

Linux ifconfig Command With Examples

November 16, 2022

The ifconfig command is still widely used to configure any network interface in Linux. Read this tutorial and learn how ifconfig works.

Read more

How to Delete Iptables Rule

November 8, 2022

Learn how to list and delete iptables rules and protect your system.
This tutorial will teach you how to harvest the full potential of the Linux firewall.

Read more