Ubuntu is one of the most popular Linux-based operating systems, widely used by both professional developers and regular users. For those just starting to explore this OS, knowing its version and kernel version is akin to knowing the make and model of your phone or car.
Tmux is a console utility that allows you to manage multiple windows and panes within a single session. The state of the windows can be saved and restored even after a connection is interrupted.
Benchmarking programs help evaluate how fast your computer performs. For instance, if you've just built a new PC and want to test its performance after an upgrade, or if you're simply curious about how much faster (or slower) it is compared to a friend's or colleague's machine.
The easiest way to find out is by running a benchmark. In this article, we'll look at how to use the console-based benchmarking tool UnixBench.
Suppose you have a work computer or media server running Linux, and you want to connect an additional SSD or HDD to it. The issue is that in this system, such drives need to be manually mounted every time the computer restarts. This can be inconvenient and adds an extra repetitive task that disrupts your workflow on the PC or server.
The good news is that this problem can be solved by setting up automatic disk mounting. In this guide, we’ll explain how to configure it using the fstab configuration file.
The Telnet utility allows you to establish a connection and interact with a remote device through a specific port. With Telnet, you can send commands and receive responses from the connected device.
Network settings in CentOS are an important aspect of working with the operating system, especially for those setting up servers or configuring the system for internet use. Although the process is theoretically simple, practical difficulties often arise, especially for users not working in IT on a daily basis.
When it comes to file management, most Linux users fall into two extremes. The first is the use of only GUI programs like Nautilus. The second is relying solely on the ls command to search for and manage files.
Few users are aware of a compromise: console-based file managers. These provide a level of convenience comparable to GUI tools, but they work much faster and consume fewer resources. We’ve selected several minimalist and feature-rich tools, so choose the one that works best for you.
Guake is a terminal emulator for Linux that is inspired by the concept of a "terminal drop-down from above"
Linux routing allows you to control the flow of network traffic, ensuring that packets reach their final destination. When sending data to the network, the computer consults the routing table to determine the best path. In this article, you will learn how to configure static and dynamic routing, work with tools such as ip and route, and learn the basic principles of configuring routes to improve network efficiency. Configuring routing is a key step for system administrators and anyone who works with networks.