Date: 4/2/2014 |
|
|
To disable an application at the startup, use update-rc.d for system V startup scripts such as in /etc/rc2.d directory. Note, on Ubuntu 12.04, System V and Upstart are both present. For example
For the Upstart applications,
To disable a port in inetd, modify /etc/inetd.conf file, commenting out the services, for example:
telnet, rsh, rcp, rexec, ftp, portmap, nfs, mountd, ypbind, ypserv. Disable them if your computer is on the open Internet. But if you need them, install a firewall and implement the tcp_wrappers. Services protected with SSL libraries for encrypted connection such as SSH, LDAP, Apache; Kerberos.
|
|