HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing.

Supporting tens of thousands of connections is clearly realistic with todays hardware. Its mode of operation makes its integration into existing architectures very easy and riskless, while still offering the possibility not to expose fragile web servers to the Net.

(Keep reading…)

In this how-to I’ll guide you how to install postfix with mysql & dovecot and I’ll also introduce a new tool named (PostfixMailAdmin) for managing postfix mysql users.

We all knows Postfix is fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different.

(Keep reading…)

Squid is a popular web caching proxy server. There is a lot of variety in it. It is primarily designed to run on Linux / Unix-like systems but it can also run on Windows. Squid is supporting FTP, gopher, and HTTP data objects. Squid handles all requests in a single, non-blocking, I/O-driven process.

(Keep reading…)

In this howto I am going to explain the steps involved in the configuration of SSL based FTP Server, which will enable users to securely access the FTP service through SSL.

(Keep reading…)

IPsec is a protocol which sits on top of the Internet Protocol (IP) layer. IPsec allows communication between hosts in a secure manner. The FreeBSD IPsec based on the KAME implementation.

I’ll use FreeBSD 7.2 for this howto, before we start to configure IPsec we need to compile IPSEC module into FreeBSD kernel if you don’t know to recompile FreeBSD kernel then please follow this document. To enable IPsec support into your kernel, add the following options in kernel configuration file:

(Keep reading…)

MySQL Server FreeBSD
FreeBSD, Tutorial & How-to Articles

Installing MySQL on FreeBSD

By: TechBabu on October 13th, 2009
3

In This article I’ll describes how to install very famous and popular relational database, especially using as a back-end database for most web servers.

This article will not teach you how to use SQL. Our consideration go trough only for Installation.

(Keep reading…)

In this howto We will learn how to configure FreeBSD as a Router using PF (Packet Filter).

PF (Packet Filter, know as pf) is a BSD licensed statefull firewall. It is comparable to linux iptables, ipfw and ipfilter. PF is developed by OpenBSD, but has been ported to many other operating system like FreeBSD.

(Keep reading…)

FreeBSD known as one of the most rock solid reliable and perfect operating systems, I personally lover of FreeBSD OS, so I want to publish a very nice howto about dns (Bind).

In this tutorial I’ll describe to you that how to set up secure FreeBSD based master/slave DNS server. You can use this tutorial on both 64-bit and 32-bit platforms.

(Keep reading…)

FreeBSD
FreeBSD, Tutorial & How-to Articles

FreeBSD Tips & Tutorials Howtos

By: TechBabu on September 7th, 2009
no tags
0

FreeBSD comes with many different utilities, which can be use to gathered the information as per our requirements like

uname we use this command to print system information including kernel information

dmesg this command print out the kernel ring buffer information.

sysctl finally this command is use to configure kernel run time parameters as well as to read hardware information.

Following all commands you need to gather FreeBSD hardware information.

(Keep reading…)