上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 64 下一页
摘要: history -w //-w Write the current history to the history file, overwriting the history file’s contents.cat ~/.bash_history //命令保存文件路径.hi... 阅读全文
posted @ 2015-07-17 12:34 arun_yh 阅读(187) 评论(0) 推荐(0)
摘要: 一、统计sleep状态的进程.c233 plugins # ps -elf|head -1F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD4 S root 28149 4... 阅读全文
posted @ 2015-07-16 18:27 arun_yh 阅读(4834) 评论(0) 推荐(0)
摘要: Ganglia是一个分布式的监控工具,用来对Grid和Cluster上面的节点进行监控,利用它提供的 web界面可以看到每个节点状态,并且可以输出图形化的表示。 Ganglia 是 UC Berkeley 发起的一个开源监视项目,设计用于测量数以千计的节点。每台计算机都运行一个收集和发送度量数据(如... 阅读全文
posted @ 2015-07-16 17:21 arun_yh 阅读(718) 评论(0) 推荐(0)
摘要: ps --forest ASCII art process tree2 怎样来清除僵尸进程: 1.改写父进程,在子进程死后要为它收尸。具体做法是接管SIGCHLD信号。子进程死后,会发送SIGCHLD信号给父进程,父进程收到此信号后,执行waitpid()函数为子进程收尸。这是基于这样的... 阅读全文
posted @ 2015-07-16 13:54 arun_yh 阅读(1881) 评论(0) 推荐(0)
摘要: 一、根据私钥生产公钥 ssh-keygen -y -f id_rsa.pem 二、 <1> i174 .ssh # ssh 192.168.5.121No RSA host key is known for 192.168.5.121 and you have requested strict ch 阅读全文
posted @ 2015-07-15 16:40 arun_yh 阅读(890) 评论(0) 推荐(0)
摘要: 研究下centos6.6的日志回滚!!!!========>[root@localhost mysql3306]# ls /etc/cron.daily/cups logrotate makewhatis.cron mlocate.cron prelink readahead.cron ... 阅读全文
posted @ 2015-07-14 17:31 arun_yh 阅读(442) 评论(0) 推荐(0)
摘要: ss是SocketStatistics的缩写。顾名思义,ss命令可以用来获取socket统计信息,它可以显示和netstat类似的内容。但ss的优势在于它能够显示更多更详细的有关TCP和连接状态的信息,而且比netstat更快速更高效。当服务器的socket连接数量变得非常大时,无论是使用netst... 阅读全文
posted @ 2015-07-14 17:00 arun_yh 阅读(450) 评论(0) 推荐(0)
摘要: 一、diff实战 (1)递归比较文件夹下所有的文件及目录的不同 diff --brief -Nr dir1/ dir2/ Reference:https://stackoverflow.com/questions/4997693/given-two-directory-trees-how-can-i 阅读全文
posted @ 2015-07-14 15:40 arun_yh 阅读(1030) 评论(0) 推荐(0)
摘要: d211 admin # for i in {3..254} ; do ping -c 1 192.168.1.$i &>/dev/null && echo 192.168.1.$i is alive ;done192.168.1.5 is alive192.168.1.7 is alivefpin... 阅读全文
posted @ 2015-07-14 11:43 arun_yh 阅读(1774) 评论(0) 推荐(0)
摘要: NAME users - print the user names of users currently logged in to the current hostSYNOPSIS users [OPTION]... [FILE]DESCRIPTION Outpu... 阅读全文
posted @ 2015-07-14 06:53 arun_yh 阅读(262) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 64 下一页