HTForge

  1. phpMyAdmin Installation on Ubuntu 24.04
    phpMyAdmin is a free and open-source tool for managing and administering MySQL servers. It allows you to manage MySQL data from a web browser, and you can manage databases, tables, columns, indexes, r …
  2. Build a Monitoring System with Grafana and Prometheus on Debian 12
    Grafana is an open-source and multi-platform data visualization platform developed by Grafana Labs. In this guide, you will install Grafana on the Debian 12 server with Nginx as a reverse proxy, then …
  3. How to Install Laravel PHP Framework on Ubuntu 24.04
    Laravel is a web application framework based on PHP that is used to build enterprise web applications. It’s a free and open web framework that follows model-view-controller (MVC) architecture and is b …
  4. How to Install LAMP Stack (Linux, Apache, MariaDB and PHP) on Ubuntu 24.04
    The LAMP Stack (Linux, Apache, MySQL/MariaDB, and PHP) is a bundle of open-source technologies for building websites and web applications. In this guide, you will learn how to install LAMP Stack (Linu …
  5. How to Install Flarum Next Generation Forum on Ubuntu 24.04
    Flarum is free and open-source forum software in PHP, JavaScript, and TypeScript. In this tutorial, we’ll show you how to install Flarum on Ubuntu 24.04. You will install Flarum with the LAMP Stack (L …
  6. How to Install LEMP Stack (Linux, Nginx, PHP and MariaDB) on Ubuntu 24.04
    The LEMP Stack (Linux, Nginx, MySQL/MariaDB, and PHP) is a group of free and open-source software applications for hosting and developing PHP web applications. This guide will show you how to install …
  7. How to Install Wiki.js with Apache2 Reverse Proxy on Ubuntu 22.04
    Wiki.js is free and open-source wiki software based on Node.js, Git, and Markdown. In this guide, you will install and configure Wiki.js on an Ubuntu 22.04 server, using PostgreSQL as the default data …
  8. How to Install Sails.js Framework on Ubuntu 22.04
    Sails is a real-time MVC framework for building production-ready enterprise Node.js applications. This post will show you how to install Sails.js with Apache as a reverse proxy on Ubuntu 22.04.
  9. How to Install and Configure Memcached on Ubuntu 22.04
    Memcached is a free and open-source memory object caching system that speeds up dynamic web applications by caching data in memory. This tutorial will show you how to install Memcached on an Ubuntu 22 …
  10. How to Install Laravel PHP Framework with Nginx on Ubuntu 22.04
    Laravel is an open-source PHP web framework based on Symfony. It follows the model–view–controller architectural pattern. This tutorial will show you how to install Laravel PHP Framework with an Nginx …