MTR is a simple, cross-platform command-line network diagnostic tool that combines the functionality of commonly used traceroute and ping programs into a single tool. In a similar fashion as traceroute, mtr prints information about the route that packets take from the host on which mtr is run to a user specified destination host. Read Also:
Windows 10 starts as a very annoying operating system. The Start menu is full of games like Candy Crush, advertisements are all over the place, and useless icons like People litter the taskbar. Here’s how to eliminate all those annoyances. Get Rid of Candy Crush, FarmVille, and Other Junk Apps Out of the box, your
If you are new to Linux command line, and are interested in learning networking stuff, there are many command line utilities that you should be aware of. One such tool is netstat. In this article, we will discuss this command using some easy to understand examples. But before we do that, it’s worth mentioning that
A correctly functioning firewall is one of the most crucial aspects of the overall Linux system security. By default, Debian and Ubuntu distribution comes with a firewall configuration tool called UFW (Uncomplicated Firewall), is a most popular and easy-to-use command line tool for configuring and managing a firewall on Ubuntu and Debian distributions. In this
A common category of software you will find on many Windows PCs are system optimizers and cleaners. One such application is CCleaner, a powerful and popular Windows PC cleaner which scans for and deletes unwanted files, private information such as browsing cache and history, freeing up space and guarding your privacy and more. Unfortunately, there
Since every process (except the very first one) in a Linux system has a parent, it sometimes makes things easier to understand if all processes are displayed in a tree structure. You’ll be glad to know there exists a command line utility – dubbed pstree – that displays a tree of processes. In this tutorial,