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

Yarn Installation on Debian Linux

YARN package manager is a tool for managing yarn. The acronym stands for “Yet Another Resource Negotiator”, and that is what the package manager does: it negotiates with other packages to determine which will consume resources and when without user intervention. The design of this system was inspired by Node’s npm and Python’s pip, but ... Read more

How to Install Mono on Debian Linux

Mono Framework is an open-source software framework that can be used to create all kinds of Server and Desktop applications, incl. games. Mono Framework is dependency-free (No C++ compiler required) and compatible with Windows, Linux, Mac OS X and FreeBSD. Mono Framework started as a fork of Microsoft’s .Net Framework v1.0 but now has become ... Read more