发布时间:2013-05-16 17:10:42
公司最近新买了四台计算用的服务器,每台服务器挂了2T*3的硬盘。为了计算方便,打算将它们设置成nfs,相互之间可以读写数据。 1、开启portmap和nfs服务 service portmap start service nfs start 2、将要共享的目录写到exports文件中.........【阅读全文】
发布时间: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......【阅读全文】
发布时间:2012-12-14 09:10:31
ps -A -o stat,stime,ppid,pid,cmd -www |grep ^Z |awk '{print $4}' |xargs kill ......【阅读全文】
发布时间: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.........【阅读全文】