Link: A List Of Free And Open Source Control Panels

To manage your businesses and your websites remotely you need to use control panel. With such tool you will have the possibility to manage all your web services under the same location which is very fantastic. Without control panel, you will need to install or compile specific tools such as: Php, MySQL and others on your host server which is not usually recommended with normal people. Since they need to have technical knowledge. With control panel, no expert knowledge of server administration is needed, just install it and benefit of its features. These web based control panels offers you the possibility also to manage your emails accounts, FTP accounts, disk space, bandwidth and many others.

The most known and powerful control panels are cPanel and Plesk. Unfortunately they are paid softwares and a monthly fee will be demanded to install them on the suitable server. But don’t worry, there are other alternative open source control panels available for every one with the same features and no fees are required. You will discover those tools in our article then later you can give us your attitudes.

Full article here:
A List Of Free And Open Source Control Panels (Unixmen)

Link: How to Secure Your Newly Installed Ubuntu

Without a doubt, a freshly installed Linux system is less susceptible to malware, spyware and hacking than a freshly installed Windows system. However, most Linux systems are configured with some default settings that are inherently insecure. Some Linux distros are designed to be installed with very secure defaults, but this results in systems that have a significant difficulty for new users, especially those who are not computer security professionals.

Ubuntu is arguably the most popular Linux distro today, and this is due to a large number of factors, one of which is its friendliness to new users. Many of Ubuntu’s default settings are geared towards allowing users to use their systems immediately after installation with as little disruption as possible. While this has its positives, it also results in a system that has a few weaknesses, trading them for user convenience. This article will walk you through some basic but powerful configuration changes that show you how to secure your newly installed Ubuntu from many of the common attack methods.

Full article here:
How to Secure Your Newly Installed Ubuntu (Make Tech Easier)

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)

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)