An SSH SOCKS5 proxy that stops DNS leaks
An SSH dynamic port forward (ssh -D) turns a remote server into a SOCKS5 proxy so DNS resolution happens remotely, which matters when DoH is blocked by policy.
An SSH dynamic port forward (ssh -D) turns a remote server into a SOCKS5 proxy so DNS resolution happens remotely, which matters when DoH is blocked by policy.
Install and configure OpenSSH inside WSL2, enable systemd, and forward a Windows port so you can SSH into your WSL environment from anywhere on your LAN.
Why localhost, 127.0.0.1, 0.0.0.0, and * behave differently for MySQL clients and services, and how to find and fix a local port conflict between Docker and SSH.
rsync是一款强大的文件同步工具,能够在本地及远程主机间高效复制或同步文件和目录。本文将介绍rsync的基本使用方法,包括从本地复制到远程Ubuntu主机,以及反向操作,并探讨如何配置rsync服务和保持Linux服务器间的文件同步。