Warning: ksort() expects parameter 1 to be array, object given in /home/linuxdelhi/public_html/wp-content/plugins/bbpress/includes/core/template-functions.php on line 316
Maecenas Archives - Linux Delhi

Tag Archives: Maecenas

How to enable or disable services in Debian / Ubuntu

To Enable and disable services across runlevels in Debian, Ubuntu, and other Debian based Linux distributions we use a script called update-rc.d. How to enable a service As an example, to enable Apache web server in Debian, do the following – # update-rc.d apache2 defaults … this will enable the Apache web server to start in the default run levels ...

Read More »