Chinaunix首页 | 论坛 | 博客
  • 博客访问: 539277
  • 博文数量: 102
  • 博客积分: 950
  • 博客等级: 准尉
  • 技术积分: 1094
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-28 16:07
文章分类

全部博文(102)

文章存档

2020年(2)

2016年(5)

2015年(15)

2014年(25)

2013年(18)

2012年(19)

2011年(18)

我的朋友

发布时间:2013-05-16 17:10:42

公司最近新买了四台计算用的服务器,每台服务器挂了2T*3的硬盘。为了计算方便,打算将它们设置成nfs,相互之间可以读写数据。 1、开启portmap和nfs服务     service portmap start     service nfs start 2、将要共享的目录写到exports文件中.........【阅读全文】

阅读(720) | 评论(0) | 转发(0)

发布时间:2013-05-03 10:15:19

/etc/iptables.up.rulesiptables-restore < /etc/iptables.up.rulesapt-cache search aufsapt-get install aufs-tools nfs-commondpkg -i ds_0.1.all.debdpkg -l | grep libstdadduser --quiet --system --group --no-create-home --home /opt/ dsuserhtop......【阅读全文】

阅读(624) | 评论(0) | 转发(0)

发布时间:2013-05-02 10:49:09

交互模式下:1 看所有cpuP 按cpu使用率排序M 按内存排序c 显示完整命令按p 后按字母a-z来取消或显示某列, enter生效按o 后按字母a-z和大写a-z来移动某列位置, enter生效......【阅读全文】

阅读(320) | 评论(0) | 转发(0)

发布时间:2012-12-14 09:10:31

ps -A -o stat,stime,ppid,pid,cmd -www |grep ^Z |awk '{print $4}'  |xargs kill ......【阅读全文】

阅读(560) | 评论(0) | 转发(0)

发布时间:2012-11-16 15:17:24

秒数和日期转化date +%s1352900590 date -d "$(( 1352900590 - `date '+%s'` )) sec" +%F' '%T     date -d @1407727023 +'%F %T'* To print the date of the day before yesterday:          date --date='2 days ago.........【阅读全文】

阅读(741) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

flb_20012010-09-25 07:52

回复  |  举报
留言热议
请登录后留言。

登录 注册