Tag: system administration

How to switch from PulseAudio to PipeWire

What is PipeWire PulseAudio is an audio service that allows you to stream audio locally and over the network. Since 2020, it has gradually begun to be replaced by PipeWire, which manages the mixing of various sources and their distribution to various outputs. Since arriving on the scene in 2017, PipeWire was seen as a strong contender to replace PulseAudio, but...

How to archive a folder in parts

How to archive a directory in parts in Linux Let's consider a situation: there is a very large folder (directory) on the server and it needs to be downloaded or moved to another server. In this case, you need to split this directory into several separate archives. Archiving the folder in parts is required, among other reasons, because there is...

How to check if Wayland or X11 is used?

Table of contents 1. What is Wayland and X11 2. How to find out if you are using Wayland or X11 on the command line 2.1 Using the session ID 2.2 Checking the $XDG_SESSION_TYPE variable 2.3 Checking the WAYLAND_DISPLAY and DISPLAY variables 2.4 Finding Display Server environment variables 3. How to detect whether X11 or Wayland is being used in a GUI 3.1 How to see if GNOME is...

How to fix Linux booting to black screen (SOLVED)

Pretty harmless video card settings (for example, installing drivers, choosing a video card for video output on a laptop, enabling 10-bit color depth) can lead to a serious problem for beginners: the Linux operating system boots into a black screen. Since this problem cannot be solved by the usual methods in the graphical interface, novice Linux users often come to...

How to increase the size of the partition and file system after increasing the physical size of the disk

Disk partition size and file system size In Linux, a disk can be used entirely by one partition or be divided into several partitions (similar to volumes in Windows). Usually, at the stage of installing the operating system, disk partitioning is done: disk partitions are created, and then these partitions are formatted into one or another file system. In this...

Updating packages: whether to update the config file

Consider a situation when the package manager of your Linux distribution (Debian, Linux Mint, Ubuntu, Kali Linux) asks about updating the configuration file – what to do and how to get the latest version of the configuration file? Let’s figure it out. With some updates of some packages, the structure of the configuration file changes. As a rule, the new...

What is the difference between Suspend and Hibernate in Linux. Why is the Hibernation button missing?

When shutting down Linux, instead of completely shutting down the computer, you can select Suspend or Hibernate. These modes are also offered when configuring the behavior of the computer during inactivity (to save power), when the laptop battery is low, and when configuring the behavior after closing the lid of the laptop. Suspend means stopping all applications and puts the...

Where NetworkManager stores settings (SOLVED)

NetworkManager Configuration Files NetworkManager supports various plug-ins that can define new locations for storing configuration information. The main configuration file for NetworkManager, which is usually changed, is /etc/NetworkManager/NetworkManager.conf. You can view its contents with the following command: cat /etc/NetworkManager/NetworkManager.conf In addition to this file, NetworkManager settings can be saved in the /etc/NetworkManager/conf.d and /usr/lib/NetworkManager/conf.d directories. For a list of all...
Loading...
X