Linux Harbour

Open Source Technology Media

Month: October 2016

Linux

Install Jailkit on Ubuntu

If you would like to chroot ssh user, you may installed Jailkit. It is not available on Ubuntu software repos but you can compile & build it in your own. Before we build jailkit, we install the required software building…

Linux

Install Fail2ban on Ubuntu

On internet, sometimes some unknown bots / hackers are trying to login any email / FTP servers available on Internet. Some failure login attempts are found on related log files. We can install and use fail2ban to scan these log…

Linux

Installing Mailman on Ubuntu

Mailman is a famous mailing list system for various open source projects for many years. To install mailman on Ubuntu 16.04, we did the following steps. We install mailman with apt-get. $ apt-get install mailman And it is a must…