Found 1466 Articles for Linux

Display Custom Welcome Messages on the Linux Terminal

Prince Yadav
Updated on 26-Jul-2023 15:25:17

2K+ Views

On an operating system based on Linux, the Linux terminal is a potent tool for carrying out commands and managing various tasks. Although some people might find it intimidating, personalizing the terminal can improve the user experience and give the Linux environment a more unique feel. In this article, we'll look at how to display personalized welcome messages on the Linux terminal, giving users the opportunity to make each time they open a terminal session feel special and warm. Customizing the Bashrc File Every time a fresh terminal session is opened, a script in the Bashrc file is run. It ... Read More

Differences between Kurly and curl in Linux

Prince Yadav
Updated on 26-Jul-2023 15:21:37

173 Views

As Linux users, we often work on servers, remote machines, or headless systems where the graphical interface is not available. In these situations, the command line interface becomes the primary method of interacting with the system. Text editors and web browsers can also be used from the command line, but we need tools to download files from the internet. That's where Kurly and Curl come in. Are you tired of using the same old Curl command to download files from the internet in your Linux system? Then you may want to check out Kurly, a newer and faster alternative that ... Read More

Deprecated Linux Networking Commands and Their Replacements

Prince Yadav
Updated on 26-Jul-2023 16:05:49

554 Views

Linux is a very popular operating system among developers and system administrators due to its strong and robust command-line interface (CLI). However, some of the networking commands have become outdated over time, making way for newer and more efficient options. In this article, we'll have a look at some of the deprecated commands and their new modern-day replacements to help you keep up with your Linux networking configurations. In this tutorial, we'll go through each of the deprecated commands and their corresponding substitutions. We'll also provide examples of how to use the new commands. By the end of this article, ... Read More

DEBUGFS Command to Show File Creation Times in Linux

Prince Yadav
Updated on 26-Jul-2023 16:01:20

513 Views

The DEBUGFS command is a powerful utility in Linux that grants access to the file system of a block device. One of its notable features is its ability to reveal the creation time of a file, which cannot be easily obtained through typical Linux commands. This piece of information is stored in a data structure known as the inode, which houses diverse particulars about the file, including its creation time. To obtain the data using the DEBUGFS command accesses the inode of the file and provides a comprehensive view of the file system. This command facilitates the identification of the ... Read More

How to use the “Curl” command in Linux?

Prince Yadav
Updated on 26-Jul-2023 15:15:49

4K+ Views

The 'curl' command is a versatile tool in the Linux environment, enabling data transfers to and from servers utilizing a variety of protocols including HTTP, FTP, and SMTP. This command-line utility is renowned for its robustness and versatility, as it can be utilized for various tasks, including sending HTTP requests, retrieving files, and uploading data. Join us as we delve into the fundamentals of utilizing the 'curl' command in Linux, comprehending its varied options and applications. 1. To Check the Curl Version The "curl --version" command in the Linux operating system displays key information about the version of the 'curl' ... Read More

CRLFuzz – A Linux Tool to Scan CRLF Vulnerability Written in Go

Prince Yadav
Updated on 26-Jul-2023 15:02:03

244 Views

In this tutorial, we will explore CRLFuzz, a powerful Linux tool written in Go that allows us to scan and identify CRLF (Carriage Return Line Feed) vulnerabilities. CRLF vulnerabilities occur when web applications mishandle the line termination characters, leading to potential security risks such as HTTP response splitting, cross-site scripting (XSS), and session hijacking. By using CRLFuzz, we can effectively scan for these vulnerabilities and strengthen the security of our web applications. Throughout this tutorial, we will cover the installation process, demonstrate the usage of CRLFuzz with various command-line options, and explain the significance of the code snippets and their ... Read More

Creating dialog boxes with the Dialog Tool in Linux

Prince Yadav
Updated on 26-Jul-2023 14:58:01

2K+ Views

In this tutorial, we will explore the process of creating dialog boxes using the Dialog tool in Linux. Dialog is a command-line utility that allows developers to easily incorporate interactive dialog boxes into their shell scripts or applications. These dialog boxes provide a user-friendly interface for displaying information, receiving input, and making selections. By using the Dialog tool, we can enhance the interactivity and usability of our Linux programs. Throughout this tutorial, we will walk through the steps required to install and use the Dialog tool effectively. We will start with the installation process, explore different types of dialog boxes ... Read More

Cr3dOv3r – Credential Reuse Attack Tool in Kali Linux

Prince Yadav
Updated on 26-Jul-2023 16:02:22

281 Views

In this tutorial, we will explore a powerful tool called Cr3dOv3r, which is used for conducting credential reuse attacks. Cr3dOv3r is specifically designed for Kali Linux, a popular Linux distribution widely used for penetration testing and ethical hacking purposes. In this article, we will delve into the functionalities and usage of Cr3dOv3r, providing step-by-step instructions along with code snippets and their explanations. By the end of this tutorial, you will have a solid understanding of how to leverage Cr3dOv3r to identify potential credential reuse vulnerabilities and enhance the security of your systems. Installation and Setup of Cr3dOv3r To begin, let's ... Read More

Copy Linux Binaries From One Linux System to Another using Exodus?

Prince Yadav
Updated on 26-Jul-2023 14:46:19

186 Views

Transferring Linux binaries from one system to another can be a challenging and time-consuming task, especially when you need to install the software on multiple machines. However, there is a tool available that simplifies this process - Exodus. It is a powerful tool that allows you to export and import software packages, including binaries and their dependencies, from one Linux system to another. In this article, we will explore the steps involved in using Exodus to copy Linux binaries from one system to another. We'll cover essential steps such as identifying the location of binaries and dependencies, creating an archive ... Read More

Collectl – Performance Analysis Tool in Linux

Prince Yadav
Updated on 26-Jul-2023 14:41:44

324 Views

In this tutorial, we will explore Collectl, a powerful performance analysis tool for Linux systems. Collectl provides comprehensive monitoring capabilities, allowing us to gather and analyze system performance metrics in real-time. Throughout this article, we will learn how to install Collectl and utilize its features to monitor various system resources, including CPU, memory, disk, and network usage. Installing Collectl To begin, let's install Collectl on our Linux system by following these steps − Step 1 − Open a terminal window on your linux machine. Step 2 − Update the package repository by running the following command − sudo apt update By executing the above command, ... Read More

Advertisements