Knowledge base — Page 91

23.04.2022
28 043
Knowledge base / Instructions
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 DBMS in Ubuntu 20.04 operating system.

22.04.2022
31 342
Knowledge base / Instructions
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 example, to find out when the log is being recorded.

18.04.2022
18 853
Knowledge base / Instructions
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 supervisor. It is a functionally simple open source process manager written in Python

16.04.2022
8 096
Knowledge base / Instructions
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
6 419
Knowledge base / Instructions
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.

10.04.2022
6 590
Knowledge base / Instructions
Removing links in Linux

A link in Linux is a special file that refers to another file or directory. In this way, one file can be placed in several places at once. When the original file is deleted, the link to it is retained. As a result, crashes can occur and the system as a whole can become clogged.

06.04.2022
10 925
Knowledge base / Instructions
Finding the size of a folder in Linux

You can view the space occupied by a specific folder on your Linux disk using the file manager. You need to open the file properties. But there the information is not displayed in full, and often you need details.

27.03.2022
49 054
Knowledge base / Instructions - THE.Hosting
Instructions on how to connect to Wireguard VPN

Wireguard VPN is a modern protocol for creating secure and fast VPN connections. In this tutorial we will go through in detail how to set up and connect to Wireguard VPN on different devices. You will learn how to install the necessary software, generate keys and set up the configuration. Follow the steps from the article to ensure secure and stable network access via Wireguard.

26.03.2022
45 851
Knowledge base / Instructions
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 available MySQL tables in Ubuntu 20.04.