发布时间:2013-09-04 16:31:45
When updating the Debian based system, it may happens that the apt-get displays an error message like:当更新的基于Debian的系统,它可能发生的apt-get显示一个错误信息,如:# apt-get updateW: GPG error: http://ppa.launchpad.net maverick Release: The following signatures couldn't be verified because.........【阅读全文】
发布时间:2013-09-04 15:11:01
# 安装perl-Time-HiRes 需要添加epel源 rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6# 安装依赖软件包 yum install gcc perl-Time-HiRes gcc-c++ make libXext-devel # 下载运行unixbenchwget http://byte-unixbe.........【阅读全文】
发布时间:2013-02-27 11:12:30
官网下载相对应的网卡驱动http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/13663/eng/igb-4.1.2.tar.gz&lang=eng&Dwnldid=13663&keyword=Intel+82576+Gigabit+Ethernet+Controllertar -zxvf igb-4.1.2.tar.gz -C /usr/local/srccd /usr/loca.........【阅读全文】
发布时间:2013-01-25 14:59:23
http://www.forouzani.com/reload-haproxy-cfg-without-restarting.htmlWhen you make adjustments to the haproxy configuration file (haproxy.cfg), you need to restart the load balancer before the new configurations take effect. For a high traffic site, this is a painful process – any downtime i.........【阅读全文】