Methods of payment Abuse
20.10.2022
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?

11.10.2022
YOUR PASSWORD DOES NOT SATISFY THE CURT POLICY REQUIREMENTS MySQL: what is this error?

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
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.

04.05.2022
How to make a static IP of the OpenVPN client.

When using OpenVPN to organize a private virtual network, it is often necessary for clients to have static IP addresses. This is quite convenient in order to quickly get access to the desired device. This can be added in two ways. With the help of

29.04.2022
Upgrading Ubuntu to 22.04

Not so long ago Ubuntu 22.04 was released. This is a long awaited LTS release with a long support period, so if you have been using an older version of 21.10 or even a past LTS release, it may be time to upgrade your system. If you want to upgrade

23.04.2022
How to view where database files are stored in MySQL DBMS

All database files in MySQL DBMS are stored on the hard disk. The database files are stored in the /var/lib/mysql directory. But the path can be changed. In the instruction, we will tell you how to see where the database files are stored in MySQL

22.04.2022
How to view file creation date in Linux

On a Linux system, the file properties of a file in the file manager show only information about the date of the last access to the file and the date of modification. But the creation date is not shown there. Sometimes you need to look at it, for

18.04.2022
How to set up SuperVisor

To manage processors in Linux, there are initialization systems like systemd. If you need a simpler solution, a program that can manage the processes of your application, either in the system or in a Docker container. Such a program exists - it is

16.04.2022
Installing Docker in Debian 11

Docker is a popular containerization program. Containers are a standard unit of software that packages code and all its dependencies so that an application can be run quickly and reliably on different operating systems and computing environments.

11.04.2022
Installing CodeBlocks in Ubuntu 20.04

CodeBlocks is a cross-platform development environment written in C++ programming language and using wxWidgets library. It has an open architecture, thanks to which it can be scaled by plugins.