This is the simplest and easiest way to autostart automatically xampp when your computer boots
1. run the line below in terminal, this opens the file rc.local for editing
$ sudo gedit /etc/rc.local
2. write this line of code in the file rc.local. Make sure you follow the instructions contained in the file
/opt/lampp/lampp start
3. save and exit
#no need to edit init.d
This comment has been removed by the author.
ReplyDeleteThank you so much, works good in Ubuntu 10.04
ReplyDeletethanks. works in Ubuntu 12.10
ReplyDeleteSo excellent, I love it
ReplyDelete