25Oct/110
开机自动运行LAMPP
為了让LAMPP在每次开机时自动执行,可以将启动的 scripts 加入你的 /etc/rc.d/rc.local 中:
1.编辑rc.local文件
# vi /etc/rc.d/rc.local
2.加入启动的 scripts
/opt/lampp/lampp start
3.保存并退出vi
:wq
為了让LAMPP在每次开机时自动执行,可以将启动的 scripts 加入你的 /etc/rc.d/rc.local 中:
1.编辑rc.local文件
# vi /etc/rc.d/rc.local
2.加入启动的 scripts
/opt/lampp/lampp start
3.保存并退出vi
:wq