安装qbittorrent
安装软件apt install qbittorrent-nox
创建qBittorrent服务nano /etc/systemd/system/qbittorrent.service
安装软件apt install qbittorrent-nox
创建qBittorrent服务nano /etc/systemd/system/qbittorrent.service
安装dock.io
启动服务systemctl enable docker
安装samba
修改/etc/samba/smb.conf
linux挂载内存卡的方法。
使用Windows自带的ssh命令传输文件ssh username@remote_host
~~登录后,可以使用如下命令复制文件到远程服务器: scp C:\path\to\local\file.txt username@remote_host:/path/to/remote/directory/
从远程服务器复制文件到本地: scp username@remote_host:/path/to/remote/file.txt C:\path\to\local\direct
~~