How To Browse Images In A Folder Using Terminal In Linux Mint / Ubuntu

How To Browse Images In A Folder Using Terminal In Linux Mint / Ubuntu
Here’s how to browse images in a folder using terminal in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install zgv 2. After the installation is complete, use the cd command go to directory in which images are present. 3. Once in the directory with images, issue the following command at the terminal – sudo zgv 4. Use the Cursor keys, ‘Esc’...

How To Quickly Search For Files And Folders From Linux Terminal

How To Quickly Search For Files And Folders From Linux Terminal
Here’s how to quickly search for files and folders from Linux terminal: 1. Issue the following command at the terminal – locate <name of the file or the folder you wish to search for> | more for e.g. to search for a folder called ‘grub’ the command would be – locate grub | more 2. Press space to scroll through the results. 3. After you have found the file or folder...

How To Quickly Check HDDs For SMART Errors Using Linux Mint / Ubuntu Terminal

How To Quickly Check HDDs For SMART Errors Using Linux Mint / Ubuntu Terminal
Here’s how to quickly check HDDs for SMART errors using Linux Mint / Ubuntu terminal: 1. Issue the following command at the terminal – sudo apt-get install smartmontools 2. When prompted for ‘Postfix Configuration’ select ‘<Ok>’. 3. Next, select ‘No configuration’ and then ‘<Ok>’. 4. After the installation is complete, issue...

Aria2: A Cool Command Line Download Utility For Linux Mint / Ubuntu

Aria2: A Cool Command Line Utility For Linux Mint / Ubuntu
Here’s how to install and use aria2, a cool command line download utility for Linux Mint / Ubuntu: 1. Issue the following command at the terminal to install aria2 – sudo apt-get install aria2 2. After the installation is complete, issue the following command at the terminal to use aria2 for downloading a file from the internet – aria2c <link to the file> for e.g. to download...

How To Manage Your Calendar And Schedules From Terminal In Linux Mint / Ubuntu

Using calcurse in Linux Mint / Ubuntu
Here’s how to manage your calender and schedules from terminal in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install calcurse 2. After the installation is complete, issue the following command at the terminal – calcurse 3. Start managing your calendar and schedules from the command line using calcurse! New data files will be created for you...

How To Monitor Network Bandwidth From Terminal In Linux Mint / Ubuntu

bmon_005
Here’s how to monitor network bandwidth from terminal in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install bmon 2. After the installation is complete, issue the following command at the terminal to monitor network bandwidth – bmon 3. Use ‘UP’ and ‘DOWN’ keys to select interface and ‘D’ key to toggle the...