【整理】rsync复制时可以用–info=progress2显示整体的进度以及参数的含义
crifan 7年前 (2018-10-08) 895浏览 0评论
折腾: 【已解决】Mac中mv移动文件的逻辑和如何实现中断后继续即断点续传 期间,已经参考: https://unix.stackexchange.com/questions/39813/best-way-to-continue-stopped-m...
crifan 7年前 (2018-10-08) 895浏览 0评论
折腾: 【已解决】Mac中mv移动文件的逻辑和如何实现中断后继续即断点续传 期间,已经参考: https://unix.stackexchange.com/questions/39813/best-way-to-continue-stopped-m...
crifan 7年前 (2018-08-17) 944浏览 0评论
折腾: 【未解决】Fabric 2中如何实现Fabric 1中的rsync_project去实现同步代码以实现项目代码部署 期间,之前是看到别人给的fabric1的示例代码: def rsync(): rsync_project( ... ...
crifan 7年前 (2018-03-27) 808浏览 0评论
折腾: 【未解决】阿里云ECS服务器CentOS中php用465端口发送邮件 期间,需要去搞清楚关于其中的PHPMailer的mail的参数: SetFrom AddReplyTo AltBody AddAddress PHPMailer mail ...
crifan 7年前 (2018-03-27) 946浏览 0评论
折腾: 【未解决】继续调试主页中php发送邮件的功能 期间,看到php中的配置中有: sendmail_path = /usr/sbin/sendmail -t -i 需要搞懂-t和-i是啥意思 并且,更需要去搞清楚: 此处接下来,如果端口从25换...