Methods of payment Abuse
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

21.03.2022
What's new in the Ubuntu 22.04 version

One of the last LTS releases of Ubuntu 21.10 happened back last year. Now the LTS-version 22.04 is already being prepared for release. It is in the final stage of development. So there is more and more information about its innovations.

18.03.2022
Time command in Linux

Sometimes when working with the Linux terminal you need to know the time of execution of certain commands, for example, to keep track of problems. There is a utility called time for this purpose. We will tell you how the Linux time command works and

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

11.03.2022
Installing MYSQL WORKBENCH in Ubuntu

MySQL Workbench is a graphical tool for MySQL database management designed primarily for database architects and developers. It allows you to visualize the database, as well as conveniently design large queries to it with full syntax and error

09.03.2022
List of network interfaces

In Linux OS, not only network interfaces, but also hard disks and SSD disks are represented by files in a special file system. There are several ways to see the list of Linux network interfaces,

08.03.2022
How to switch between consoles in Linux

Linux has twelve TTY consoles that can be used to execute commands, restore the system, start Wine or the optional X server. Let's see what these consoles are, where they come from, and how to switch between Linux consoles.

06.03.2022
Enable Apache Mod Rewrite

When a user enters a specific URL in a browser and presses Enter, the web server that receives the request tries to find a file on the server at the path specified in the URL. If nothing is found along the path, an index file such as index.html or