一、安装Docker
- Windows和Mac安装 Docker Desktop
https://docs.docker.com/desktop/setup/install/windows-install/
- Linux安装Docker Engine
2026/2/25大约 3 分钟
https://docs.docker.com/desktop/setup/install/windows-install/
参考:https://www.wireguard.com/install/
Windows 版本下载地址:https://download.wireguard.com/windows-client/
Ubuntu(Debian)安装:
下载 nssm:https://nssm.cc/download
#注册 rclone mount 为服务
nssm install RcloneMount D:\rclone-v1.70.3-windows-amd64\rclone mount minio:back-bucket Y:\ --links --vfs-cache-mode writes
#启动服务
nssm start RcloneMount
#注册geosevrer 为服务
nssm install GeoServer D:\geoserver-2.18.2\bin\start.bat
#启动服务
nssm start GeoServer #注意使用时将nssm复制一份到geoserver目录下
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"