Install Nagios Core on FreeBSD 13
In this guide, we are going to learn how to install Nagios Core on FreeBSD 13. Nagios is an opensource tool that provides an enterprise-class central monitoring engine for IT monitoring, network monitoring, server and applications monitoring. It also provides a web interface for viewing current status, historical logs, and basic reports.
Install Nagios Core on FreeBSD 13
Nagios Core 4.4.6 is the...
Install Filebeat on FreeBSD
Follow through this guide to learn how to install Filebeat on FreeBSD.
Install Filebeat on FreeBSD
Filebeat is not available on the default FreeBSD repositories but can be installed from FreeBSD ports.
We use FreeBSD 13.0 in this setup;
freebsd-version
13.0-RELEASE
Install Ports Collection on FreeBSD
To use ports to install software in FreeBSD, you need to install portsnap. Portsnap is a fast and user-friendly tool...
Upgrade FreeBSD 12 to 13
With FreeBSD 13 having been released, it might be the right time to upgrade your FreeBSD 12 box to 13. Follow through this guide to learn how to upgrade FreeBSD 12 to 13.
You can read more about FreeBSD 13.0-RELEASE notes.
Before you can proceed, ensure that you backup all your data just in case something goes south with upgrades.
Upgrade FreeBSD...
Install PHP 7.4 on FreeBSD 12
In this guide, we are going to learn how to install PHP 7.4 on FreeBSD 12. PHP 7.4, which marks the fourth feature update to the PHP 7 series has just been released as of this writing. It comes with a lot improvements and new features as described on the PHP 7.4 new features page.
You can also check the...
How to Install Yarn on Debian 10 Buster
In this guide, we are going to learn about how to install Yarn on Debian 10 Buster. Yarn is a java script package manager that enables you to use and share your code with other developers quickly, securely, and reliably through a package which contains all the code being shared as well as a package.json file which describes the package.
Install Yarn...
Install MySQL 8 on FreeBSD 12
In this tutorial, we are going to learn how to install MySQL 8 on FreeBSD 12. MySQL 8 can be installed on FreeBSD 12 using Ports collection or using the MySQL generic Unix binaries. This guide focuses on using the FreeBSD 12 Ports collection.
Install MySQL 8 on FreeBSD 12
To compile an application/port using Ports Collection, you should first install...
Install or Uninstall Software from FreeBSD Ports Collection
In this guide, we are going to learn how to install or uninstall software from FreeBSD Ports Collection. Ports Collection is is a set of Makefiles, patches, and description files which are used to compile and install an individual application on FreeBSD. An application/software being compiled is called a port.
Install or Uninstall Software from FreeBSD Ports Collection
To install or uninstall...
Install phpMyAdmin with Nginx on FreeBSD 12
Hello there. Welcome once again to our tutorial on how to Install phpMyAdmin with Nginx on FreeBSD 12. In our previous guide, we learnt how to Install phpMyAdmin with Apache on FreeBSD 12.
Install phpMyAdmin with Nginx on FreeBSD 12
Prerequisites
Ensure that FEMB stack is up and running on your FreeBSD 12 server. You can kindly follow our previous link on...
Install Nginx, MySQL, PHP (FEMP) Stack on FreeBSD 12
In this tutorial, we are going to learn how to install Nginx, MySQL, PHP (FEMP) Stack on FreeBSD 12. Just like FAMP Stack, FEMB Stack is an acronym for FreeBSD, the Operating System, Engine-X (Nginx) the web server, MySQL the database server and PHP the server side scripting language.
You may also want to check our previous article on how...
Install and Configure OpenVPN Server FreeBSD 12
Welcome to our yet another guide on how install and configure OpenVPN server FreeBSD 12. We learnt how to install and setup OpenVPN Server on Fedora 29/CentOS 7 on our previous guide.
Install and Configure OpenVPN Server FreeBSD 12
To kick off with, you need to update your FreeBSD 12 package repository.
pkg update
Install OpenVPN and Easy-RSA packages
pkg install openvpn easy-rsa
Create a...