Linux Tutorials on the topic “fedora”
-
How to Install Vanilla Forum on Fedora 29
Author: Blago Eres • Tags: fedora, linux, nginx, web server • Comments: 0Vanilla is a free, open source discussion forum written in PHP. In this tutorial, we will go through the Vanilla Forum installation and setup on Fedora 29 system by using Nginx as a web server, MySQL as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
Configure Postfix to use Gmail as a Mail Relay
Author: Neil Golden • Tags: centos, debian, email, fedora, freebsd, linux, opensuse, server, suse, ubuntu • Comments: 62If 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.
-
How to Install NodeJS based Wiki.js on Fedora 29
Author: Blago Eres • Tags: fedora, linux • Comments: 0Wiki.js is an open source, modern and powerful wiki app based on Node.js, Git, and Markdown. Wiki.js runs on the blazingly fast Node.js engine and is optimized to conserve CPU resources.
-
-
How to Install Pagekit CMS with Nginx on Fedora 29
Author: Blago Eres • Tags: fedora, linux, nginx, web server • Comments: 0Pagekit is modern, intuitive, modular, and flexible open source (MIT license) CMS built with Symfony components and Vue.js. It gives you the tools to create beautiful websites.
-
How to Install Anchor CMS on Fedora 29
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 0Anchor is a lightweight open source blog CMS written in PHP. Anchor's source code is hosted on GitHub. In this tutorial, we will install the Anchor CMS using PHP, Nginx, MariaDB and Composer on the Fedora 29 system.
-
How to Install Bolt CMS on Fedora 29
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 0Bolt is a sophisticated, lightweight and simple CMS. In this tutorial, we will go through the Bolt CMS installation on Fedora 29 system by using Nginx as a web server, MariaDB as a database server, and optionally you can secure transport layer by using acme.sh client and Let's Encrypt certificate authority to add SSL support.
-
How to Install Matomo Web Analytics on Fedora 29
Author: Blago Eres • Tags: fedora, linux, 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 web server. It tracks online visits to one or more websites and displays reports on these visits for analysis.
-
How to Install NodeBB Forum on Fedora 29
Author: Blago Eres • Tags: fedora, linux, web server • Comments: 3NodeBB is a Node.js based forum software built for the modern web. In this guide, we will walk you through the step-by-step NodeBB installation process on the Fedora 29 operating system by using Nginx as a reverse proxy, MongoDB as the database and acme.sh and Let's Encrypt for HTTPS.
-
How to Compile Brotli Compression Tool from Source on Fedora 29
Author: Blago Eres • Tags: fedora, linux, shell • Comments: 0Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding, and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods.
-
How to Build Nginx from source on Fedora 29
Author: Blago Eres • Tags: fedora, linux, nginx, web server • Comments: 0In this tutorial, we will build Nginx with all available modules in the open source version of Nginx and we will use mainline version which is at 1.15.8 at the time of this writing. Update version numbers when newer versions become available.