This little tip is handy for those who want to swap from apache to nginx:
update-rc.d -f apache2 remove
Easy done.
This little tip is handy for those who want to swap from apache to nginx:
update-rc.d -f apache2 remove
Easy done.
If you are coming to Fedora from Ubuntu you may be surprised that installing the package doesn’t automatically start the SSH daemon on boot. We can change this with the following command, run as root:
systemctl enable sshd.service
The next time you boot your SSH server should have started automatically.