PDA

View Full Version : [ask] start apache n mysql on knoppix 7



pusing85
10-29-2012, 01:16 AM
hello all ...
i'm new with linux....I've downloaded and after that install knoppix 7 DVD to a usb pendrive using software "universal usb installer".
I want to ask, how do I start apache and mysql on knoppix ..?
thank you

klaus2008
10-30-2012, 02:31 PM
You could open an LXTerminal and isssue the commands
sudo /etc/init.d/apache2 start
sudo /etc/init.d/mysql startIf you want to stop the services you can issue
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/mysql stop

pusing85
10-31-2012, 09:12 PM
You could open an LXTerminal and isssue the commands
sudo /etc/init.d/apache2 start
sudo /etc/init.d/mysql startIf you want to stop the services you can issue
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/mysql stop

thank you very much klaus2008
:smile::smile::smile::smile: