新Apache服务器上线以后,用netstat-an命令发现服务器中有大量状态为TIME-WAIT的TCP连接,于是用/sbin/sysctl-a查看了一下Linux的各项内核参数,并翻阅有关资料,决定修改其中的两项参数,以达到减少TCP连接中TIME-WAITsockets的目的。vi/etc/sysctl.conf编辑/etc/sysctl.conf..
分类:
其他好文 时间:
2014-11-14 18:00:51
阅读次数:
147
error:"net.bridge.bridge-nf-call-ip6tables"isanunknownkeyerror:"net.bridge.bridge-nf-call-iptables"isanunknownkeyerror:"net.bridge.bridge-nf-call-arptables"isanunknownkey解决方法:modprobebridge加载bridge模块
分类:
Web程序 时间:
2014-11-14 15:59:02
阅读次数:
269
本文系统:[root@xxxxxx~]#cat/etc/issue
RedHatEnterpriseLinuxServerrelease5.8(Tikanga)
[root@xxxxxx~]#uname-a
Linuxxxxxxx2.6.18-308.el5#1SMPFriJan2717:17:51EST2012x86_64x86_64x86_64GNU/Linux优化一、/etc/security/limits.conf优化二、/etc/sysctl.conf1、/etc/sec..
分类:
系统相关 时间:
2014-11-14 01:50:28
阅读次数:
321
下载PostgreSQL源码包,放在任意目录设置/etc/sysctl.conf,增加以下内容kernel.shmmni=4096kernel.sem=501000641280000050100012800fs.file-max=767246net.ipv4.ip_local_port_range=102465000net.core.rmem_default=1048576net.core.rmem_max=1048576net.core.wmem_default=26..
分类:
数据库 时间:
2014-11-13 07:11:18
阅读次数:
432
Laravel PHP web framework requires certain libraries to function properly. One of these libraries is the mcrypt and the php-mcrypt (bridge between mcr...
分类:
Web程序 时间:
2014-11-12 07:08:40
阅读次数:
307
ADB?(Android?Debug?Bridge) 说明:下面一些命令需要有root权限才能执行成功 快速启动dos窗口执行adb: 1.?adb.exe所在路径添加到系统环境变量中 2.?配置快捷键启动dos 进入C:\WINDOWS\system32目录下,找到...
分类:
数据库 时间:
2014-11-11 11:00:34
阅读次数:
210
1. 引入头,#import 2. 获取SSID info+ (id)fetchSSIDInfo{ NSArray *ifs = (__bridge id)CNCopySupportedInterfaces(); NSLog(@"%s: Supported interfaces: %@", __.....
分类:
其他好文 时间:
2014-11-11 10:33:14
阅读次数:
164
BSE (bridge system engineer) 是外包开发人员和客户之前的桥梁。 主要是将客户的需求准确的理解并传达给外包的开发人员,一般情况下也兼开发的 leader 工作。 参考: http://e-words.jp/w/E38396E383AAE38383E382B8SE.html ...
分类:
其他好文 时间:
2014-11-09 12:36:59
阅读次数:
172
adb是什么?:adb的全称为Android Debug Bridge,就是起到调试桥的作用。通过adb我们可以在Eclipse中方面通过DDMS来调试Android程序,说白了就是debug工具。adb的工作方式比较特殊,采用监听Socket TCP 5554等端口的方式让IDE和Qemu通讯,默...
分类:
数据库 时间:
2014-11-08 15:13:00
阅读次数:
258