Powered by
WordPress
  • How to Remove Nginx from Ubuntu

    The tutorial guides on how to delete, purge or reinstall Nginx from Ubuntu 20.04/18.04 systems. The ‘apt remove’ command removes the Nginx software, retaining configuration files, while ‘apt purge’ deletes the software and all associated files. For reinstallation, ‘apt reinstall’ is used, which doesn’t alter or delete any configuration files.

  • How to Remove Apache from Ubuntu

    The tutorial guides on how to delete, purge, or reinstall the Apache web server from Ubuntu 20.04|18.04. Deletion using ‘apt remove’ keeps configuration files, while ‘apt purge’ removes the server along with all settings and configuration files. Reinstallation, however, uses ‘apt reinstall’ to delete and reinstall the Apache packages without affecting any configuration files.

  • How to Backup and Restore MariaDB on Ubuntu

    This tutorial guides users through the process of backing up and restoring MariaDB databases and data files on Ubuntu using Mariabackup. Mariabackup, an open-source tool introduced in MariaDB 10.1, does “hot online” backups of InnoDB tables and other files. The tutorial includes step-by-step instructions on installing Mariabackup, creating backups, and restoring data from these backups.

  • How to list Services on Ubuntu Linux

    This tutorial guides students and new users on how to list or show all services running or stopped on Ubuntu 20.04 | 18.04 LTS. The guide explains the use of the systemctl command-line utility, which manages systemd services on Linux systems. The tutorial also includes instruction for starting, stopping, enabling, disabling, and checking service status,…

  • Upgrade to PHP 8.0: A Step-by-Step Guide

    The tutorial guides users on how to upgrade their applications from PHP 7.4 or earlier versions to PHP 8.0. Prior to upgrading, users should ensure app compatibility and note currently installed PHP modules. The process of migration includes installing PHP 8.0 from external repositories, restarting PHP after installation, and configuring either Nginx or Apache servers…

  • Guide to Upgrade PHP 8.0 for WordPress on Ubuntu

    The tutorial guides on how to upgrade to PHP 8.0 with WordPress on Ubuntu 20.04 | 18.04, amidst WordPress’s caution against early adoption due to probable theme and plugin issues. Detailed steps are given for those running WordPress on Nginx and Apache2. PHP 8.0 pack installation requires adding a third-party repository with the PHP 8.0…

  • Disable Screen Lock on Ubuntu Linux: A Quick Guide

    The post offers a guide on how students and new users can disable the automatic screen lock on Ubuntu Linux for uninterrupted access. Although it advises against disabling the function in public locations for security reasons, it provides a step-by-step process for those who wish to do so, including instructions for turning off notification displays…

  • How to Install FFmpeg on Ubuntu Linux

    This tutorial explains how to install FFmpeg, a free multi-media framework, on Ubuntu. Users can install the stable version via Ubuntu’s default repositories but it may not be the latest one. Users wanting the latest version can utilize a third-party PPA repository or the Snap packaging system. Post-installation, FFmpeg allows conversion of multimedia files to…

  • How to Install WildFly on Ubuntu Linux

    This is a detailed guide on installing and configuring WildFly, a lightweight Java-based application runtime, on Ubuntu 20.04/18.04. The guide includes installing Java and OpenJDK, creating a service account for WildFly, downloading and configuring WildFly packages, making Wild automatically at boot time, and setting up a user account to manage the app server web console.…

  • How to Install Postman on Ubuntu Linux

    The tutorial guides students and new users on installing Postman, a development platform for managing APIs, on Ubuntu 20.04 or 18.04. The user-friendly Postman supports major operating systems and benefits all stages of development. Installation is simple via Ubuntu’s Snappy package management system or the Ubuntu Software Center. A Postman account is required for managing…