Methods of payment Abuse
16.12.2022
How to set up FTP on Ubuntu 20.04 LTS

FTP(File Transfer Protocol) is a file transfer protocol that appeared long before HTTP and TCP/IP. FTP has been around since 1971 and is considered the oldest application layer protocol.

15.12.2022
How to install Ngrok

Ngrok is a tool that allows you to create secure tunnels to access local web applications from the Internet. It takes a minimum of time to install, and this article will walk you through step by step how to do it. Make sure you have access to a

14.12.2022
How to secure Apache with Let's Encrypt on CentOS Stream

Step-by-step instructions on how to secure Apache web server using Let's Encrypt.

13.12.2022
How to install LAMP stack on CentOS Stream server

Step-by-step instructions on how to install LAMP on CentOS Stream, you need to develop and test PHP applications.

12.12.2022
What is Ngrok?

In the development process, it is often necessary to show something to someone, to demonstrate functionality. Sometimes an additional server is deployed for this purpose, but it is expensive, troublesome, and sometimes inexpedient. What else can be

11.12.2022
How to configure autorun of user services in loginctl

In this part, we will talk about how to configure the autorun of the user service in the loginctl utility. Earlier we have already talked about the syntax of the program, how to switch sessions and terminate processes

10.12.2022
MySQL - how to install on Windows Server

Preparing the server implies that you create it (if you have not done it before), specify a ready image of the Windows operating system and bind the license to the server. The result is the ability to work with Windows Server. Preparing the server

09.12.2022
Switching to another session and terminating processes in loginctl

We have looked at the syntax and other important features of the loginctl program, now let's talk about how to switch between sessions and terminate processes. It is very easy to do this and you don't need to have any specific knowledge.

08.12.2022
How to find out user information and switch process in loginctl

In past articles, we've talked about what the loginctl utility is, as well as how you can find out information about a process. In this article, let's look at how you can view user information and, if necessary, switch the process.