Knowledge base — Page 68

05.06.2023
21 381
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
7 674
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.

03.06.2023
6 532
Knowledge base / Instructions
How to choose the right VPN?

VPN is a software 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.

02.06.2023
19 108
Knowledge base / Windows
Adding Cygwin to the Path

Adding Cygwin to Path allows you to use Cygwin commands and utilities from anywhere on your computer, no matter what folder you are in. If you add the path to Cygwin to Path, you can run any program or utility from the Windows command line without having to specify the full path to its executable file.

01.06.2023
8 984
Knowledge base / Windows
How to execute a Linux command from Windows using Cygwin

If you don't know what command to run, you can use the man command, which displays the manual page for the specified command. For example, type man ls to see how to use the ls command. But what if you need to execute a Linux command from Window? There is a solution.

31.05.2023
30 848
Knowledge base / System
Connecting and disconnecting from a tmux session

Tmux (Terminal Multiplexer) is a free and open source software that allows you to open multiple terminal windows in one console. This allows users to run multiple commands simultaneously in different terminal windows within the same session

30.05.2023
28 346
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.

29.05.2023
7 344
Knowledge base / System
Splitting a window in the tmux panel

Splitting a window into tmux panes allows you to work with multiple commands or applications simultaneously in a single session window. For example, you can split a window into two or more panes to simultaneously work in the terminal, code editor, and view documentation or logs.

27.05.2023
9 471
Knowledge base / System
Tmux command syntax and options

In the last article, we looked at what Tmux is. In short, Terminal Multiplexer is a command line utility for managing multiple terminals within a single window.