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