Mesela şunlar
Alıntı:
Check server startup for cups
On most servers cups isn't needed and should be stopped and disabled from starting, as it could pose a security threat. This service is currently enabled in init and can be disabled using: service cups stop
chkconfig cups off
----------- Check server startup for nfslockOn most servers nfslock isn't needed and should be stopped and disabled from starting, as it could pose a security threat. This service is currently enabled in init and can be disabled using: service nfslock stop
chkconfig nfslock off
----------- Check server startup for rpcidmapdOn most servers rpcidmapd isn't needed and should be stopped and disabled from starting, as it could pose a security threat. This service is currently enabled in init and can be disabled using: service rpcidmapd stop
chkconfig rpcidmapd off,
----------- Check server startup for anacron
On most servers anacron isn't needed and should be stopped and disabled from starting, as it could pose a security threat. This service is currently enabled in init and can be disabled using: service anacron stop
chkconfig anacron off
-----------
|
kalın yazdıklarım komutlardır.
ssh a root olarak girip o komutları yazmanız yeterli.