today's howtos
-
System Calls in Linux
System calls are slightly different from what it suggests from its naming schema.
-
How To Dual Boot Fedora And Windows
In this guide, we will explore the process of installing and configuring a dual boot setup with Fedora and Windows. We will cover the necessary steps to prepare your computer, partition the hard drive, install Fedora alongside Windows, and frequently asked questions about Dual booting Fedora with Windows.
-
8 Best IP Address Management Tools for Linux Network
If you are a network administrator, you surely know, how important it is to keep track of the leased IP addresses within your network and easily manage those addresses.
For short the IP address management process is called IPAM. It is crucial to have a management tool to help you track allocation and classify your IP addresses, which can help you avoid network conflicts and outages.
-
19 Best Linux Bandwidth Monitoring Tools for Network Analysis
Are you having problems monitoring your Linux network bandwidth usage? Do you need help? It’s important that you are able to visualize what is happening in your network in order to understand and resolve whatever is causing network slowness or simply to keep an eye on your network.
In this article, we will review 19 useful bandwidth monitoring tools to analyze network usage on a Linux system. The tools listed below are all open source and can help you to answer questions such as “why is the network so slow today?”.
-
Fixing “Failed to Load Module Canberra-GTK-Module” Error
GTK, an abbreviation for GNOME Toolkit, is an open-source and feature-rich development toolkit used for creating GUI applications. It’s free and open-source and offers a rich set of UI tools for creating stunning and immersive desktop applications and UI elements for desktop environments and window managers. With GTK, you can develop standalone desktop apps to complete application suites.
If you have been running Linux for a while, you might have bumped into the “failed to load module canberra-gtk-module” error on the terminal. This occurs on Linux desktops and, as you can infer, is caused by a missing GTK module known as the canberra-gtk-module.
-
3 Ways to Find Out Which Process Listening on a Particular Port
A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to find out the list of all open ports in Linux and how to check if remote ports are reachable using the Netcat command.
In this short guide, we will show different ways of finding the process/service listening on a particular port in Linux.
-
How to install Glances on Debian 11
In this post, you will learn how to install Glances on Debian 11. According to the tool's website Glances is a cross-platform system monitoring tool written in Python. It allows real-time monitoring of various aspects of your system such as CPU, memory, disk, network usage etc.
-
How to Install Fish Shell on Linux
Guide on how to install the Fish shell on various Linux distros and how to build and install Fish from the source along with some basic usage of the Fish shell.