• How to Setup FluxBB with Nginx on Ubuntu Linux

    How to Setup FluxBB with Nginx on Ubuntu Linux

    FluxBB is a free, open-source bulletin board software based on phpBB. It allows users to set up community bulletin boards quickly and is designed as a lighter, faster alternative to feature-heavy forum applications. The software is highly customizable with features like a phpBB bulletin board, CMS features, a clean administration interface, a photo gallery, downloads,…

  • How to Allow Remote Access to MariaDB in Ubuntu Linux

    How to Allow Remote Access to MariaDB in Ubuntu Linux

    The tutorial explains how to setup remote access connections to MariaDB database servers on Ubuntu 18.04 systems. It involves installing MariaDB, enabling the service to always start up when the server boots, and configuring the server to allow remote access. The article also provides the necessary commands for enabling this on the Ubuntu Firewall. Care…

  • How to Install FluxBB with Apache on Ubuntu Linux

    How to Install FluxBB with Apache on Ubuntu Linux

    This tutorial instructs how to install and configure FluxBB, a free, open-source, flat-forum bulletin board software, on Ubuntu. It gives detailed installation instructions for Apache2, MySQL, and PHP support. The tutorial also covers FluxBB’s features including the bulletin board, CMS capabilities, easy administrative interface, and its language and customization options. It concludes with setting up…

  • How to Setup Icy Phoenix with Nginx on Ubuntu Linux

    How to Setup Icy Phoenix with Nginx on Ubuntu Linux

    Icy Phoenix is an open-source bulletin board software built on phpBB for creating community boards. The post walks through the installation process on Ubuntu 18.04: first setting up the Nginx webserver, then the MySQL database server, and finally installing PHP 7.2-FPM and related modules. It also guides on creating the Icy Phoenix database, downloading the…

  • How to Install Icy Phoenix with Apache on Ubuntu Linux

    How to Install Icy Phoenix with Apache on Ubuntu Linux

    Icy Phoenix is an open-source bulletin board software. Based on phpBB, it supports Apache2, MySQL, and PHP, allowing individuals and web admins to set up community boards quickly. Icy Phoenix offers features, such as a CMS, photo gallery, chat function and a multi-language ready interface. This tutorial guides users on installing and using Icy Phoenix…

  • How to list User Groups on Ubuntu Linux with examples

    How to list User Groups on Ubuntu Linux with examples

    This tutorial provides guidance on how to list groups on Ubuntu 18.04 | 16.04 Linux systems. Ubuntu, an open-source Linux system, includes primary and secondary groups that users can join. The primary group is automatically created when a user account is established, while secondary groups enable additional access to resources. The tutorial demonstrates how to…

  • A brief Introduction to the vi Text Editor on Ubuntu Linux

    A brief Introduction to the vi Text Editor on Ubuntu Linux

    The tutorial introduces new users and students to the vi editor in Ubuntu Linux OS. Vi, a 43-year-old text editor, is widely used by Linux administrators, with more users opting for its improved version, Vim. Invoking vi to create or edit files is straightforward, and the editor operates in two modes: Command and Insert. The…

  • A quick Introduction of Linux Filesystem

    A quick Introduction of Linux Filesystem

    This tutorial introduces Linux filesystems to new users and compares it to Windows. Both operating systems use a hierarchical filesystem layout starting from a “root” directory, with the Linux root directory designated as / and the Windows root directory as C:\. Linux keeps applications in the /usr directory and user profiles in the /home directory,…

  • How to use the chgrp command in Ubuntu Linux with examples

    How to use the chgrp command in Ubuntu Linux with examples

    The article provides a tutorial on using the chgrp command in a Linux system, particularly the Ubuntu OS, to change group ownership of files and folders. Further, it highlights the use of different chgrp options such as -c, –changes or -R, –recursive. Examples demonstrate how to apply these commands in real scenarios.

  • How to Install MarketplaceKit with Nginx on Ubuntu Linux

    How to Install MarketplaceKit with Nginx on Ubuntu Linux

    The post provides a comprehensive guide on how to install the MarketplaceKit eCommerce platform on Ubuntu with a Nginx HTTP server. MarketplaceKit, built on Laravel Framework, allows users to establish various online marketplaces to sell products, make bookings, and rent spaces. The text details the steps to install Nginx HTTP Server, MySQL Database Server, and…