[Desktop Entry]
Name=LAMP
GenericName=LAMP
X-GNOME-FullName=LAMP
Comment=Open services of your LAMP server
Exec=gksu service apache2 start && gksu service mysql start
Icon=emblem-web
Terminal=false
Type=Application
StartupNotify=true
X-Ayatana-Desktop-Shortcuts=Start;Stop;Restart
[Start Shortcut Group]
Name=Start
Exec=gksu service apache2 start && gksu service mysql start
TargetEnvironment=Unity
[Stop Shortcut Group]
Name=Stop
Exec=gksu service apache2 stop && gksu service mysql stop
TargetEnvironment=Unity
[Restart Shortcut Group]
Name=Restart
Exec=gksu service apache2 restart && gksu service mysql restart
TargetEnvironment=Unity
3.Drag and Drop onto the launcher by navigating to ~/.local/share/applications/ in Nautilus. [or you can simply drag drop by searching LAMP in the dash]
The install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL https://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address. [Make sure u prefix https and not http]
If Debian complains about missing dependencies, you can install them with the command :
If you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.
You could try "Bootup-Manager", package name 'bum'. It's similar to the Services Manager for Windows. You can start and stop both MySQL and Apache from there. Click 'Advanced' and go to the services tab.
If I were you, I would create short and simple scripts to start and stop the services instead, then just add launchers for the scripts to your application launcher.
LAMP Quicklist
1.Open a new file:
2. Copy the text below
3.Drag and Drop onto the launcher by navigating to ~/.local/share/applications/ in Nautilus. [or you can simply drag drop by searching LAMP in the dash]
have a look at webmin
If you are using the DEB version of webmin, first download the file from the downloads page , or run the command :
then run the command :
The install will be done automatically to /usr/share/webmin, the administration username set to root and the password to your current root password. You should now be able to login to Webmin at the URL https://localhost:10000/. Or if accessing it remotely, replace localhost with your system's IP address. [Make sure u prefix https and not http]
If Debian complains about missing dependencies, you can install them with the command :
If you are installing on Ubuntu and the apt-get command reports that some of the packages cannot be found, edit /etc/apt/sources.list and make sure the lines ending with universe are not commented out.
You could try "Bootup-Manager", package name 'bum'. It's similar to the Services Manager for Windows. You can start and stop both MySQL and Apache from there. Click 'Advanced' and go to the services tab.
If I were you, I would create short and simple scripts to start and stop the services instead, then just add launchers for the scripts to your application launcher.
This is more of a remote control panel but it might work for your needs. It currently only states that it supports CentOS, Red Hat, and Fedora.
http://www.oakwoodsystems.net/uncategorized/restarting-linux-services-remote-manager/