Ubuntu 25.04 ‘Plucky Puffin’ is now available to download. Ubuntu 25.04 marks a significant advancement, powered by the new Linux 6.14 kernel. It includes the GNOME 48 desktop environment with HDR support and enhanced Wayland functionality, along with Mesa 25.0 graphics drivers, which provide excellent support for AMD RDNA4 and Intel Xe2 Battlemage. Additionally, it […]
How to Login as Root User in Linux Terminal
How to login as root user in Linux Terminal? The “root” user (superuser full administrative privileges) can be accessed with Sudo root command in Linux Ubuntu. In Ubuntu, the “root” user is the superuser with full administrative privileges over the system. By default, the root account is disabled for security reasons. Instead, users can perform […]
Install Firefox In Ubuntu Terminal Command Line
Here is how to install Firefox in Ubuntu terminal command line. If you wish to install Firefox without snap, here are the steps to do so. NOTE: To install Firefox with this method, you must execute all the commands as root user. Once installed, the Firefox is now ready to be used. You can run […]
How To Check Kernel Installed Date In Linux Ubuntu
Linux kernel commands list to check latest kernel version in Linux Ubuntu. Here is how to check kernel installed date in Linux and how to check kernel version in Ubuntu. How To Check Kernel Version In Ubuntu 1. uname ‘uname’ prints information about the machine and operating system it is run on. If no options […]
How To List All Kernel Modules That Are Loaded In Ubuntu
In this tutorial we will learn how to list all Kernel modules that are loaded in Ubuntu Linux System. List All Kernel Modules That Are Loaded Ubuntu You can use the lsmod command to list all kernel modules that are loaded in Ubuntu. It gives the list of what kernel modules are currently loaded. The […]
Enable Ubuntu Auto Login Without Password
Here is how to enable automatic login in Ubuntu command line. Users can easily perform Ubuntu auto login without password using this trick. Enable automatic login in Ubuntu Linux Systems via command line, follow the steps given below. Automatic login, also known as auto-login is a way to login directly (automatically) without entering a password […]