Methods of payment Abuse

Knowledge base — Page 46

30.05.2022
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

06.05.2022
Choosing the best font for programming

During programming, you have to spend a long time at the computer and proofread the program code. That's why choosing the right font is an important task. Eye comfort in this aspect comes first. But the visual style should not be overlooked

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

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

27.03.2022
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,

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