Tag Archive: disable

August 13, 2016   /   by Marco   /   , , ,

DISABLING A SERVICE IN CENTOS

DISABLING A SERVICE IN CENTOS

I’ve done this a couple of times and I keep forgetting the commands so I thought I’d better write them down. In order to disable a specific service in CentOS startup use the following command. In particular the dovecot service chkconfig dovecot off chkconfig dovecot –del So basically it’s: chkconfig [name of service] off chkconfig […]

read more

October 18, 2015   /   by Marco   /   , , , , , , ,

Disabling Google Chrome Updates

Disabling Google Chrome Updates

By default Google Chrome automatically updates itself to the latest version. This is a good thing if you want to make sure you have the latest security updates and bug fixes. However, it was announced at the beginning of this year that NPAPI (which uses Java) will no longer be supported after Chrome Version 45, […]

read more

June 3, 2015   /   by Marco   /   , , ,

How to disable directory browsing in WAMP

How to disable directory browsing in WAMP

If you’re using WAMP and are browsing a folder without an index.php or index.html file, the WAMP server will display all the files contained in that folder. Here’s an example:   This can become a security risk as the visitor is able to browse and download all the files. In order to disable this you […]

read more