在2.6.33内核之前,解决办法是使用iwl-no-blink,但是现在它已经被从内核中移除了,解决方法是:
sudo vim /etc/modprobe.d/iwl_blink.conf
内容如下:
options iwlcore led_mode=1[......]
Leave a reply
关于Redis的“vm-max-memory limit exceeded by more than 10%”问题
网上搜了以下,总体是这个意思:vm+swap只能把value swap到文件中,如果单独key就超过了vm-max-memory,那么就swap不出去了。对话如下:
Q1
What might be the cause of this error:
vm-max-memory limit exceeded by more than 10% but unable to swap more
objects out!
thank you
A1
Redis is only ab[......]
Redis配置文件模板
[转]Getting Started: Redis and Python
转载自:http://degizmo.com/2010/03/22/getting-started-redis-and-python/
So if you have been following NoSQL movement, the migration of some types of data to non-relational datastores has recently picked up speed. For web (and other developers) this ha[......]
Debian 6下安装JDK
在Debian(6及以下版本)的默认源中,并没有默认包含JDK,我们需要从non-free源中找到它。
1、设置源
确认你的apt源包含了non-free,类似如下的:
sudo vim /etc/apt/sources.list
deb http://debian.cn99.com/debian/ testing main contrib non-free
deb-src http://debian.cn99.com/debian/ testing main contrib non-[......]