Instructions — Page 15

11.10.2023
8 933
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 170
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.

07.10.2023
7 066
Knowledge base / Instructions
Error too many open files in Linux - causes of occurrence

The "too many open files" error in Linux occurs when the operating system reaches the limit of open file descriptors. A file descriptor is a numeric identifier that the operating system uses to keep track of open files and network connections.

05.10.2023
6 794
Knowledge base / Instructions
Parted options and commands

The parted command is a useful tool when installing an operating system or working with hard disks. To install the parted utility in Linux, you can use the package manager of your distribution.

02.10.2023
11 296
Knowledge base / Instructions
Ошибка vfs unable to mount root fs on unknown block

The vfs unable to mount root fs on unknown block error indicates a problem when attempting to mount the root file system while the operating system is booting.

01.10.2023
23 281
Knowledge base / Instructions
Ошибка dracut initqueue timeout в CentOS 7

The dracut initqueue timeout error in CentOS 7 usually indicates a problem with system booting. This can be caused by several reasons, including configuration errors, hardware problems, or a corrupted operating system installation. Timeout - The system failed to complete the dracut initialization process within the specified time. This can be caused by a variety of factors

30.09.2023
21 258
Knowledge base / Instructions
How to add a Linux Mint repository

The Linux Mint repository is a repository of software available for installation and updating on the Linux Mint operating system. The repository contains software packages, libraries, drivers and other components that can be easily installed using a package manager such as APT (Advanced Package Tool).

28.09.2023
10 190
Knowledge base / Instructions
What is a local IP address in Linux

An IP address (Internet Protocol Address) on a Linux LAN is a unique numeric identifier assigned to a device (computer, router) to identify and locate it on the network. All devices on the LAN must have a unique IP address so that they can communicate with each other and transfer data.

26.09.2023
25 836
Knowledge base / Instructions
How to delete a problematic repository

A Linux repository is a centralized software repository that contains the packages needed to install and update programs on an operating system. A repository contains information about available packages, their versions, dependencies, and other metadata.

25.09.2023
6 010
Knowledge base / Instructions
What are user services on Linux

User services on Linux are programs or processes that run on behalf of a particular user and run in the user's session. They are designed to perform various tasks and functionality related to the user, including autorun at logon, background processes, and other operations related to the user's work.