Found 1354 Articles for Open Source

Practical Examples of Linux xargs Command

Prince Yadav
Updated on 28-Jul-2023 14:52:53

841 Views

Are you looking for different ways to simplify your Linux workflow and want to automate your tasks? The Linux xargs command may be just what you didn’t know. In this article, We will see some practical examples of using xargs to execute commands on a list of items generated by other commands. As someone who uses Linux regularly, We have found the xargs command to be a valuable tool in our workflow. It helps us to perform complex tasks on a large number of files or data with ease. The xargs command is especially useful when working with long lists ... Read More

PacVim – A CLI Game to Learn Vim Commands

Prince Yadav
Updated on 28-Jul-2023 14:46:57

407 Views

Vim has been a favorite of many programmers and Linux users for years due to its powerful features and flexibility. However, Vim's learning curve has often been a barrier for newcomers to the platform. This is where PacVim comes in. PacVim is a game that utilizes the mechanics of the popular 1980s arcade game Pac-Man to teach players Vim commands. PacVim is a fun and interactive way to learn Vim that is suitable for users of all skill levels. In this tutorial, we will explore PacVim in detail, including how it works, its features, and how to get started with ... Read More

openSquat – Domain Squatting and Phishing Watchdog

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

310 Views

In this tutorial, we will explore the openSquat tool, which serves as a powerful domain squatting and phishing watchdog. openSquat is built using the Python programming language, specifically leveraging its rich ecosystem and powerful libraries. Python provides a flexible and user-friendly environment for developing security-related applications. Additionally, openSquat utilizes various modules such as `whois`, `requests`, `tldextract`, and `BeautifulSoup` to extract and analyze relevant information about domain names. In this tutorial, we will walk you through the step-by-step process of using openSquat to monitor domains, detect potential squatting or phishing attempts, analyze domain information, and take appropriate action to safeguard ... Read More

Newsroom – Linux Client to Get Your Favorite News

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

131 Views

In today's world, staying informed about the latest news is an essential part of our daily lives. However, the sheer volume of news available can be overwhelming, making it difficult to keep up. Fortunately, there are several news readers available that can help us navigate the vast amount of information out there. In this article, we'll explore more everything about the Newsroom, a lightweight and open-source newsreader specifically designed for Linux users. We'll delve into the installation process and the necessary requirements for setting up Newsroom, and we'll provide examples and outputs to guide you through the entire setup. Whether ... Read More

Newsboat – RSS/Atom Feed Reader for Linux Terminals

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

448 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

244 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

5K+ 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

4K+ 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

5K+ 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

2K+ 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

Advertisements