Is using Xinetd on Linux deprecated?

Using xinetd (Extended Internet Service Daemon) on Linux is not deprecated, but its usage and relevance have evolved over time. Xinetd is an open-source super-server daemon that runs on many Unix-like systems, managing Internet-based connectivity. It is a more secure and feature-rich alternative to the older inetd ("Internet daemon"), which has been deprecated by most ... Read more

How to set PassivePortRange and PassiveIP in pure-ftpd on Debian and Ubuntu Linux

If you run a firewall on your Linux server and want to use passive FTP connections, you have to define the passive port range in pure-ftpd and your firewall to ensure that the connections don't get blocked. The following example is for pure-ftpd on Debian or Ubuntu Linux and ISPConfig 3. Set Passive Port Range ... Read more