Change sudo password in Ubuntu Terminal or reset root password Ubuntu. Here is how to change root password in Ubuntu using terminal. Open Terminal and run the following command to enter sudo/superuser mode: sudo -i The sudo allows a permitted user to execute a command as the superuser or another user. Once you are logged […]
Command To Find Linux Memory Usage By Process In MB
Linux command to check memory usage per process. Here is an easy way to find top memory consuming process in Linux Ubuntu – using the command to check memory usage of a process in Linux Ubuntu. Command to monitor memory usage in Ubuntu There are several commands which can be used to check memory usage […]
How To Check & List All Installed Kernels In Ubuntu Linux
How to list all Linux kernels in Ubuntu and how to check all available kernel version in Linux. You can check last kernel update in Linux and check previous kernel version in Linux using terminal. Let us learn how: What Is Kernel In Linux In Simple Words The kernel is a computer program at the […]
10 Best Chrome Extensions For Web Developers And Software Engineers
The 10 best Chrome extensions for web developers 2022. Here is the list of the best chrome extensions for front end developer, including chrome plugins for web developers and chrome addons for web developers. 1. WhatFont It is the easiest way to find out the fonts used in a webpage. With this extension, anyone can […]
How To Update Only One Package In Ubuntu Linux
How to update only one package in Ubuntu? On Ubuntu, upgrade single package via command line. Using Ubuntu apt-get update single package command, one can update a specific package. Update A Specific Package In Ubuntu You just need to do apt-get install –only-upgrade . This will upgrade only that single package, and only if it […]
How To Count Number Of Files In A Directory And Subdirectories
Which is the Linux command to find number of files in a directory and subdirectories. You can also count number of files in directory recursively in Linux Ubuntu. Let us see how: Linux Command To Find Number Of Files In A Directory And Subdirectories Command 1: Use ls and wc commandCommand 2: Use tree commandCommand […]