If you want to free up memory Linux without rebooting, you can do this by clearing cache and swap memory in Linux Ubuntu using terminal. You must understand that a buffer is an area of memory used to temporarily store data while being moved from one place to another. Whereas, a cache is a temporary storage area […]
How To View The User’s Login And Logout Details In Linux
We are going to learn how to check user login details in Linux. Here is an easy way to view the user’s login and logout details in Linux The login information of any Linux Ubuntu System is stored in three places: 1. View history of all logged users To view the history of all the […]
Count And Find Number Of Files In A Linux Directory
How to find number of files in a directory in Linux? There are many commands to find the total number of files in a directory on a Linux Ubuntu System. Linux Command To Find Number Of Files In A Directory And Subdirectories Command 1: Use ls and wc commandCommand 2: Use tree commandCommand 3: Use […]
5 Commands To See Hardware And System Information In Linux
Which is the command to get info about Linux system? If you wish to display system hardware information or get system specs of your Linux system, you can use the following commands. System Hardware Information Commands In Linux You will need to have information about your system to install appropriate software and drivers or install […]
How To Install Midnight Commander Terminal File Manager On Linux Ubuntu
Use Midnight Commander Terminal File Manager to view file in Linux Terminal. Midnight Commander or MC is one of the best terminal file managers for Linux Ubuntu command line. Here is how to install and open Midnight Commander terminal file manager. Midnight Commander File Manager Midnight Commander is Terminal File Manager for Linux Ubuntu Systems. […]
How to Change Root Password in Ubuntu 24.04 Using Terminal
How to change root password in Ubuntu 24.04. Read this tutorial to find how to reset forgotten root password in Ubuntu Linux. Regular User – Changing Root Password To update or change the root password in Ubuntu 24.04 with sudo privileges, simply run the “passwd” command with the sudo privileges: Root User – Changing Root […]