• How to Setup and Manage Symlinks on Ubuntu Linux

    How to Setup and Manage Symlinks on Ubuntu Linux

    This tutorial explains how to create and manage symlinks on Ubuntu Linux systems. Symlinks are file references, which let developers avoid file restructuring. The tutorial demonstrates the use of the ‘ln’ command to create a symlink and the ‘symlinks -v’ command to find symlinks in a directory.

  • How to Install GuppY CMS with Apache on Ubuntu Linux

    How to Install GuppY CMS with Apache on Ubuntu Linux

    GuppY is a PHP-based, flat-file content management system (CMS) that provides a simple website-building solution without any HTML knowledge or database requirement. It supports the addition of plugins, widgets, one-directory backups, and livewebsite edits. This tutorial provides step-by-step instructions on installing GuppY CMS on Ubuntu 16.04 and 18.04 LTS, including the setup of an Apache2…

  • How to Find your IP Address in Ubuntu Linux

    How to Find your IP Address in Ubuntu Linux

    The tutorial instructs students and new users on how to find their Ubuntu system’s IP address, essential for understanding how their computer is connected to the network. It explains the difference between public and private IPs, and IPv4 and IPv6 addresses, and provides commands to execute in Ubuntu to display either their private or public…

  • How to Disable WordPress Comments Notifications

    How to Disable WordPress Comments Notifications

    The post instructs on disabling WordPress comment notifications, a feature initially designed to promote user engagement but can sometimes overwhelm site administrators. The guide is particularly useful for new users and site admins facing issues with spam. The process involves navigating to settings, unchecking the relevant boxes on the discussion page, and saving changes. Although…

  • How to Setup Kanban Platform with Nginx on Ubuntu Linux

    How to Setup Kanban Platform with Nginx on Ubuntu Linux

    Kanboard is an open-source, self-hosted project management tool operating on the LAMP / LEMP stack and based on the Kanban methodology. The platform is highly accessible and features an adaptable user and admin dashboard useful in personal or business settings. This tutorial gives instructions on installing Kanboard with support from Nginx, MariaDB, and PHP 7.2…

  • How to Allow Users to Edit or Delete their WordPress Comments

    How to Allow Users to Edit or Delete their WordPress Comments

    The Simple Comment Editing plugin allows anonymous users to edit or delete their WordPress comments for a brief period. It is useful for blogs with a high number of comments, enabling users to correct mistakes post-publication. Installing and using the plugin is straightforward, offering a variety of features like setting a comment timer, enabling unlimited…

  • How to Install Kanban with Apache on Ubuntu Linux

    How to Install Kanban with Apache on Ubuntu Linux

    Kanboard is an open-source, self-hosted project management platform using LAMP / LEMP stack and the Kanban methodology. It offers a powerful user and admin interface for managing projects personally or within a company. This guide provides step-by-step instructions on how to install Kanboard on Ubuntu 16.04 and 18.04 LTS, including setting up Apache2 HTTP Server,…

  • How to Setup phpwcms with Nginx on Ubuntu Linux

    How to Setup phpwcms with Nginx on Ubuntu Linux

    The text provides a comprehensive guide to install phpwcms, a PHP and MySQL-based content management system (CMS), on Ubuntu 16.04 and 18.04. It includes instructions on setting up the necessary components such as the Nginx HTTP server, the MariaDB database server, and PHP 7.2-FPM. The guide concludes with configuring the Nginx site configuration file, enabling…

  • How to Setup Attendize Platform with Nginx on Ubuntu Linux

    How to Setup Attendize Platform with Nginx on Ubuntu Linux

    Attendize is an open-source ticket management platform for events, offering features like beautiful mobile-friendly event pages, attendee management, data export, customizable event pages, and multiple currency support. This tutorial provides a step-by-step guide for installing Attendize using Nginx, MariaDB, and PHP 7.2 support on Ubuntu 16.04 and 18.04 LTS. After configuration, it allows users to…

  • How to Install phpwcms with Apache on Ubuntu Linux

    How to Install phpwcms with Apache on Ubuntu Linux

    The content pertains to phpwcms, a free-to-use, flexible content management system created for easy website and blog creation. The instructions provide a step-by-step guide on how to install phpwcms on Ubuntu 16.04 or 18.04 LTS. The process involves setting up Apache2 HTTP Server, MariaDB Database Server, PHP 7.2, and configuring database and server settings.