Methods of payment Abuse
13.06.2023
Linux Kernel-Libre

Linux-Libre is a fork of the Linux kernel, which is free and Open Source software (FOSS). This fork differs from the original Linux kernel in that it lacks any proprietary binary modules and drivers, dependencies on which restrict the freedom of

06.06.2023
The best modified Linux Kernels

The Linux kernel is the main part of the Linux operating system that manages the computer's shared resources, provides access to the file system, manages processes, and provides communication with the computer's hardware.

05.06.2023
Installing 3proxy

3proxy is a free and open proxy server that is used for various purposes, such as filtering traffic, caching and blocking specific websites. It supports various protocols such as SOCKS v4/v4a/v5, HTTP, HTTPS, FTP, POP3, SMTP, and supports

04.06.2023
What is 3proxy

3proxy is a free proxy server program that provides the ability to use proxy servers to work with various protocols, including HTTP, HTTPS, SOCKS4 and SOCKS5. It works on both Windows and Linux, and supports many functions, such as blocking certain

03.06.2023
How to choose the right VPN?

VPN is a thing without which it is difficult to imagine surfing the Internet. VPN uses encryption to protect your personal information from theft and eavesdropping. It also hides your IP address, protecting you from being tracked online

30.05.2023
Copy and paste into tmux

In past articles we have already covered what tmux is. tmux has mouse support that allows you to select text and copy it to the clipboard.

10.05.2023
How to make line spacing in Libreoffice

Line spacing in LibreOffice Writer allows you to adjust the comfortable distance between lines of text, which is especially important for creating readable and structured documents. In this article we will explain in detail how to change line

09.05.2023
How to clear a MySQL table using DELETE

A table in MySQL in Linux is a structured data set containing information organized in the form of rows and columns. Each column has its own data type defined when creating the table.

20.04.2023
Elasticsearch Search

Elasticsearch is a high-performance open source search engine that is used for indexing and searching large amounts of data. Elasticsearch uses a distributed architecture that allows you to store and process data on multiple nodes in a cluster.

19.04.2023
How to unmount a disk in Linux

Unmounting a disk in Linux is an important operation that allows you to safely disconnect the file system from the operating system. In this article you will learn how to properly unmount a disk through the terminal, what commands to use and in what