原本是想 ubuntu 22.04 + xfce + wine + vncserver 来解决,但是安装完桌面后,运行一段时间会死机,一点都不稳定。还尝试了一下 xrdp 远程桌面,卡的很,也不如 vncserver。
尝试直接 windows,https://github.com/bin456789/reinstall 这个项目可以挂载 iso 直接安装。
最好不要安装 win10 home 版,不支持远程桌面,最好安装 LTSC 版,更新频率不高。
win7 是可以安装的,但是 python 这些最新版的开发包已经不支持 win7,win7 只能作为老软件运行环境。
bash reinstall.sh windows \
--image-name 'Windows 10 Enterprise LTSC 2021' \
--lang zh-cn
配置 rclone 映射 onedrive 云盘
原想用 nssm 注册个 rclone 服务,但是不管用,看了官方文档,可以以下这样,直接注册为服务。
先安装 winfsp 。
New-Service -Name rclone-service-001 -BinaryPathName 'C:\opt\rclone\rclone.exe mount onedrive1: D: --vfs-cache-mode writes --vfs-cache-max-age 1h --allow-other --config C:\opt\rclone\rclone.conf'
New-Service -Name rclone-service-drive03_wy -BinaryPathName 'C:\opt\rclone\rclone.exe mount drive03_wy: E: --vfs-cache-mode writes --vfs-cache-max-age 1h --allow-other --config C:\opt\rclone\rclone.conf'
配置 Plex Media Server
官网提供的最新版会出错,https://forums.plex.tv/t/plex-media-server-support-ending-for-older-versions-of-windows-7-8-and-8-1-macos-10-11-10-12/834359/3 这里有历史版本可以下载,安装完可正常使用。
然后将 rclone 映射的目录直接添加到 Plex 媒体库,完美。