Methods of payment Abuse

Instructions — Page 20

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?

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

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

26.03.2022
Get the list of MySQL tables

In addition to data manipulation in DBMS MySQL there is a possibility to work with tables. In particular, working in the MySQL console you can view the tables that are in the database at any time. Further we will tell you how to view the list of

15.03.2022
The best emulators for Android terminal

Terminal emulators for Android are the perfect tool for those who want to learn Linux commands or work with a server directly from their mobile device. They allow you to execute commands, work with files, and learn the basics of administration

24.02.2022
Installing PgAdmin4 in Ubuntu 20.04

Everyone knows that pgAdmin is an open source application that was developed to facilitate the administration of the PostgreSQL database management system (DBMS). This program is based on the Python and Javascript languages. This program is based on

23.02.2022
Find out the MySQL version

Knowing the current version of MySQL or its fork, such as MariaDB, is necessary to manage databases, configure settings and check compatibility with applications. This article will show you how to quickly and easily determine the version of MySQL or