Install Free Office for Linux Ubuntu. FreeOffice is one of the best microsoft office alternative for Linux Systems. Vouched as the most productive microsoft office replacement for Linux Ubuntu. FreeOffice is a complete Office suite for Ubuntu Linux with a word processor, a spreadsheet application and a presentation program – all compatible with their counterparts […]
Install Nvidia Graphics Driver On Ubuntu 20.04
Here is how to install Nvidia Graphics Driver on Ubuntu Linux. Terminal commands to install latest Nvidia Driver on Ubuntu 20.04 and other Ubuntu Systems. Pre-Installation Requirements Before installing the NVIDIA driver on Linux, some pre-installation steps are recommended to: * Verify the system has a CUDA-capable GPU* Verify the system is running a supported […]
How To Check Internet Speed In Ubuntu Terminal
Want to check wifi speed in terminal or looking how to check internet speed in terminal? Here is how to use speedtest-cli to test internet download speed in Ubuntu terminal. The speedtest-cli is a command line interface for testing Internet bandwidth using speedtest.net Speedtest-cli is a script written in the Python programming language which measures […]
df Command In Linux With Options & Examples
Check disk space in Linux Ubuntu. Examples of df command to report file system disk space usage. The “df” command is for “disk filesystem” and is a great tool to know about the disk space usage on Linux Systems. The df command displays the amount of disk space available on the file system. If no […]
apt-get Commands in Linux Ubuntu
apt-get commands in Ubuntu Linux. Understanding what does apt-get -f install do and apt-get install options and apt-get update package command options for Linux Ubuntu. This post helps you to explain apt-get – APT package handling utility and some of the basic commands such as apt-get install or apt-get install update and many other command […]
rm Command in Linux With Examples – Delete a File in Linux Terminal
rm command in Linux with examples. Learn how to delete a file in Linux Terminal. On Linux, delete all files in directory and remove non empty directory in Linux. rm Command in Linux To remove files you can use the rm command. The rm (remove) command is used to delete files and directories. rm removes […]