Knowledge base — Page 102

24.10.2022
7 322
Knowledge base / Instructions
Disable EXT4 journaling

You probably know about what journaling is. So, it is in file systems it is needed so that it is possible to recover the file system in case of a failure. This is especially useful in cases where data write operations were performed during the failure.

23.10.2022
18 765
Knowledge base / Instructions
Disk defragmentation in Linux

Every Windows user is familiar with the fact that there is a disk defragmentation. It is necessary for the hard disk to function quickly, and it is necessary to defragment the disk on which the OS is installed. The Ext4 file system in Linux is not prone to fragmentation. But in practice, it is known that some fragmentation accumulates in case of prolonged work on the system.

22.10.2022
10 279
Knowledge base / Instructions
How to resize an image in GIMP

GIMP offers a large number of tools for working with pictures. In its principle, the graphic editor is almost identical to Adobe Photoshop, but the peculiarity of this program is that GIMP is distributed completely free of charge. However, not all users understand how to perform certain actions. Next we will tell you how to resize an image in GIMP. We will also tell you about the important nuances of using this graphic editor.

21.10.2022
7 100
Knowledge base / Instructions
Uninstall Nginx in Ubuntu

When you install and run the Nginx web server, and further, in the case of installing Apache, OpenLiteSpeed or Lighttpd and with an attempt to start can find the error Address already in use.

20.10.2022
37 014
Knowledge base / Instructions
Finding the Debian version: all the ways

We have gotten used to having a new version of Debian every few years. When a new version is released, users usually wonder what repositories will work? What versions of programs will be available?

If you have previously tried to install MySQL in newer versions of Ubuntu, you must have encountered an error when running the mysql_secure_installation command or when trying to.

10.10.2022
27 339
Knowledge base / Instructions
Changing user password in MySQL

When working with MySQL DBMS, it is extremely important to know how to change the user password. It seems that this task can be solved only if you have superuser rights. But even an ordinary user can change the password under certain circumstances. In this article, we will tell you how to do it under normal circumstances.

18.07.2022
9 178
Knowledge base / Instructions - THE.Hosting
How to install Keitaro on a VPS

We are often asked about setting up different trackers. We decided to make a detailed guide on how to set up Keitaro. This is a flexible and cost-effective tracker with a wide range of tools that is popular among webmasters and arbitrageurs

18.07.2022
29 786
Knowledge base / Server
What is LA (load average) and how it is calculated

During server monitoring, it is extremely important to correctly assess the system load. By understanding the level of load, you can soberly assess the performance and availability of the system. For this purpose, specialists usually estimate the Load Average indicator.