HowtoForge provides user-friendly Linux tutorials.
-
How to Install FreeBSD 12.0 with ZFS Filesystem
Author: Muhammad Arul • Tags: freebsd, server • Comments: 0In this tutorial, we will show you how to install the latest version of FreeBSD 12.0 on ZFS. We will use the BSDinstall, which automatically uses the entire disk for the FreeBSD system.
-
How to Install OpenVPN Server and Client on FreeBSD 12.0
Author: Muhammad Arul • Tags: security • Comments: 0OpenVPN is an open-source application that allows you to create a secure private network over the public internet.
-
How to Install Seafile Server with Nginx and Letsencrypt on FreeBSD 12.0
Author: Muhammad Arul • Tags: freebsd • Comments: 0
Seafile is an open-source file-hosting and cloud storage system with advanced functions like syncing from multiple platforms (cross-platform system), privacy protection with built-in file encryption, and support for Two-Factor Authentication (TFA), version control, file locking, online editing, and many more. Seafile is written in Python programming language and provides similar features like Dropbox, mega.co.nz, and others.
-
-
How to Setup IPFW Firewall on FreeBSD
Author: Muhammad Arul • Tags: • Comments: 0
The IPFIREWALL (IPFW) is a FreeBSD-sponsored firewall application. It is a stateful firewall written for the FreeBSD system and supports both IPv4 and IPv6. The IPFW is included in the basic FreeBSD installation; you just need to load the module through the '/etc/rc.conf' file to enable it.
-
How to Setup pf Firewall and Fail2ban on FreeBSD 12.0
Author: Muhammad Arul • Tags: freebsd • Comments: 0
PF (Packet Filter) is a BSD-licensed stateful packet filter. It was developed for OpenBSD and has been ported to many BSD operating systems, including FreeBSD. The pf firewall filters TCP/IP traffic, can perform NAT (Network Address Translation), and provides bandwidth control and packet prioritization.
-
How to install and configure OpenVPN Server on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, security • Comments: 21OpenVPN is open-source software that can be used to access the internet securely when connected to an untrusted network. In this tutorial, we will explain how to setup OpenVPN server on Debian 10 server.
-
How to Install Vanilla Forum with Nginx and Let's Encrypt on FreeBSD 12
Author: Blago Eres • Tags: freebsd, nginx, web server • Comments: 1Vanilla is a free, open-source discussion forum written in PHP. In this tutorial, I will show you how to install Vanilla Forum on FreeBSD 12 by using Nginx as the web server, MariaDB as the database server, and optionally you can secure the transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Install FreeIPA Server on CentOS 7
Author: Muhammad Arul • Tags: centos, linux, security • Comments: 0FreeIPA is a free and open-source Identity, Policy, and Audit (IPA) suite sponsored by RedHat. It's an IPA solution combination of Linux (Fedora), 389 Directory Server, MIT Kerberos, NTP, DNS Bind, Dogtag, Apache web server, and Python.
-
How to Install Hugo Site Generator On Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, server, ubuntu, web server • Comments: 0Hugo is a free and open-source framework written in Go language that can be used to create websites with ease. It is simple, fast and secure static site generator, you don't need any database to run it.
-
How to Install PostgreSQL and pgAdmin4 on CentOS 7
Author: Muhammad Arul • Tags: linux, server • Comments: 0
PostgreSQL or Postgres is a powerful high-performance object-relational database management system (ORDBMS) released under a flexible BSD-style license. PostgreSQL is well suited for large databases and has many advanced features.