Methods of payment Abuse
10.03.2021
Installing Cinnamon in Ubuntu 20.04

After the introduction of Gnome 3.0, the imminent arrival of Cinnamon was announced, with the goal of keeping the more familiar old Gnome 2.0 interface. But unlike MATE, Cinnamon is based on and utilizes the new Gnome 3 technologies. Over time,

09.03.2021
Ошибка 2006: MySQL Server has gone away

Error 2006: MySQL Server has gone away occurs when the MySQL server drops the connection to the client or fails to process a request. Even though the server is running, the problem can be caused by several factors. Basically, there are three main

09.03.2021
How to restart the network in Ubuntu

In Ubuntu Debian, a special networking service is responsible for initializing network interfaces and configuring the network. You can familiarize yourself with the network configuration and network settings by looking at the /etc/network/interface

08.03.2021
How to view and monitor Linux temperature

Do you often have to worry about the temperature of your computer? Probably not if the machine is in good working order and running smoothly. The temperature will not rise above the maximum value set by the manufacturer if there are no factory

07.03.2021
Finding the Squid version

If you need a powerful cross-platform proxy server, you will probably not find anything better than Squid. It supports traffic filtering and caching. As new versions are released, more and more tools are added. The latest version already has ssl

07.03.2021
Find out the version of the Ubuntu distribution

Canonical regularly releases new versions of the distribution, or rather twice a year - in April and October. Each new version is labeled with numbers that indicate the year and month of release.

07.03.2021
How to disable the password for the Sudo command

A utility called Sudo allows a regular user to operate the program with superuser rights. To prevent an outside user, the utility asks for a password each time it runs.

06.03.2021
Emptying the Recycle Bin in Linux

At first glance, it may seem that there is nothing easier than emptying the Recycle Bin in the Linux operating system. However, beginners may have some difficulties at first.

06.03.2021
See process threads in Linux

Threading is a program abstraction for parallel execution in modern OS. The following happens with multithreaded program execution: RAM address space and open files are shared between threads in order to minimize overhead and use CPU time more