Articles by Arvid L
-
How to Setup MariaDB Master-Master Replication on Debian 11
Author: Arvid L • Tags: debian, linux • Comments: 1This tutorial will go over how to set up MariaDB Master-Master Replication on Debian 11 Servers. Additionally, we will go over how to synchronize time using Chrony between MariaDB servers.
-
How to Setup FTP Server with vSFTPd and TLS on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 2vSFTPd or Very Secure FTP Daemon is free and open-source FTP Server software. In this tutorial, I will show you how to set up an FTP server with VSFTPD (Very Secure FTP Daemon) on the Ubuntu 22.04 server. This post includes how to secure the vSFTPd with TLS/SSL certificates.
-
How to Install OpenLDAP on Ubuntu 22.04
Author: Arvid L • Tags: linux, security, server, ubuntu • Comments: 8OpenLDAP is a software implementation of the Lightweight Directory Access Protocol (LDAP). This guide will teach you how to set up LDAP Server with OpenLDAP and LDAP Account Manager on the Ubuntu 22.04 server. This guide also will teach how to set up LDAP users and how to set up an LDAP Account Manager for managing the OpenLDAP server.
-
-
How to Setup DNS Server with BIND on Ubuntu 22.04
Author: Arvid L • Tags: dns, linux, server, ubuntu • Comments: 2BIND or Berkeley Internet Name Domain is free and open-source DNS Server software. It's one of the most popular DNS server software used by more than 70% of DNS on the Internet. This guide will teach you how to install DNS Server with BIND on Ubuntu 22.04 server. This tutorial will show you how to set up Master-Slave BIND DNS server installation using two Ubuntu servers.
-
How to Install NFS Server and Client on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 2NFS or Network File System is a protocol that allows local users to access remote data from multiple disks and directories in the same way as local access. In this tutorial, you will learn how to install the NFS Server and Client on the Ubuntu 22.04 Server. You will also learn how to mount the NFS shared directory automatically at system boot on the client machine.
-
How to Install Flask with Nginx and Gunicorn on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, ubuntu, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this post, we will show you how to install and configure the Python Flask Web Framework with Gunicorn and Nginx on the Ubuntu 22.04 system.
-
How to Install MediaWiki on Ubuntu 22.04
Author: Arvid L • Tags: apache, linux, ubuntu • Comments: 0MediaWiki is a free and open-source wiki software that powers the biggest wiki sites on the internet such as Wikipedia and Wikimedia. It's extremely powerful, scalable, and extensible wiki software that offers feature-rich wiki implementations.
-
How to Install phpMyAdmin on Ubuntu 22.04
Author: Arvid L • Tags: linux, server, ubuntu • Comments: 0phpMyAdmin is a free and open-source tool for managing and administering MySQL servers. It can be used to manage even multiple MySQL servers in different locations. In this tutorial, we will show you how to install and configure the phpMyAdmin on the latest Ubuntu 22.04 server. This tutorial also covers some additional configurations for securing the phpMyAdmin installation.
-
How to Install Gitea using Docker on Ubuntu 22.04
Author: Arvid L • Tags: linux, nginx, server, ubuntu • Comments: 0Gitea is a free and open-source self-hosted Git service like GitHub, BitBuacket, and GitLab. In this tutorial, you will learn how to install and configure the self-hosted Git server named Gitea with Docker on the latest Ubuntu 22.04 server. This also covers the installation and configuration of the Nginx web server as a reverse proxy for the Gitea container service.
-
How to Install Laravel PHP Framework with Apache 2 on Ubuntu 22.04
Author: Arvid L • Tags: linux, php, ubuntu, web server • Comments: 3Laravel is a web application framework based on PHP for building enterprise web applications. In this tutorial, you will learn how to install the Laravel on the latest Ubuntu 22.04 LTS. This will also include how to set up the LAMP Stack for the Laravel development.