Learn how to save terminal output to file in Linux Ubuntu and how to save terminal commands in Linux. Users can also save terminal session to file in Linux. Save Terminal Output To File Using Redirects Ubuntu users can save the terminal output using the STDOUT redirection operator > for redirecting/saving the output to a […]
How To
How-to tutorials for Ubuntu, Linux, Android, WordPress, websites and more. Learn about Ubuntu Linux how to solve problems, errors, manage updates, fix issues and add functions & features.
Linux Command To Check CPU and Memory Utilization In Percentage
On Linux, how to check memory usage by process? Learn how to check CPU and memory utilization in Linux and check memory usage in Linux. Here is the Linux command to check memory utilization in percentage. ps displays information about a selection of the active processes. It is slighyly different from top command. top command […]
Best Material Themes Icons for Linux Ubuntu
Best material themes for Ubuntu Linux Desktop. Download these best Ubuntu themes and give a beautiful makeover for your Linux Desktop. Install Arc Theme On Ubuntu Arc is a flat theme with transparent elements and comes in three variants – Arc, Arc-Dark and Arc-Darker. Arc is a flat theme with transparent elements for GTK 3, […]
How To Check Total Hard Disk Size In Ubuntu Terminal
Which is the command to check the disk size in Linux? Learn how to see disk space in Ubuntu terminal; check total disk space in Linux. Use lsblk command to show disk space Run the following command to list the disk and as well as partitions and filesystems formatted on them. lsblk -f The lsblk […]
How To Open A File In A Directory In Linux Terminal
Learn how to open a directory in terminal Linux and how to open a file in a directory in Linux terminal. Here is how to open file from terminal Ubuntu or open folder from terminal Ubuntu. open folder from terminal ubuntu Using cd command. The cd or change directory command allows you to change your […]
Find And Update All Upgradable Packages In Ubuntu
How to find all upgradable packages in Ubuntu Linux. Once found, here is how to update all upgradable packages in Ubuntu Linux. This command will update the list of available packages for apt. To update the list of packages in the Ubuntu repository; we run “sudo apt update” command to update the list of packages […]