在使用rsync使用ssh协议,来同步远程文件的方法,rsync -zvrtopg -e
ssh但是如果遇到ssh不是22端口的时候使用rsync -zvrtopg -e ‘ssh -p
端口’特别是对于小文件特别多的时候,rsync独特算法的优势展现得淋漓尽致 !
分类:
其他好文 时间:
2014-05-26 22:47:34
阅读次数:
229
1.windows和Linux文件共享使用 samba2.ftp 在系统中叫vsftpd
windows和Linux文件传输可以使用 WINscp3.ssh 查看是否安装 rpm -q openssh 包括三个工具 ssh 远程登录 sftp
文件共享(类FTP) scp...
分类:
其他好文 时间:
2014-05-26 22:24:55
阅读次数:
344
参考1:http://www.jb51.net/LINUXjishu/142722.html参考2:http://sookk8.blog.51cto.com/455855/328076主服务器IP
192.168.109.128从服务器IP 192.168.109.1321.查看 rsync xin...
分类:
其他好文 时间:
2014-05-26 15:39:24
阅读次数:
386
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh
remoteuser@remotehost:/remote/dir /this/dir/
分类:
其他好文 时间:
2014-05-26 12:06:23
阅读次数:
194
mysql innodb的安装wget -c
http://down.wdlinux.cn/in/mysql_innodb_ins.shchmod 755
mysql_innodb_ins.sh./mysql_innodb_ins.sh
分类:
数据库 时间:
2014-05-26 10:53:06
阅读次数:
321
linux centos 下代理http、https、ftp全局使用代理:export
http_proxy=http://host:port/export https_proxy=http://host:port/export
ftp_proxy=http://host:port/使用wget按需...
分类:
系统相关 时间:
2014-05-24 07:53:34
阅读次数:
420
axel是Linux命令行下多线程的下载工具,支持断点续传,速度通常情况下是Wget的几倍官方主页:http://axel.alioth.debian.org/源码下载:#curl-Ohttp://pkgs.fedoraproject.org/repo/pkgs/axel/axel2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/axel-2.4.tar.gz编译安装:#tar-xvf..
分类:
编程语言 时间:
2014-05-22 17:41:24
阅读次数:
521
1、您也可以使用一键自动部署环境的工具,请参见网友开发的这个工具http://www.centos.bz/2013/08/ezhttp-tutorial/2、安装:wget
-c http://lamp.phpstudy.net/phpstudy.binchmod +x phpstudy.bin #...
分类:
Web程序 时间:
2014-05-22 01:58:26
阅读次数:
361
MAC下没有wget工具,不习惯curl,使用起来还是很不方便的。下载了一个wget源码吧,编译安装。sudo curl -O
http://ftp.gnu.org/gnu/wget/wget-1.15.tar.gzsudo tar zxvf wget-1.15.tar.gzcd
wget-1.1....
分类:
其他好文 时间:
2014-05-21 23:41:11
阅读次数:
264
1、下载python3.3安装包#wget wget --no-cookie
--no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F"
http://www.python.org/ftp/pytho...
分类:
编程语言 时间:
2014-05-21 17:23:59
阅读次数:
391