上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: home-domain-monitoring-展开-jdbc 可以查看 阅读全文
posted @ 2012-12-17 17:01 陳聽溪 阅读(461) 评论(0) 推荐(0)
摘要: 0,ntop0-0,nethogs1,sar –n DEV 2 12,iptraf3,nload4,ifstat5,iftop6,mtr7,tcpdump -i eth0 -nv > 1118,vnstat9,watch more /proc/net/dev10,watch ifconfig 阅读全文
posted @ 2012-11-09 16:08 陳聽溪 阅读(329) 评论(0) 推荐(0)
摘要: 第三方说是,手工的时候正常;用程序的时候,会被欢迎语阻挡;# ps aux|grep vsroot 8750 0.0 0.0 5192 516 ? Ss 10:10 0:00 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.confroot 8758 0.0 0.0 5196 704 pts/2 S+ 10:13 0:00 grep vs#/etc/vsftpd/# vi vsftpd.conf看看配置文件里有没有:dirmessage_enable=YESftpd_banner=banne... 阅读全文
posted @ 2012-09-24 10:12 陳聽溪 阅读(268) 评论(0) 推荐(0)
摘要: $ sqlplus /nologSQL*Plus: Release 10.2.0.4.0 - Production on Fri Sep 21 15:53:23 2012Copyright (c) 1982, 2007, Oracle. All Rights Reserved.SQL> conn username/"passwd"Connected.SQL> quit 阅读全文
posted @ 2012-09-21 15:55 陳聽溪 阅读(208) 评论(0) 推荐(0)
摘要: update:2014-09-09创建表空间,用户,授权.SQL>select * from dba_data_files;create tablespace shequ datafile '/u01/oracle/oradata/shequ/shequ01.dbf' size 4096m auto... 阅读全文
posted @ 2012-09-13 14:26 陳聽溪 阅读(472) 评论(0) 推荐(0)
摘要: cacti:在被检测端(客户端)修改iptables,允许服务端访问被检测端的udp161端口。#yum -y install ntp net-snmp net-snmp-devel net-snmp-utils net-snmp-libs net-snmp-utils net-snmp-perl# service snmdp restart# iptables -I INPUT -p udp -m udp -s 服务端IP地址 --dport 161 -j ACCEPT# iptables-save > iptables.script# iptables-save# vi iptabl 阅读全文
posted @ 2012-08-31 15:05 陳聽溪 阅读(301) 评论(0) 推荐(0)
摘要: 用yum安装cacti,nagios先是安装完cacti;用http://ip:port/cacti/index.php测试,正常;然后继续安装nagios;安装完后用http://ip:port/nagios测试,正常;然后,继续跳会cacti的时候,竟然报错了:ForbiddenYoudon'thavepermissiontoaccess/cacti/index.phponthisserver.============================================1102 yum install nagios nagios-nrpe nagios-plugins 阅读全文
posted @ 2012-08-29 17:26 陳聽溪 阅读(3600) 评论(0) 推荐(0)
摘要: ...安装oracle客户端,配置了环境变量后,要记得配置tnsnames.oracd $ORACLE_HOMEmkdir -p network/admincd network/admin/vi tnsnames.ora... 阅读全文
posted @ 2012-08-21 16:00 陳聽溪 阅读(1787) 评论(0) 推荐(0)
摘要: centos 6(在CentOS 6.5当中,portmap服务由rpcbind负责):1yum-yinstallnfs-utilsrpcbind====================yum install portmap nfs-utils-lib nfs-utilsservice portma... 阅读全文
posted @ 2012-08-21 15:22 陳聽溪 阅读(268) 评论(0) 推荐(0)
摘要: /查找,n查找下一个:set nu设置行号gg,[[跳到文件首shift+g,]]跳到文件末vi中去掉“^M”::1,$s/^M/或者:g/^M/s///g:%s/\r//g:e ++ff=dos在命令行下 dos2unix^M指的是同时按住ctrl+vm替换::s/vivian/sky/g 替换当前行所有 vivian 为 sky参考地址:http://soft.chinabyte.com/374/7749874.shtml 阅读全文
posted @ 2012-08-07 15:35 陳聽溪 阅读(260) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 下一页