Skip to content

Switched On Tech Design

Websites and SEO

  • Drupal
  • ZFS
  • SEO
  • Content creation
  • Webserver Management
  • Articles
  • Contact Us

Tag: start on boot

Posted on July 30, 2015July 30, 2015

How to stop apache from starting on boot? Debian 7 and 8

This little tip is handy for those who want to swap from apache to nginx:  
update-rc.d -f apache2 remove
  Easy done.
Posted on January 12, 2014July 1, 2014

Fedora 20 – How to make SSH automatically start on boot (sshd.service)

  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.

Search

Categories

Proudly powered by WordPress