Link: List Of Tools To Monitor The Health Of Your Linux System

Achieving good performance from a computer or network is an important part of system administration.The monitoring and maintenance of the system is the most important task listed in the checklists for daily tasks of a system and network administrator. There are many commands line utilities created for this purpose.

This article describes how you can monitor services and attributes of Linux/UNIX servers using command line, such as:

  • CPU load
  • Bandwidth
  • Memory usage
  • Disk usage
  • Logged in users
  • Running processes
  • etc.

Let’s start.

Full article here:
List Of Tools To Monitor The Health Of Your Linux System (Unixmen)

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)