1. Docker Installation
- Install Docker Desktop for Windows and Mac
https://docs.docker.com/desktop/setup/install/windows-install/
- Install Docker Engine for Linux
2026/2/25About 3 min
https://docs.docker.com/desktop/setup/install/windows-install/
Reference: https://www.wireguard.com/install/
Windows Version Download Link: https://download.wireguard.com/windows-client/
Ubuntu (Debian) Installation:
Download NSSM: https://nssm.cc/download
# Register rclone mount as a service
nssm install RcloneMount D:\rclone-v1.70.3-windows-amd64\rclone mount minio:back-bucket Y:\ --links --vfs-cache-mode writes
# Start the service
nssm start RcloneMount
# Register GeoServer as a service
nssm install GeoServer D:\geoserver-2.18.2\bin\start.bat
# Start the service
nssm start GeoServer # Note: Copy an instance of nssm to the geoserver directory when using this
Install Easy-RSA for generating certificates: Link
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"Microsoft YaHei & Microsoft YaHei UI (TrueType)"="D:\\Fonts\\MiSans\\msyh.ttc"
"Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="D:\\Fonts\\MiSans\\msyhbd.ttc"
"Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="D:\\Fonts\\MiSans\\msyhl.ttc"
"SimHei (TrueType)"="D:\\Fonts\\MiSans\\simhei.ttf"
"SimSun & NSimSun (TrueType)"="D:\\Fonts\\MiSans\\simsun.ttc"
"Segoe UI Variable (TrueType)"="D:\\Fonts\\MiSans\\SegUIVar.ttf"
There is a path through the mountain of books by diligence; the sea of learning is boundless, and hard work is the boat.
AI Translation | AI 翻译
This article was translated from Chinese to English by AI. If there are any inaccuracies, please refer to the original Chinese version.
本文由 AI 辅助从中文翻译为英文。如遇不准确之处,请以中文原版为准。
route add -p 172.16.31.0 mask 255.255.255.0 192.168.1.1