摘要:        
同步 使用 rsync 来进行同步,linux 系统中 rsync 速度快于 rclone。 rclone 只是多提供了云服务商。 服务端安装 rsync sudo yum install -y rsync 服务端配置 vim /etc/rsyncd.conf # global config por    阅读全文
        
            posted @ 2023-01-18 18:12
ramlife
阅读(93)
评论(0)
推荐(0)
        
    | 
摘要:        
同步 使用 rsync 来进行同步,linux 系统中 rsync 速度快于 rclone。 rclone 只是多提供了云服务商。 服务端安装 rsync sudo yum install -y rsync 服务端配置 vim /etc/rsyncd.conf # global config por    阅读全文
 
            posted @ 2023-01-18 18:12
ramlife
阅读(93)
评论(0)
推荐(0)
         
摘要:        
创建用户,并有 sudo 权限 useradd xyz passwd xyz usermod -aG wheel xyz sudo -l 检查端口 sudo netstat -tulpn | grep :80 sudo netstat -tulpn | grep :443 安装 nginx sudo    阅读全文
 
            posted @ 2023-01-18 15:18
ramlife
阅读(396)
评论(0)
推荐(0)
         |