51CTO博客开发小五的博客
转发方式主要分为:直通式转发和存储式转发两种。 直通式转发:只检查数据包的包头,不需要存储,具有延迟小,交换速度快的优点。 存储转发方式:传输数据延时大,对数据包进行差错检测。
Install required software:LAMP(linux,apache,mysql,php) Install apache:yum -y install httpd Install mysql:yum -y install mysql-server mysql-devel Install php:yum -y install php php-ldap I
cacti官方手册,很不错。
1.编辑/etc/inetd.conf,去掉ssh前的#,保存退出.2.编辑/etc/rc.conf,最后加入:sshd_enable="yes"即可3.启动sshd服务:#/etc/rc.d/sshd start4.#netstat -an 检查服务是否启动,22端口有无sshd服务监听。5.编辑/etc/ssh/sshd_config,在末尾加上如下内容: IgnoreRhosts yesIg
1.下载Cacti Plugin Architecture wget [url]http://cactiusers.org/downloads/cacti-plugin-arch.gzip[/url] 2.解压Cacti Plugin Architecture tar xzvf cacti-plugin-arch.ta
如果在nagios的web界面上出现如下画面: 请编辑/usr/local/nagios/etc/cgi.cfg文件,在下面7行的后面加上 在这个(htpasswd -c /usr/local/nagios/etc/htpasswd.users xxxx)命令设置的参数(xxxx). authorized_for_system_information=nagiosadmin,xxx
1.确定Centos系统中是否安装如下软件包: Apache GCC compiler GD development libraries 2.如果没有安装,则按如下方式进行安装: yum -y install httpd yum -y install gcc yum -y
1.如果在安装rrdtool时出现下面的warning: [root@localhost ~]# rpm -ivh rrdtool-1.3.4-2.fc9.i386.rpm warning: rrdtool-1.3.4-2.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6df2196ferror: Failed dependencies:
6.安装rrdtool软件包(选择rpm包进行安装。) (1).使用wget下载rrdtool软件包 wget [url]ftp://rpmfind.net/linux/fedora/updates/9/i386.newkey/rrdtool-1.3.4-2.fc9.i386.rpm[/url] (2
1.配置好LAMP(linux+apache+mysql+php)环境: (1).安装apache:yum -y install httpd (2).安装php:yun -y install php (3).安装mysql:yum -y install mysql mysql-server &nb
1.实现本机用户授权: mysql>GRANT ALL ON *.*(databasename.tablename) TO
1.首先在linux服务器上设置中文语言环境 2.在Putty中设置 到此,putty的中文环境就设置完成。
1.cat /proc/version 2.cat /etc/issue 3.uname -a
! Execute a shell command
Please edit /etc/rc.d/rc.local and add 3 lines: ifconfig eth0 down ifconfig eth0 hw ether aa11bb22cc33 ifconfig eth0 up
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号