|
Basic Linux Hardening |
 vote
 |
|
From disabling unneeded services to utilizing sudo, lock down your Linux box.
The /etc/xinetd.conf file (previously the inetd.conf file) controls many Unix services, including File Transfer Protocol (FTP) and Telnet. It determines what services are available to the system.The xinetd (like inetd) service is a super server listening for incoming network activity for a range of services. It determines the actual nature of the service being requested and launches the appropriate server. The primary reason for the design is to avoid having to start and run a large number of low-volume servers. Additionally, xinetd’s ability to launch services on demand means that only the needed number of servers is run.
| | |
| |
|
| | read more | mail this link | score:6118 | -Ray, July 9, 2003 |
| |
|
More Sysadmin articles... |
- Build mod_fastcgi for Apache2 on OpenSUSE 12.2
- Virus Scanning PureFTPd with ClamAV on Debian 6
- Tutorial: Install Cherokee, PHP5, MySQL on Ubuntu 11.10
- Tutorial: ufw, Gufw on Linux Deepin 11.12.1
- Tutorial: Multiserver Setup with dedicated Web, Email, DNS MySQL Database Servers on Debian 6 with ISPConfig 3
- Virtual users on Postfix, Courier, MySQL, SquirrelMail (Ubuntu 11.04)
- Set up software RAID1 on a running Debian system
- Tutorial: Enable Compiz Fusion on Ubuntu 9.04 (NVIDIA GeForce FX 5200)
- Virtual domains, users, with Postfix, MySQL, Courier, SquirrelMail on CentOS 5.3
- Tutorial: Setup Linux iSCSI SAN
| |
|
|