The traceroute command in Linux
![Traceroute Command In Linux](https://www.linuxfordevices.com/wp-content/uploads/2021/05/traceroute-command-in-linux-768x512.png)
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…
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…
In this tutorial we will learn to set up URL rewriting in Apache using mod_rewrite on Ubuntu. Prerequisites for URL rewriting in Apache A Ubuntu 20.04 system with an Apache HTTP server installed on it (learn here how to install…
Can you install steam on Linux? As you may know, Linux is well known for its professional use among programmers and developers. But it doesn’t mean that Linux lacks the taste of entertainment, precisely gaming. Steam, a world-renowned gaming platform…
In this tutorial, we’ll learn to generate PGP keys using GnuPG on Ubuntu. What is GnuPG (also known as GPG)? GnuPG (also known as GPG) is a free encrypting and signing software based on OpenPGP standard RFC4880 (also known as…
In this article, we’ll learn the differences between Neovim vs Vim. Vim has the go-to software if you are looking for a powerful terminal-based emulator for decades. In fact, it is one of the oldest open-source projects that has survived…
In this article, we’ll learn to install Thunderbird on Linux. Install Thunderbird on Ubuntu In this section, we’ll learn to install Thunderbird on Ubuntu with both graphical and non-graphical methods. Installing Thunderbird on Ubuntu with Software Center Thunderbird is available…