Loading...
客户端 1. yum install nfs_utils 2. yum install rpcbind 3. systemctl start rpcbind #centos6.5 #service rpcbind start 4. systemctl start nfs #centos6.5 #service nfs start 5. system...
CentOS安装Rclone开始之前记得VPS开放相关端口,然后安装更新一直组件yum -y install epel-release yum -y install wget unzip screen fuse fuse-devel 下载安装配置rclone,不同系统位数自己去官方找下载源wget https://downloads.rclone.org/rclone-current-lin...