GNU/Linux
Linux shell tips: Remove from automatic launch a service
Today's article is lightning. Let us assume that you have installed a service that starts automatically each time the system is booted. If we do not want that to happen just take it off since the system, with the following command: sudo update-rc.d <program> We disable replace the term “<program>” with the actual name of our Read more…