Methods of payment Abuse
07.12.2022
MS IIS - how to install on Windows Server

MS IIS (Internet Information Services) is a set of services from the developer Microsoft, designed to run a web server and / or other services. MS IIS installs on the server to work with most known protocols.

06.12.2022
How to find out session information in loginctl

We have already covered what loginctl is and its syntax. Now let's look at how to view session information. This task is accomplished with one simple command. It should not be difficult for you to view all active sessions. It allows you to view

03.12.2022
Loginctl: basics and syntax

The loginctl program is part of the systemd set of utilities that allow you to manage your system. It allows you to manage current user sessions, view the list of active users, lock the screen or interrupt sessions altogether, and terminate user

01.12.2022
How do I fix the black screen in RDP?

While connecting to a remote desktop connection (RDP), users encounter a problem such as a black screen. Most often, this problem is due to the fact that the session has simply hung. You may have noticed that a session hangs when you can't log

29.11.2022
Optimizing PNG in Linux

In the last article we described how to compress JPEG images. Now we will tell you how to solve a similar problem, but already in relation to pictures with PNG format. PNG is a very popular picture extension. The format was developed as a

28.11.2022
Optimizing JPEGs in Linux

You may have a lot of images on your computer and they take up an inordinate amount of space, is there anything you can do about it? For example, compress them without loss of quality. Compression may also be very appropriate if you are uploading a

27.11.2022
Go programming language basics

In this article, we will tell you how to work with variables and structures. This is especially useful material for novice users. Recall that the language has static typing. In Python, Ruby or JavaScript you will have to perform several correctness

26.11.2022
A selection of beautiful nature photos for desktop

Beautiful landscapes are one of the best options for desktop wallpapers. We have already published a series of images, we continue this tradition with another dozen of colorful images in high resolution

25.11.2022
How to create Hello World in Go language

We have already told you about the history of the Go programming language, its structure and syntax, now we can execute the simplest program on it, namely the classic Hello World. Ready? Then it won't take long to get the hang of it.