How to Start/stop an Application on Boot on Ubuntu
There's an easy way now to configure what application runs on ubuntu's startup like services.msc in windows. Rather than adding/modi...
https://www.czetsuyatech.com/2012/05/ubuntu-configure-startup-items.html
There's an easy way now to configure what application runs on ubuntu's startup like services.msc in windows. Rather than adding/modify some configuration, we can install a simple GUI that can do the job.
sudo apt-get update sudo apt-get install sysv-rc-conf sudo sysv-rc-conf
Post a Comment