linux下生成联通IP静态路由

二月 29th, 2012 | No Comments | Posted in Centos, Debian, Shell, Ubuntu | 阅读次数: 90

Author:gaojinbo Time:2012-2-28 Email:admin@gaojinbo.com 由于服务器是双线,设置了电信的默认网关,如果不添加网通静态路由的话,联通IP是不通的,通过下面文档,你也能快速建[......]

Read more

Tags:

电信IP段,联通IP段,铁通IP

二月 28th, 2012 | 1 Comment | Posted in 6.综合内容 | 阅读次数: 47

联通静态路由IP,电信静态路由IP 根据APNIC的最新IP地址列表及whois信息,每日0点(UTC时区)生成的各主要运营商IP地址段,准确度还是很高的。 中国电信IP地址段: http://files.liubaishui.com[......]

Read more

Tags:

直接瞄准Nginx ,Apache 2.4 发布

二月 28th, 2012 | No Comments | Posted in Apache, Nginx | 阅读次数: 57

image 最流行的Web Server发布了一个重大升级版,Apache HTTP Server 2.4的 一个重要目标是大幅改进性能。新版改进了缓存、代理模块,会话控制,改进异步读写支持,等等。Apache HTTP Server项目管理委员会[......]

Read more

Tags: ,

php xcache安装配置

二月 28th, 2012 | No Comments | Posted in Centos, PHP, Ubuntu | 阅读次数: 61

Author:gaojinbo Time:2012-2-27 xcache是一个PHP加速器,为什么选它?因为大家都这么说的,说他很好很强大,比eacceletor好。 1.环境: centos5.7 x86_64[......]

Read more

Tags:

hugwww-convirt安装配置v1.1

二月 22nd, 2012 | 1 Comment | Posted in Ubuntu | 阅读次数: 56

~QH37W7BCW3LIJSM[[1[CYS Author:gaojinbo Time:2012-2-21 Email:admin@gaojinbo.com ConVirt是一个虚拟化管理平台,使用无代理模式工作。当需要管理的目标节点提供SSH登录方式时,ConVir[......]

Read more

Tags: , ,

Ubuntu 10.04.4 LTS发布

二月 17th, 2012 | No Comments | Posted in Ubuntu | 阅读次数: 33

作为Ubuntu 10.04 LTS第四个也是最后一个版本,Ubuntu 10.04.4现已发布下载。Ubuntu 10.04更新与安全修复将会继续支持,直到2013年4月。 Ubuntu 10.04.4 修复了大量错误,提高了稳定性与[......]

Read more

Tags:

rsync限制速度

二月 16th, 2012 | No Comments | Posted in Ubuntu | 阅读次数: 45

限制速度很简单,添加个参数即可bwlimit,后面的值是多少k Bytes/s   如:限制为 600k Bytes/s): rsync -auvz –progress –delete –bwlimit=600[......]

Read more

Tags:

keepalived vrrp安装配置主主模式自动切换v1.0

二月 15th, 2012 | 2 Comments | Posted in LVS | 阅读次数: 49

Author:gaojinbo Time:2012-2-15 Email:admin@gaojinbo.com keepalived vrrp非常有用,主要的应用场景就是vrrp+lvs实现ha,而且2台lvs[......]

Read more

Tags: ,

php hashdos攻击解决方法

二月 14th, 2012 | No Comments | Posted in PHP | 阅读次数: 54

Author:gaojinbo Time:2012-2-14 Email:admin@gaojinbo.com 这个漏洞出来好几个月了,今天总监axing jira了一个任务才得知,测试了一下,通过一个简单的php文件即可让[......]

Read more

Tags: , ,

centos6下安装php-fpm

二月 10th, 2012 | No Comments | Posted in Centos, PHP | 阅读次数: 35

Author:gaojinbo Time:2012-2-10 装好centos6系统后,自带的源里面没有php-fpm,很多时候我们需要php-fpm对php进行管理,通过下面方法可以很快就安装好。centos6下安装[......]

Read more

Tags: ,