2009年03月20日
install mogilefs on Gentoo
1, 系统环境 1.1, 操作系统 Gentoo 2007.0 with portage snapshot 20081022, update world in 2008.10.22 1.2, 服务器列表 修改/etc/hosts,加入下面的机器名和IP对应数据库和track服务器: M-Gentoo…
2009年03月18日
Sound of Silence
我是我见过的最爱说话的我。我站在台上喋喋不休,台下唯一的观众,掌声没有响起。许久,才发现自己站错了位置。 我渴望我们成为一部正剧中的两位主角,一直拉上人生的大幕。但是现在,我需要整理一下我们的舞台,15分钟之后,然后有礼貌的邀请:“Lady, shall we……
2009年03月5日
gentoo服务器安装lamp日志
USE="apache2 mysql" emerge -av webmin emerge -av mysql emerge -av memcached USE="apache2 curl exif gd mbstring mysql posix simplexml…
2009年03月4日
Gentoo 升级系统的标准步骤
#emerge --sync //升级整个portage目录 #emerge portage //如果不是最新的portage,需要按提示执行此操作#emerge…
2009年02月20日
服务器性能测试和设置篇
实时检测HTTPD连接数:watch -n 1 -d "pgrep httpd|wc -l" ps -ef | grep httpd | wc -l 返回结果示例: 1388…