To clear terminal screen in Linux Ubuntu, the simplest command is “clear” to clear terminal screen. To use the clear command, simply type clear and press Enter in your terminal window. This will instantly clear the screen. clear The clear command doesn’t need any option with itself. Note that in other terminal emulators or UNIX […]
How To Use Free Command In Linux Command Line With Examples
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 […]
Install Mozilla Firefox As Deb In Ubuntu Terminal Without Snap
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 Check Is Your Ubuntu 32 Or 64-Bit In Command Line
Want to check architecture in Linux command line? Here is how to check is your Linux 32 or 64 bit in command line. Let us learn how to check Linux 32 or 64-bit in command line and how to check OS version in Linux using command line? Check linux 32 or 64-bit command line To […]
Login As Root User In Linux Ubuntu Terminal Command
How to login as root user in Linux Ubuntu terminal command. We will also learn how to execute Ubuntu login as root without password. Login As Root User In Linux Ubuntu Terminal The sudo allows a permitted user to execute a command as the superuser. Users can use “sudo” command to run terminal as administrator […]
How To Clear Buff Cache Memory In Linux
This post explains how to clear buff/cache memory in Linux to free up memory in Linux without rebooting. Before you clear memory in Linux to free resources and free memory without rebooting, you must understand that a buffer is an area of memory used to temporarily store data while being moved from one place to another. […]