Linux Tutorials on the topic “freebsd”
-
How to Install Bolt CMS with Nginx and Let's Encrypt on FreeBSD 12
Author: Blago Eres • Tags: freebsd, web server • Comments: 0Bolt is a sophisticated, lightweight and simple CMS built with PHP. This tutorial shows the installation of Bolt CMS in FreeBSD 12 with Nginx web server, MySQL database server and Let's Encrypt SSL certificate.
-
How to Install Matomo Web Analytics with Nginx on FreeBSD 12.0
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 0Matomo (formerly Piwik) is a free and open-source web analytics application developed by a team of international developers, that runs on a PHP/MySQL webserver. This tutorial will show you how to install Matomo on a FreeBSD 12.0 system using Nginx as the webserver and we will secure the website with a Let's Encrypt SSL certificate.
-
Configure Postfix to use Gmail as a Mail Relay
Author: Neil Golden • Tags: centos, debian, email, fedora, freebsd, linux, opensuse, server, suse, ubuntu • Comments: 63If you have a Gmail account, you can configure your MTA to relay outgoing mail through Gmail. This gives you the benefit of Gmail's reliability and robust infrastructure, and provides you with a simple means of sending email from the command line. In this tutorial, we will use Postfix as our MTA. Postfix is a free, open-source, actively maintained, and highly secure mail transfer agent.
-
-
Install Nginx, MariaDB and PHP (FEMP stack) on FreeBSD 11
Author: Matt Vas • Tags: freebsd, mysql, nginx, php • Comments: 0
In this tutorial, I will describe the process of installing and configuring the FEMP stack on FreeBSD 11.x. FEMP software stack is an acronym for FreeBSD - Nginx - MySQL (or MariaDB) and PHP.
-
Deploy WordPress on top of FAMP in FreeBSD 11.1
Author: Matt Vas • Tags: apache, freebsd, mysql, php • Comments: 5
This guide will show how to install and configure the most popular open source CMS used on the internet, Wordpress, on top of FAMP in FreeBSD 11.x latest release. FAMP is an acronym which describes the following software bundle: FreeBSD 11.1 Unix-like operating system, Apache HTTP server, one of the most popular open-source web server on the internet, MariaDB RDBMS (relational database management system), which is a fork of MySQL database engine, and PHP programming server-side language.
-
How to Install PostgreSQL and pgAdmin on FreeBSD 11
Author: Liptan Biswas • Tags: freebsd • Comments: 4
PostgreSQL or in short Postgres, is an open source Object-Relational Database Management System (ORDBMS). In this tutorial, we will learn how to install PostgreSQL and pgAdmin on FreeBSD 11.
-
How to Install MySQL Server with phpMyAdmin on FreeBSD 11
Author: Liptan Biswas • Tags: apache, freebsd, mysql • Comments: 7
In this tutorial, we will install MySQL with phpMyAdmin along with Apache web server with PHP 5.6. MySQL is a free and open source relational management system. It stores data in tabular format. It is the most popular way of storing the data into the database. phpMyAdmin is also a free and open source application used to administrate a MySQL server instance through a rich graphical user interface.
-
OpenSSH Security Best Practices
Author: Muhammad Arul • Tags: arch linux, centos, debian, freebsd, opensuse, security, server, shell, suse, ubuntu • Comments: 9
SSH (Secure Shell) is a cryptographic network protocol for initiating text-based shell sessions on remote machines in a secure way. OpenSSH is a connectivity tool that most administrators rely on to work on their Linux and *BSD servers daily. This tutorial covers the best pratices to configure your SSH server securely.
-
Shell Scripting Part V: Functions in Bash
Author: jonilyn2730 • Tags: arch linux, debian, fedora, freebsd, linux, mandriva, opensuse, shell, suse, ubuntu • Comments: 8
Welcome to part 5 of HowToForge's shell scripting tutorial series. In this part, you will learn how to efficiently structure your scripts by creating functions. By the end of this tutorial, you will be able to know how to create functions in the Linux Bash Shell, pass parameters to your functions and return some values from a function to your main code.
-
The Perfect Database Server: Firebird 2.5.3 on FreeBSD 10
Author: mariuz • Tags: other, freebsd • Comments: 0
The Perfect Database Server: Firebird 2.5.3 on FreeBSD 10 Here is the guide on installing Firebird 2.5.3 from FreeBSD 10 Ports and creating your first test database; also we show you how to install Flamerobin GUI (administration tool) and the PHP driver for it. This was tested on fresh FreeBSD 10 on a kvm-linux virtual machine.