This tutorial explains which command is used to ‘re execute the previous command in Linux Ubuntu. Did you know that you can repeat previous command in Linux? Let us learn more about re-executing previous commands. Method 1 – Run Last Command using Exclamation Marks To execute the last executed command, just type double exclamation marks, […]
How To Format USB Pendrive In Ubuntu Terminal
How to format USB pendrive in Ubuntu terminal. This tutorial explains how on Ubuntu, you can format USB fat32 via command line. The first step to format pendrive in Ubuntu terminal is to identify the USB drive. To get the info about the USB, run the following command in terminal: In the output of the […]
How To Install Showtime GNOME Video Player on Ubuntu Linux
How to install Showtime GNOME video player on Ubuntu Linux. Showtime GNOME Video Player will replace the current default Totem “GNOME Videos” video player. Showtime GNOME Video Player The default Totem “GNOME Videos” video player has not been actively maintained since 2022 and is set to be replaced by the modern Showtime Video Player. The […]
Enable Automatic Login in Ubuntu 24.04, Ubuntu 23.04 & Other Linux Ubuntu Flavors
If you want to enable automatic login in Ubuntu 24.04, Ubuntu 23.04 and other Linux Ubuntu Systems, follow the steps given below. Automatic login, also known as auto-login is a way to login directly (automatically) without entering a password at the login screen. When automatic login is enable you won’t have to type your password […]
Download and Install Mozilla Firefox as DEB in Ubuntu Terminal
Download Firefox deb file for Ubuntu and install Mozilla Firefox as DEB in Ubuntu Terminal. Step 1: Create an APT keyring directory to store APT repository keys if it doesn’t exist on your system: Step 2: Import the Mozilla APT repository signing key: wget -q https://packages.mozilla.org/apt/repo-signing-key.gpg -O- | sudo tee /etc/apt/keyrings/packages.mozilla.org.asc > /dev/null NOTE: The […]
How To Use Free Command In Linux Command Line With Examples
How to check free memory in Linux commandline. This tutorial explains free command in Linux with options and examples. Free Command In Linux With Options And Examples The free command is used to display the total amount of free and used physical and swap memory on the system. It also displays the buffers and caches […]