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...

sudo apt-get update sudo apt-get install sysv-rc-conf sudo sysv-rc-conf
Post a Comment