年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - 青否云后端云
- benladeng5225
- vipbooks
- kaizi1992
- e_e
- arpenker
- tanling8334
- sam123456gz
- zysnba
- fantaxy025025
- xiangjie88
- lemonhandsome
- wallimn
- ganxueyun
- Xeden
- zhanjia
- wangchen.ily
- xyuma
- jh108020
- johnsmith9th
- zxq_2017
- jbosscn
- forestqqqq
- daizj
- ajinn
- xpenxpen
- 喧嚣求静
- silverend
- kingwell.leng
- kristy_yy
- lchb139128
- jveqi
- lzyfn123
- javashop
- java-007
- sunj
- yeluowuhen
- lerf
- xiaoxinye
- flashsing123
- chenqisdfx
- bosschen
- zhangjijun
- lyndon.lin
- sunnylocus
- lyj86
- paulwong
最新文章列表
linux下快速删除大量文件
linux下快速删除大量文件
假如你要在linux下删除大量文件,比如100万、1000万,像/var/spool/clientmqueue/的mail邮件,
像/usr/local/nginx/proxy_temp的nginx缓存等,那 ...
Rsync快速构建与实用案例
一、rsync服务端的快速配置:
1.修改xinetd文件,开启rsync服务:
#sed -i 's/disable.*/disable = no/' /etc/xinetd.d/rsync
2.建立rsync的配置文件:
#touch /etc/rsyncd.conf
#cat >> /etc/rsyncd.conf << EOF
strict modes= tr ...
Ubuntu下配置Rsync服务
默认情况Ubuntu安装了rsync服务,但在/etc下没有配置文件,一般情况可以copy示例文件到/etc下
#cp /usr/share/doc/rsync/examples/rsyncd.conf /etc
#vi /etc/rsyncd.conf
# sample rsyncd.conf configuration file
# GLOBAL OPTIONS
motd file=/e ...
用rsync对网站进行镜像备份
文章来源:http://xfocus.org/文章提交:inburst (inburst_at_263.net)用rsync对网站进行镜像备份by inburst<inburst@263.net>http://xfocus.org对系统管理员来说,平时的工作重心应该集中在维护系统正常运转,能够正常提供服务上,这里往往牵涉到一个数据备份的问题,在我所了解的情况中,有80%的系统管理员不是太 ...
rsync bind() failed (Address already in use)故障处理
在客户端进行同步时,报错:rsync: connection unexpectedly closed (0 bytes received so far) [receiver]rsync error: error in rsync protocol data stream (code 12) at io.c(632) [receiver=3.0.4]
登录rsync服务器,查看日志,发现错误信息如下 ...
linux rsync同步设置详细指南
linux rsync同步设置详细指南
配置rsync 同步数据 rpm包安装rsync及配置
[root@Hammer home]# rpm -qa |grep rsync #检查系统是否安装了rsync软件包
rsync-2.6.8-3.1
[root@Hammer CentOS]# rpm -ivh rsync-2.6.8-3.1.i386.rpm ...