How To Access Linux Mint / Ubuntu Shared Folders From Windows

Shared folders list in Linux Mint/Ubuntu
Earlier posts described how to access shared folders from Linux Mint / Ubuntu where the shared folders were residing on Windows systems. Now, to access shared folders that are on Linux Mint/Ubuntu from Windows, here is a simple method : (This example shows how a Linux Mint system named “Darkstar” with local IP address 192.168.0.102  is configured to share folders and which will be accessed...

How To Quickly Identify Bandwidth Hogging Users / Applications In Linux Mint / Ubuntu

How To Quickly Identify Bandwidth Hogging Users / Applications In Linux Mint / Ubuntu
Here’s how to quickly identify hogging users / applications in Linux Mint / Ubuntu: 1. Issue the following command at the terminal – sudo apt-get install nethogs 2. After the installation is complete, issue the following command at the terminal – sudo nethogs 3. The nethogs program will display a real-time list of users and application utilizing the network bandwidth from which...

How To Quickly Generate A Report Of System’s Network Interfaces From Linux Terminal

Generating A Report Of Network Interfaces From Linux Terminal
Here’s how to quickly generate a report of system’s network interfaces from Linux terminal: 1. Issue the following command at the terminal – sudo ip addr 2. The output of the above command will generate a report of all the network interfaces present in the system along with their properties. If looking for a Linux shell script that does something similar as above, check out the related...