Link: Lm-sensors: Monitoring CPU And System Hardware Temperature

It is very important to keep an eye on your system temperature. Because overheating may cause unexpected hardware failures. This brief tutorial describes how to monitor your CPU and other system hardware temperatures, fan speeds, and voltages using a command line utility called lm-sensors.

Full article here:
Lm-sensors: Monitoring CPU And System Hardware Temperature (Unixmen)

Link: Deprecated Linux networking commands and their replacements

In my article detailing the command line utilities available for configuring and troubleshooting network properties on Windows and Linux, I mentioned some Linux tools that, while still included and functional in many Linux distributions, are actually considered deprecated and therefore should be phased out in favor of more modern replacements.

Specifically, the deprecated Linux networking commands in question are: arp, ifconfigiptunnel, iwconfig, nameif, netstat, and route. …..

Full article here:
Deprecated Linux networking commands and their replacements (Doug Vitale Tech Blog)

Link: Linux Basics: How To Find Maximum Supported RAM By Your System

Mostly, you will find maximum supported RAM by your system from the BIOS, Product catalog, or manuals. Here is the simple, yet useful trick, to find out maximum supported RAM using Dmidecode without opening the system chassis or referring the BIOS, product catalogs.

Full article here:
Linux Basics: How To Find Maximum Supported RAM By Your System (Unixmen)

Link: Easily Find Out Which Process Is Using Too Much Bandwidth in Linux

While there are many network monitoring tools available for Linux, most of them monitor network traffic to and from your computer or a particular interface. However, there are times when you want to nail down a particular process that’s using up too much of the bandwidth, and there is a tool, dubbed NetHogs, that lets you do just that.

In this article, we will discuss the basics of NetHogs as well as the features it provides.

Full article here:
Easily Find Out Which Process Is Using Too Much Bandwidth in Linux (Make Tech Easier)

Link: Top 30 Nmap Command Examples For Sys/Network Admins

Nmap is short for Network Mapper. It is an open source security tool for network exploration, security scanning and auditing. However, nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users.

The purpose of this post is to introduce a user to the nmap command line tool to scan a host and/or network, so to find out the possible vulnerable points in the hosts. You will also learn how to use Nmap for offensive and defensive purposes.

Full article here:
Top 30 Nmap Command Examples For Sys/Network Admins (nixCraft)

How To Fix “VLC does not support the audio or video format “hevc””

VLC media player is a free and open source media player, encoder, and streamer made the volunteers of VideoLAN community.

vlc+hevc

No suitable decoder module

VLC does not support the audio or video format “hevc.

Unfortunately there is no way for you to fix this.

The above error message is a result of trying to play a video file in VLC. The error message doesn’t give a clue either.

Full article here:
How To Fix “VLC does not support the audio or video format “hevc”” (Unixmen)

Link: How to Limit the Network Bandwidth Used by Applications in a Linux System with Trickle

Have you ever encountered situations where one application dominated you all network bandwidth? If you have ever been in a situation where one application ate all your traffic, then you will value the role of the trickle bandwidth shaper application. Either you are a system admin or just a Linux user, you need to learn how to control the upload and download speeds for applications to make sure that your network bandwidth is not burned by a single application.

Full article here:
How to Limit the Network Bandwidth Used by Applications in a Linux System with Trickle (Tecmint)

Link: How To Fix “Not Enough Free Disk Space On /boot” In Ubuntu

Question: How To Fix “Not Enough Free Disk Space On /boot” In Ubuntu?

Today, I got the following error, but a simple one, when try to update my Lubuntu 14.04 desktop.

“Not Enough Free Disk Space On /boot”

Software Updater_002

This is because my /boot partition has caught up with unwanted old kernels, packages etc.

Answer:

Full article here:
How To Fix “Not Enough Free Disk Space On /boot” In Ubuntu (Unixmen)

Link: How to Check the True Bitrate of Your Audio Files

Files are generally assessed on their bitrate. A 320kbps MP3 is obviously better than a 128kbps version, right? Ordinarily, yes. But it’s not hard to bluff the bitrate and mislead listeners through “upscaling.” In fact, upscaling can sometimes damage audio quality.

Audio encoding is a complex process, and Stack Overflow user “vaxquis” provides an intricate explanation of how it works. If you find the subject interesting, his explanation is one of the clearest available.

How do you sort the wheat from the chaff?

Full article here:
How to Check the True Bitrate of Your Audio Files (Make Tech Easier)

Link: List of Free And Open Source Monitoring System

The Linux monitoring systems are often used to follow system resources, such as CPU load, the amount of free RAM, network traffic statics or memory consumption. Which are ones from the most important tasks for every administrators. Furthermore, those tools notify the network administrator (via email, SMS or other alarms) when something interrupts or goes down which makes their life easier.

From those monitoring tools we will list the 7 most important in this article which will be described and identified by giving their features and mentioning their current version.

Full article here:
List of Free And Open Source Monitoring System (Unixmen)