Found 1436 Articles for Linux

Newsboat – RSS/Atom Feed Reader for Linux Terminals

Prince Yadav
Updated on 28-Jul-2023 14:41:45

233 Views

If you are a Linux user who likes to keep up with the latest news and articles from your favorite websites and blogs, Newsboat is a great RSS/Atom feed reader that can help you achieve this within your terminal. Newsboat is free, open-source, and offers a highly customizable experience to users, making it an ideal choice for Linux users who value flexibility and efficiency. This article provides a complete guide on how to install and use Newsboat, including adding and managing feeds, navigating articles, and using keyboard shortcuts to optimize your workflow. Whether you are a beginner or an ... Read More

MTR – A Network Diagnostic Tool for Linux

Prince Yadav
Updated on 28-Jul-2023 14:40:38

146 Views

MTR (My Traceroute) is a versatile network diagnostic tool that has become an indispensable tool for network administrators and IT professionals. This tool offers a unique combination of the functionalities of traceroute and ping programs, providing both basic and advanced network diagnosis capabilities. MTR works by sending packets to a target host and measuring the round-trip time for each packet, presenting the results in a real-time, sortable format. The tool provides in-depth insights into the network conditions along the path to the target host, including the IP addresses of intermediate routers, the number of hops required to reach the target, ... Read More

MOSINT – OSINT Tool for Emails in Kali Linux

Prince Yadav
Updated on 28-Jul-2023 14:39:44

3K+ Views

In this tutorial, we will delve into the world of MOSINT, an advanced Open Source Intelligence (OSINT) tool specifically developed for email investigations within the Kali Linux environment. Throughout this comprehensive article, we will explore the underlying technologies and guide you step-by-step on how to effectively utilize MOSINT to extract valuable insights from email addresses. In this tutorial, our primary focus will be on leveraging MOSINT's features to extract pertinent information from email addresses. We will delve into four essential areas of MOSINT functionality, providing detailed explanations, accompanied by code snippets and their corresponding outputs. By the end of this ... Read More

Lossless Real-Time Data Compression with Zstandard (zstd)

Prince Yadav
Updated on 28-Jul-2023 14:36:42

2K+ Views

Well-organized data compression is an essential component of effective data management. It allows us to conserve disk space, reduce data transfer times, and enhance overall data efficiency. Among the numerous data compression utilities that have gained popularity year by year, -zstd stands out as a high-performing option. Developed by Yann Collet, zstd is open-source software that offers impressive compression ratios while maintaining fast decompression speeds. Zstd is a flexible and adaptable data compression utility suitable for compressing various types of data, such as text, images, audio, and video, among others. Moreover, it is compatible with several platforms, including Linux, Windows, ... Read More

Linux zcat Command with Examples

Prince Yadav
Updated on 28-Jul-2023 14:35:02

2K+ Views

The "zcat" command in Linux is a tool for displaying the contents of compressed files in the "gzip" format. It is similar to the "cat" command, which is used for indicating the contents of regular text files, but it is specifically designed for working with compressed files. In this article, we will discuss the basic syntax of the zcat command and provide some examples of how it can be used. The following are examples of utilizing the zcat command − To view the contents of the file "example.txt.gz" which is compressed, one can use the zcat command. zcat ... Read More

Linux who Command with Examples

Prince Yadav
Updated on 28-Jul-2023 14:34:13

569 Views

Discover the Power of the Linux "who" Command: Get an In-Depth Look with Practical Examples. The Linux "who" command is a crucial tool for displaying information about users currently logged into the system. From login names to terminal names to login times, the "who" command provides essential details about active user sessions. In this article, we delve into the various options and capabilities of the "who" command, using practical examples to showcase its versatility. By mastering the "who" command, Linux users can effortlessly keep track of active sessions on their system. Here are some examples showing the use of “who” ... Read More

Linux stat Command with Examples

Prince Yadav
Updated on 28-Jul-2023 14:33:16

263 Views

The 'stat' command in Linux is a powerful tool for retrieving information about files and file systems. It offers a wealth of details about the characteristics of a specific file or directory, including file permissions, timestamps, ownership, and inode number. This command has various applications, from file troubleshooting to security analysis. In this article, we will delve into the Linux 'stat' command, exploring its options and features, and providing practical examples of how it can be utilized in real-world scenarios. With a deep understanding of the 'stat' command, Linux users can gain a better understanding of the properties and state ... Read More

Linux sdiff Command Examples

Prince Yadav
Updated on 28-Jul-2023 14:31:56

248 Views

As Linux users, We have found the "sdiff" command to be a very useful utility for comparing and merging two files interactively. It provides a side-by-side comparison of the files with the differences highlighted, making it easy to identify where the files differ and what changes need to be made by us. In this article, We will walk you through various examples of how to use the "sdiff" command to compare and merge files in Linux. We will cover basic usage, options, and scenarios where the sdiff order can be constructive. Whether you are a seasoned Linux user or just ... Read More

Kill Processes in Linux using Fkill

Prince Yadav
Updated on 28-Jul-2023 14:26:45

636 Views

The "Fkill" command is a versatile and user-friendly command-line tool that simplifies the process of managing and terminating processes on the system. Its intuitive interface has made it easier for you to interactively and terminate processes, thus enabling you to efficiently troubleshoot and maintain the system. One of the unique features of Fkill that we find particularly helpful is its ability to terminate processes either by their name or port number. This feature has helped you to identify and terminate stubborn processes that have refused to close, resulting in smoother system performance. However, we exercise caution while using Fkill's "force" ... Read More

Install and use 7zip on Linux

Prince Yadav
Updated on 28-Jul-2023 14:24:29

10K+ Views

Linux is a popular open-source operating system that offers many advantages, such as being free, customizable, and secure. One of the challenges that Linux users face is finding the right tools for certain tasks, such as compressing and decompressing files. Fortunately, 7zip is a powerful and versatile compression tool that can help us with this task. In this tutorial, we will walk through the process of installing and using 7zip in Linux. We will cover different ways to install 7zip, including via the command line and package manager, and provide step-by-step instructions with screenshots. We will also explain the basic ... Read More

Advertisements