Tag: Ubuntu Linux

Ubuntu is the modern, open-source operating system on Linux for enterprise servers, desktops, cloud, and IoT.

  • How to Login with a fingerprint in Ubuntu Linux

    How to Login with a fingerprint in Ubuntu Linux

    This tutorial explains how to set up fingerprint logins on an Ubuntu desktop. Users with a supported scanner can record their fingerprint to use for login. The post guides through the process of recording a fingerprint, setting it up for a specific user account, and using it to log in. This approach enhances Ubuntu’s accessibility…

  • Switching to GNOME Classic: Ubuntu Tutorial

    Switching to GNOME Classic: Ubuntu Tutorial

    The tutorial guides users on how to install GNOME Classic mode on Ubuntu 20.04/18.04 for a traditional desktop experience. It involves installing the GNOME shell extension via terminal commands and switching from GNOME to GNOME Classic through the system menu. It also guides on reverting back to original GNOME.

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

    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…

  • How to Change Your Username in Ubuntu: A Quick Guide

    How to Change Your Username in Ubuntu: A Quick Guide

    This tutorial guides students and new Ubuntu users on how to change their username. Unlike Windows, one cannot change the account name while logged into Ubuntu; a different user with root permissions is needed. While it’s common to log in as root for this task, this tutorial offers an alternative method, which involves restarting in…

  • How to Delete Files and Folders in Ubuntu

    How to Delete Files and Folders in Ubuntu

    The post provides guidelines on how to delete files and folders in Ubuntu. Deletion involves two steps: sending items to the Trash, where they are temporarily stored, or permanently deleting them by using the Shift + Delete keys. Accidentally or prematurely deleted items from the Trash can be restored to their original location.

  • Guide to Upgrade PHP 8.0 for WordPress on Ubuntu

    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…

  • Install New Microsoft Edge Browser on Linux: A Step-by-Step Guide

    Install New Microsoft Edge Browser on Linux: A Step-by-Step Guide

    This tutorial guides on how to install Microsoft’s new Edge browser on Ubuntu 20.08 | 18.04. The Edge browser, based on Chromium open-source project, is available to all platforms and can be installed from the dev branch ahead of its stable release. It explains installation through direct download or the command line terminal.

  • Disable Screen Lock on Ubuntu Linux: A Quick Guide

    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

    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

    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.…