Debian or Ubuntu Linux runlevel configuration tool to start service

Task: Command line tool to manage services / Ubuntu runlevel update-rc.d automatically updates the System V style init script links /etc/rcrunlevel.d/NNname to scripts /etc/init.d/name. These are run by init when changing runlevels and are generally used to start and stop. For example turn on ssh service type the command:

Unable to login to plesk 9.0.1 after upgrade from 9.0

SSO (single sign on) is used to provide seamless browsing from one product panel to another without having to relogin everytime. In Plesk 9 SSO is mainly used to provide integration with Parallels Plesk Billing. If you are not using Plesk Billing then you can disable SSO. [QUOTE]I also wonder if changing the “Full Hostname” …

How do I backup my Plesk Server?

On WebSites Explained, Erik posts the following ideas on how to backup your plesk server.  In it, he writes: If you have a Plesk server or virtual server, I’m sure you have though about how to backup that server. If you haven’t, please think about it now. Once your server dies on you you’ll be …

Plesk DirectoryIndex index.html overruled by index.php

When building a site in PHP, you might want to put an index.html up to keep unwanted eyes away from your new site. The index.html however is overruled by index.php. Here’s how to fix this: The file /etc/httpd/conf.d/php.conf contains the directive to add index.php to the DirectoryIndex. This directive overrules the previous made directive which …