Knowledge base — Page 96

02.06.2022
27 218
Knowledge base / Instructions - THE.Hosting
How to subscribe to a Telegram bot for notifications

Bots are special Telegram accounts created to automatically process and send messages. Users can interact with bots using messages sent through regular or group chats. It is easy and convenient to interact with various services, in particular with THE.Hosting, through a Telegram bot.

30.05.2022
8 229
Knowledge base / Instructions - THE.Hosting
How to connect to a server via RDP in iOS

It is now possible to connect to the server using the RDP protocol from a mobile device. A special mobile application Microsoft Remote Desktop is available for iPhone owners running the iOS operating system.

30.05.2022
12 165
Knowledge base / Instructions - THE.Hosting
How to connect to a server using RDP in Windows

RDP (Remote Desktop Protocol) is a protocol that allows you to work remotely with a server. RDP connection is available for rented VDS on Windows OS. To connect to RDP, you will need to specify the IP address and accesses of the server administrator. 

26.05.2022
6 514
Knowledge base / Instructions - THE.Hosting
What is important to consider when choosing MT4/MT5 Meta Trader VPS

MT4/MT5 Meta Trader VPS is a platform, referred to as Forex VPS, designed for traders. The platform is able to solve most of the tasks that arise in the course of activity. In addition, MT4/MT5 Meta Trader VPS allows you to run your trading software around the clock without long stoppages.

06.05.2022
14 395
Knowledge base / Review
Choosing the best font for programming

During programming you have to spend a long time at the computer and read program code. That's why choosing the right font is an important task. Comfort for the eyes is in the first place in this aspect. But visual style should not be overlooked either.

29.04.2022
8 510
Knowledge base / Instructions
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 from 21.04, you need to upgrade to 21.10 first.

23.04.2022
28 460
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 754
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
19 239
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