FreeRadius Logo

How to Install FreeRadius on Linux / OpenBSD / FreeBSD

This brief post shows you how to install FreeRadius on Linux / OpenBSD / FreeBSD with MySQL or MariaDB as the database. The Linux distributions which we will cover including CentOS and Ubuntu.

FreeRadius is an open-source, free, fast, feature-rich, modular, and scalable Radius server. According to its official web site, many Fortune-500 companies and tier 1 ISPs are using FreeRadius as their AAA solution.

How to install Microsoft Windows Fonts on OpenBSD

You may need more fonts as Microsoft Windows has. If you use OpenBSD as your main desktop as a daily work OS rather than using Windows or Linux, you will need more fonts to make your desktop good looking with Windows Fonts. You can easily install the Microsoft Windows fonts on OpenBSD by following this tutorial.

How to install PostgreSQL on FreeBSD/PCBSD

In this tutorial I want to share to you on how to install PostgreSQL v8.4.3 on FreeBSD/PC-BSD. This tutorial should be applicable on other BSD families (NetBSD, OpenBSD) and Linux distros (Slackware, Centos, Ubuntu, Redhat, Debian, etc) because we will install PostgreSQL from source distribution file.

PC-BSD 8.0 Screenshots

PC-BSD 8.0 (Hubble Edition) that announced at 22 February last month is the latest release of PC-BSD. It's been built based-on FreeBSD 8.0. Many improvements and enhancements have been added to it such as brand new System Installer,  KDE 4.3.5 Desktop System, support for 3D acceleration with NVIDIA drivers on amd64 and more.

How to install OpenBSD packages directly from an FTP server

You want to install OpenBSD additional packages such as bash, pico, mozilla-firefox and others directly from an ftp server meaning that you do not need to download the packages first and save to your hard disk. In other word, installing the packages on the fly.

It is very easy to do this. We will do this using ‘pkg_add’ tool. One thing you need to know is ‘pkg_add’ will try to search the packages name in the working directory where you type the pkg_add command and also search the dependency of packages that you want to install. If it could not be found, error messages will be prompted.