Knowledge base — Page 69

21.10.2023
6 245
Knowledge base / Programs
What the Ncdu program can do

Ncdu (Ncurses Disk Usage) is a command-line tool for analyzing disk space usage in the Linux operating system. It uses the ncurses library to create an interactive text interface.

21.10.2023
5 773
Knowledge base / Programs
Linux chkservice utility

The chkservice utility in Linux is a command line utility that allows you to check the status and manage services on your system. When you run the chkservice command in the terminal, it displays a list of available services and their current status (running or stopped).

19.10.2023
29 088
Knowledge base / Programs
Ubuntu ss utility

The ss utility in Linux is a command-line tool that provides information about network connections on a system. It allows you to monitor active connections, view network port statistics, and display various network interface settings.

19.10.2023
6 782
Knowledge base / Commands
Purpose of the W utility in Linux

The W utility in Linux is a command line utility that allows you to view information about current system users and their activity.

18.10.2023
10 194
Knowledge base / Instructions
How to enable Nginx debugging mode?

We have already told you that users often encounter such an error as not found Nginx. So, it is often necessary to activate the so-called debugging mode to eliminate this error. In this article we will tell you what it is and how this operation is performed.

13.10.2023
38 768
Knowledge base / Instructions
The not found Nginx error: causes and solutions

Nginx (pronounced "engin-ex") is an open source web server and proxy server that is designed to provide high performance, reliability and scalability

12.10.2023
7 219
Knowledge base / Instructions
How to fix an incorrect Grub root partition name

The Grub root partition name is the path to the root partition (usually denoted as /) in the Linux operating system. Grub (GRand Unified Bootloader) is a Linux operating system bootloader that allows you to select and load operating systems at computer startup.

11.10.2023
8 864
Knowledge base / Instructions
Partitioning a disk in Linux

Everything you try to learn takes practice. Working with hard disks in Linux is no exception. Practicing on a real disk at the risk of damaging the file system is not worth it, but it is also too impractical to create a virtual machine for such purposes. So what is the solution?

10.10.2023
3 162
Knowledge base / Instructions
Troubleshooting vfs unable to mount root fs on unknown block

The vfs unable to mount root fs on unknown block error occurs when the Linux kernel cannot find a root file system to mount when the system boots.