ubuntu8.10下xampp(lampp)如何实现开机自启动,请写出详细步骤!

发布时间:2024-06-28 18:07 发布:上海旅游网

问题描述:

LINUX下开机PING不通,进入界面才能PING通,是什么原因?

找了一个,请哪位解释一下:
There is no real standard way to configure the boot process of a Linux system, but most of them should allow you to start XAMPP at boot time using the following steps.
1. First, find out your default runlevel.
Simply type egrep :initdefault: /etc/inittab.
You should no see a line containing a number between two colons.
In most cases 3 or 5 (2 if you're using Debian).
(我用的是ubuntu 8.04 server 路径放在/etc/rc2.d ;好像ubuntu 没有rc.d这个文件夹)
2. Go into the directory which configures this runlevel. If for example your runlevel is 3, then you have to change into the /etc/rc.d/rc3.d directory.
If your system didn't provide /etc/rc.d/rc3.d please try also /etc/init.d/rc3.d and /etc/rc3.d.
3. Now carry out the actual configuration by typing:
ln -s /opt/lampp/lampp S99lampp
ln -s /opt/lampp/lampp K01lampp

问题解答:

建议 去 官方网站以及论坛 看看

www.ubuntu.org.cn
wiki.ubuntu.org.cn
forum.ubuntu.org.cn

热点新闻