摘要: 新增存储用Parted分区并建LVM卷一,Parted分区1,parted分区 www.ahlinux.com # parted /dev/sdaGNU Parted 2.1使用 /dev/sdaWelcome to GNU Parted! Type 'help' to view a list of... 阅读全文
posted @ 2015-01-15 12:31 姑奶奶 阅读(1713) 评论(0) 推荐(0) 编辑
摘要: 服务器链接状态统计命令:netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'测试环境下如下: www.ahlinux.com Java代码 TIME_WAIT 1 CLOSE_WAIT 5 SYN_SENT 2 ES... 阅读全文
posted @ 2015-01-15 12:28 姑奶奶 阅读(149) 评论(0) 推荐(0) 编辑
摘要: rsync启动脚本01#!/bin/bash www.ahlinux.com 02#03# rsyncd Thisshellscript takes care of starting and stopping04# standalone rsync.05#06# chkconfig:... 阅读全文
posted @ 2015-01-15 10:38 姑奶奶 阅读(169) 评论(0) 推荐(0) 编辑