本月博客排行
-
第1名
wy_19921005 -
第2名
mft8899 -
第3名
benladeng5225 - Anmin
- wddpwzzhao123
- duanfei
年度博客排行
-
第1名
龙儿筝 -
第2名
宏天软件 -
第3名
wy_19921005 - benladeng5225
- vipbooks
- kaizi1992
- tanling8334
- sam123456gz
- arpenker
- zysnba
- fantaxy025025
- 青否云后端云
- xiangjie88
- lemonhandsome
- wallimn
- e_e
- jh108020
- ganxueyun
- Xeden
- xyuma
- wangchen.ily
- zhanjia
- johnsmith9th
- zxq_2017
- forestqqqq
- jbosscn
- daizj
- xpenxpen
- 喧嚣求静
- kingwell.leng
- lchb139128
- jveqi
- kristy_yy
- javashop
- lzyfn123
- sunj
- yeluowuhen
- ajinn
- lerf
- silverend
- chenqisdfx
- xiaoxinye
- lyndon.lin
- flashsing123
- bosschen
- zhangjijun
- sunnylocus
- lyj86
- paulwong
- sgqt
最新文章列表
FreeBSD 下安装Mysql
今天在FreeBSD6.2上安装了Mysql,做个笔记
1:cd /usr/ports/databases/mysql51-server/
make WITH_XCHARSET=all WITH_CHARSET=gbk install clean
2: 出示化数据库
cd /usr/local/bin
mysql_install_db
3: 赋予Mysql用户对/var/db/m ...
FreeBSD下安装lighttpd
安装步骤如下:
1:使用Ports安装
/usr/ports/www/lighttpd
make config
make install clean
2:cp /usr/local/etc/lighttpd.conf.sample /usr/local/etc/lighttpd.conf
该文件是配置文件,使用默认配置即可正常启动
3:echo lighttpd_enable=\& ...
Running Ubuntu 7.10 in VMWare Player
ubuntu的root密码,以及VMTools的安装
新接触ubuntu(base on debian)的人,大多会因为安装中没有提示root密码而不太清楚为什么会这样。
如何设定/改变/启用 root 使用者的密码?
sudo passwd root
为了启用 root 帐号 (也就是 设置一个口令) 使用:
sudo passwd root
当你使用完毕后屏蔽 root 帐号 使用:
su ...
freebsd colorful you terminal that also work great on putty
install the gnuls (gnu ls) port in /usr/ports/misc/gnuls. I think the colors are much nicer.
After the install, type: gnuls --color The command is long- so the way I handle this is to write a script c ...
vim backspace or delete can not work fix problem!!!
try this:
set nocompatible
set backspace=indent,eol,start
set bs=2 << maybe need add this
the problem show on cygwin with winxp and freebsd vim 7.1 at least i have that problem.
The C10K problem
The C10K problem
原文链接:http://www.kegel.com/c10k.html
It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now.
And computers ...