The traceroute command in Linux
traceroute command is a network diagnostic tool that is used to follow the path taken by data packets on their way to the final destination. One of its use is to find the cause of the lag in the connection.…
traceroute command is a network diagnostic tool that is used to follow the path taken by data packets on their way to the final destination. One of its use is to find the cause of the lag in the connection.…
The udevadm command is a device management tool in Linux which manages all the device events and controls the udevd daemon. udev rules are defined with the .rules file in In this article, we’ll learn about the basics of…
The strace command is a powerful debugging and diagnostic tool in Linux. It records every system call and the response it receives by a particular process. It is similar to the truss tool in other Unix-like operating systems. So, you…
In this article, we’ll learn about the usage of the mke2fs command in Linux. mke2fs command is part of the e2fsprogs package, which provides the filesystem utilities for use with the ext2/3/4 file systems, and the mkfs command, which is…
The purpose of Apache Virtual Hosts is to run multiple websites on a single machine. It could be IP-based or Name-based. IP-based virtual hosting sets different directives based on IP addresses. Therefore, each host needs a separate IP address, and…
Let’s install Minecraft on Linux in this article. If we talk about games, you might have surely heard of this game. It is one of the most epic and popular games since its first launch in 2009. It has been…