Configure OpenLDAP Client on Debian 9 Stretch
This articles describes how to configure OpenLDAP client on Debian 9 Stretch. You can check our previous article on how to install and configure OpenLDAP Server on Debian 9 Stretch.
Install and Configure OpenLDAP Client on Debian 9 Stretch
Install the required packages.
apt -y install libnss-ldap libpam-ldap ldap-utils
Configure OpenLDAP client on Debian 9 Stretch
During the installation process, you will receive different...
Install and Configure OpenLDAP Server on Debian 9 Stretch
In this guide, we are going to learn how to install and configure OpenLDAP server on Debian 9 Stretch. OpenLDAP is an opensource implementation of Lightweight Directory Access Protocol, a non-relational database for accessing data. It commonly serves as an authentication backend for various services or an address book e.g for email clients.
Install and configure OpenLDAP Server on Debian...
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...
Install and Setup OpenVPN Server on Fedora 29/CentOS 7
In this guide, we are going to learn how to Install and Setup OpenVPN Server on Fedora 29/CentOS 7.
OpenVPN is an open-source VPN software that enables us to create an SSL-based VPN tunnel. Imagine you would like to connect to your co-oporate intranet from a remote location. Well worry not because if you have VPN server setup, this can...
How to Install phpMyAdmin on FreeBSD 12
This guides presents a simple way of how to Install phpMyAdmin on FreeBSD 12. phpMyAdmin is a free and opensource tool written in PHP for managing MySQL and MariaDB tasks such as creating, altering, dropping, deleting database tables or running any other database management commands over the web interface.
phpMyAdmin comes bundled with a handful features which you can check...
Install Apache, MySQL, PHP (FAMP) Stack on FreeBSD 12
Welcome to our tutorial on how to install Apache, MySQL, PHP (FAMP) Stack on FreeBSD 12. FAMP Stack is an acronym for FreeBSD, the Operating System, Apache the web server, MySQL the database server and PHP the server side scripting language.
In our previous tutorials, we have described installing LAMP Stack on Linux systems. You can check them on the...
How to Install FreeBSD 12 on VirtualBox
Hello there, welcome to our guide on how to install FreeBSD 12 on VirtualBox. FreeBSD can run well in a VirtualBox. So if you are looking at creating virtual labs to play around with FreeBSD 12, fireup your VirtualBox and step through the following procedure to get the FreeBSD 12 up and running on VirtualBox.
Install FreeBSD 12 on VirtualBox
Download...
Setup Squid Proxy Authentication on Ubuntu 18.04/Fedora 29/28/CentOS 7
Welcome to our guide on how to setup Squid Proxy Authentication on Ubuntu 18.04/Fedora 29/28/CentOS 7 with username and password.
You may also want to check our previous article on how to install and configure Squid Proxy on Fedora 29/Fedora 28/CentOS 7.
Setup Squid Proxy Authentication on Ubuntu 18.04/Fedora 29/28/CentOS 7
In order to setup Squid proxy authentication on Ubuntu 18.04/Fedora 29/28/CentOS...