星期五.老板要我把服务器IBM Xseris206 装上Debian. 把旧硬盘的资料copy 到新硬盘上.起初我发现Debian是想当难操作的.比Fedora难多了,但是经过星期五晚的摆弄之后.发现它比Fedora好玩多了.他的apt比fedora的yum安装有脑得多,会分析dependency.
但是昨晚一直搞不明白,我的lighttpd怎么起为来.然后我今天睡配就起来摆弄一下它.我想应该是没启动吧.
我就笨得可以的用service lighttpd status查看一下.这个应该是fedora的命令,我在想.
应该不行,但我又不十分肯定他的启动力路径在哪,那我只有查一下 find /etc -name lighttpd
找到了/etc/init.d/lighttpd .和猜测的差不多.于是就打上这个命令/etc/init.d/lighttpd start
发现fail message .check it out. port 80 be used .ok
and I check the configure first
i type ---------------------------------cd /etc/init.d/lighttpd/ ------------ls-------------vi lighittpd.config------------delet the # in the front of server port =81;
yes .i gona change to port 81 .and i restart it
OK and I did it
so the linux has the same prinsple but something different
but now I think Debian is so funny.