Instructions — Page 17

05.06.2023
21 832
Knowledge base / Instructions
Installing 3proxy

3proxy is a free and open source 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 authentication methods such as SOCKS5 username/password, NTLM, LDAP, Kerberos, and SSO.

04.06.2023
8 053
Knowledge base / Instructions
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 runs on both Windows and Linux, and supports many features such as blocking certain sites and logging user activity.

30.05.2023
28 757
Knowledge base / Instructions
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
30 732
Knowledge base / Instructions
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 spacing using the toolbar and style settings, as well as how to adjust the spacing before and after paragraphs.

09.05.2023
7 811
Knowledge base / Instructions
How to clear a MySQL table using DELETE

A table in MySQL in Linux is a structured data set containing information organized in rows and columns. Each column has its own data type defined when the table was created, such as VARCHAR for text data or INT for integer data. In these instructions, we will focus on a separate method, namely the use of the DELETE statement.

20.04.2023
6 370
Knowledge base / Instructions
Search in Elasticsearch

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

19.04.2023
43 034
Knowledge base / Instructions
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 situations it is necessary. The material will be useful for both beginners and experienced Linux users.

18.04.2023
9 079
Knowledge base / Instructions
Types of frames in LibreOffice

LibreOffice is a free open source office suite that consists of several programs for working with text documents, tables, presentations, databases and drawings. It is designed for use in the office, educational institutions, home, and also provides the ability to create and edit documents for professional purposes.

17.04.2023
38 878
Knowledge base / Instructions
Creating a table in Libreoffice Calc

LibreOffice Calc is a program for processing and analyzing data in the form of tables, which allows you to solve many tasks. How can I create a table with it?

16.04.2023
14 279
Knowledge base / Instructions
Installing Elasticsearch in Ubuntu 22.04

Elasticsearch is an open source search engine and analytics engine that allows you to store, search, and analyze data in real-time. Elasticsearch uses a distributed architecture and is built on Apache Lucene, and is characterized by high performance, scalability and usability. Elasticsearch is widely used in search, analytics, and log analysis.