Vim 9.0 is released with new script syntax and semantics. Here is how to install Vim on Ubuntu Linux using terminal commands. Vim9 script provides a syntax that is much more similar to other languages. In other words: “less weird”. Compiled functions are introduced which allow for a large speed improvement. You can expect around […]
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.
How to Fix the WordPress White Screen of Death
Troubleshoot WordPress White Screen Of Death. Here is how to fix WordPress White Screen Of Death. Users can see WordPress White Screen after migration or WordPress White Screen Of Death website. WordPress White Screen of Death White Screen of Death or WSOD is a common WordPress error. https://wordpress.org/support/article/common-wordpress-errors/ As per WordPress: Both PHP errors and […]
Save Terminal Output To File in Ubuntu Linux
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 […]
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 […]