Suse 10 with KDE

Status
Not open for further replies.

ras

Broken In
I recently install suse linux 10 with KDE desk top. In KDE I donot find a shut down button (logout first and then only shutdown), can I add a shutdown?.
Also in fedora core, there was a GUI to start/stop various services like apache server, mysql server etc .. where is it in Suse??.
How can I start/stop these?. (not by command)
 

gauravnawani

Journeyman
ras said:
Also in fedora core, there was a GUI to start/stop various services like apache server, mysql server etc .. where is it in Suse??.
How can I start/stop these?. (not by command)

Thats a redhat application so you wont find it in SUSE.
 
OP
R

ras

Broken In
gauravnawani said:
ras said:
Also in fedora core, there was a GUI to start/stop various services like apache server, mysql server etc .. where is it in Suse??.
How can I start/stop these?. (not by command)

Thats a redhat application so you wont find it in SUSE.

But Suse included Apache and MySQL, how can I start stop these services?.
 

desertwind

Cyborg Agent
I dont know whether suse provides any gui for managing system services.
use the service command to start/stop/restart system services.
Code:
$ service <servicename> stop
if you want to remove the service permenantly use the chkconfig command.
Code:
$ chkconfig --del <servicename>
 

prashanthmpai

Broken In
Type this command in the terminal - "type poweroff and type restart"
and get the path of those file and copy it while creating a "link to application" after right clicking on the desktop and try.

Try and post the result here.
 
Status
Not open for further replies.
Top Bottom