Linux Tutorials on the topic “freebsd”
-
How to Setup Jail with Iocage on FreeBSD
Author: Muhammad Arul • Tags: freebsd, linux, server, shell • Comments: 0 • Published: Apr 27, 2024Iocage is a FreeBSD jail manager written in python. It's simple and comes with an ease command syntax. The Iocage jail manager is dedicated for ZFS dataset inside jails and allows you to create jail based on the 'VNET' virtual networking stacks and/or the 'Shared IP' based jail. Withing the Iocage, you can create the jail template, base jail, and normal jail.
-
How to install ProFTPd FTP Server on FreeBSD
Author: Muhammad Arul • Tags: freebsd, ftp, server • Comments: 0 • Published: Apr 27, 2024This tutorial will show you how to set up the FTP Server on FreeBSD using the ProFTPd server application. We will install the ProFTPd server, set up and secure the deployment with SSL/TLS security, and set up the FTP user.
-
How to Install DokuWiki with Nginx and Let's Encrypt SSL on FreeBSD 12
Author: Blago Eres • Tags: freebsd, web server • Comments: 0 • Published: Jan 11, 2024DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. This tutorial will show you how to install DokuWiki on FreeBSD 12 server.
-
-
Install Apache2, MariaDB and PHP (FAMP stack) on FreeBSD
Author: Muhammad Arul • Tags: freebsd • Comments: 0A FAMP stack (FreeBSD, Apache, MySQL/MariaDB, PHP) is a group of applications that can host dynamic websites and web applications, especially PHP-based applications. This tutorial will show you how to install and configure basic FAMP Stack using the new version, FreeBSD 12.0.
-
FreeBSD Quota Tutorial
Author: Falko Timme • Tags: freebsd • Comments: 3This tutorial shows you how to enable hard disk quota on a FreeBSD system.
-
How to Install PostgreSQL on FreeBSD 12
Author: Muhammad Arul • Tags: freebsd, server • Comments: 3In this tutorial, we will show you how to install and configure a PostgreSQL database server on FreeBSD. We will install the latest version of PostgreSQL 11 on the FreeBSD 12.0 system.
-
How to Install Attendize on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1Attendize is an Open-source ticket selling and event management platform and is everything you need for a successful event. This tutorial will show you how to install Attendize on FreeBSD 12.
-
How to Install InvoicePlane with Nginx on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, php, web server • Comments: 1InvoicePlane is a free and open-source invoicing application. This tutorial will show you how to install InvoicePlane on a FreeBSD 12 system.
-
How to Install FAMP Stack (Apache / MySQL / PHP) on FreeBSD 12
Author: Blago Eres • Tags: apache, freebsd, mysql, php, web server • Comments: 7The FAMP stack, which is akin to a LAMP stack on Linux, is a collection of open-source software that is typically installed together to enable a FreeBSD server to host dynamic websites and web applications. FAMP is an acronym that stands for FreeBSD (operating system), Apache (HTTP server), MySQL/MariaDB (database server), and PHP (programming language to process dynamic PHP content).
-
How to Install Shopware with NGINX and Let's Encrypt on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1This tutorial will walk you through the Shopware Community Edition (CE) installation on FreeBSD 12 system by using NGINX as a web server.