Knowledge base — Page 25

24.02.2025
8 410
Knowledge base / Review / System / Decoration
14 Tiling Window Managers for Linux

Tiling window managers offer a convenient alternative to traditional graphical environments by automatically arranging windows without overlapping. This allows for maximum screen space utilization and simplifies multitasking. Instead of the usual mouse-driven interaction, everything is controlled via keyboard shortcuts, speeding up workflow and making the system more responsive.

Thanks to their lightweight nature and flexible customization, tiling window managers are especially popular among programmers, system administrators, and minimalism enthusiasts. They consume fewer resources, run faster, and are better suited for widescreen displays. However, this approach requires some adjustment—lack of conventional window control buttons and the need for manual configuration might deter beginners. Nevertheless, for those open to experimentation, tiling window managers provide a completely new level of comfort and productivity.

In this article, we will explore 14 of the most popular options.

18.02.2025
1 682
Knowledge base / Instructions / System
Bulk Renaming Files in Linux with mmv

When working in Linux, the need to rename multiple files at once often arises. Basic tools like mv and rename can handle this task, but they require writing complex commands or scripts for batch processing multiple files. If you need a quick and convenient way to rename multiple files simultaneously, the powerful tool mmv comes to the rescue. It significantly simplifies the process and allows you to set flexible filename templates.

17.02.2025
3 950
Knowledge base / Instructions / System
How to Set HTTP Request Timeouts in Linux: A Complete Guide

When working with HTTP requests in Linux, it’s crucial to configure timeouts correctly to avoid system hangs, indefinite waiting for server responses, and resource overloads. This is especially critical when dealing with web services, APIs, automated scripts, and downloads, where unstable connections or overloaded servers can cause significant delays. In this guide, we’ll cover in detail how to set HTTP request timeouts using various tools, from command-line utilities to web server configurations and system parameters.

17.02.2025
3 440
Knowledge base / Instructions / System
Guide: Simple Root Password Reset for MySQL or MariaDB on Ubuntu 20.04

In this article, we will go through the process of restoring access to MySQL or MariaDB in case the root password is lost. If this happens, don’t panic—if you have server access and an account with root privileges in the operating system, you can reset the password.