Articles on Trending Technologies

Technical articles with clear explanations and examples

How to create a Bootable USB from ISO in Linux?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 8K+ Views

To create a bootable USB drive from an ISO file in Linux, we find it useful when installing a new operating system or running a live environment without affecting the existing system. It's also an excellent option when the computer lacks a CD/DVD drive, as USB drives are more common and easier to use. The process involves identifying the USB device, obtaining the ISO file, and using command-line tools like dd to write the ISO directly to the USB drive. This creates a bit-for-bit copy that makes the USB drive bootable. Step-by-Step Process Step 1 − Insert ...

Read More

mindepth and maxdepth in Linux find() command for limiting search to a specific directory

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 5K+ Views

The find command in Linux is used to search for files and directories within a directory structure. The mindepth and maxdepth options allow you to control the search depth, limiting results to specific directory levels. mindepth specifies the minimum depth level from which the search should start, while maxdepth defines the maximum depth level the search should reach. These options help you target specific areas within complex directory hierarchies. Understanding Depth Levels Maxdepth − Limits how deep the search goes into subdirectories. A depth of 0 means only the starting directory itself, 1 includes immediate subdirectories, and so ...

Read More

How to Create and Execute a .Jar File in Linux Terminal?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 2K+ Views

Creating and executing a .jar file in Linux is a simple process that combines the compilation of Java source code and the packaging of class files and resources into a single file. With the terminal, you can easily compile your code, create a JAR file, make it executable, and run your Java application with ease. The JAR format (Java Archive) offers a flexible and efficient way to package Java class files, resources, and metadata into a single, platform-agnostic file. The purpose of this format is to simplify the distribution and deployment process for Java applications, while also providing several ...

Read More

Difference between Android and Brew

Md. Sajid
Md. Sajid
Updated on 17-Mar-2026 575 Views

Android and BREW (Binary Runtime Environment for Wireless) are mobile operating systems that have been developed for smartphones and other mobile devices. While Android dominates the modern smartphone market, BREW was an important platform in the early mobile computing era, primarily targeting feature phones. What is Android? Google's Android is a widely used open-source mobile operating system first released in 2008. It has since become the dominant platform for smartphones, tablets, smartwatches, and other devices. Android is based on the Linux kernel and was designed primarily for touchscreen mobile devices, though it has been adapted to various form ...

Read More

How to Create ASCII Text Banners in Terminal?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 2K+ Views

Have you ever wanted to add a touch of creativity and fun to your terminal experience? One way to do so is by creating ASCII text banners in your terminal. ASCII art has been around since the early days of computers and can add a unique and personal touch to your command line interface. In this article, we'll explore how to create ASCII text banners in your terminal using a tool called FIGlet. We'll cover how to install and use FIGlet to generate customized ASCII banners with different fonts, sizes, and styles. Whether you're a seasoned command line user ...

Read More

Screenlets: An Amazing Tool to Add Desktop Gadgets/Widgets in Linux

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 3K+ Views

Screenlets is a powerful desktop customization tool for Linux that allows users to add interactive widgets and gadgets to their graphical interface. It provides a simple and intuitive way to enhance both the visual appeal and functionality of the Linux desktop environment. With Screenlets, users can add various widgets such as clocks, weather information, system monitors, sticky notes, RSS feeds, and more directly to their desktop. These widgets are highly customizable and can be positioned anywhere on the desktop, providing real-time updates and quick access to useful information. Screenlets is a popular choice among Linux users because it offers ...

Read More

How to Download Files to Specific Directory Using Wget?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 15K+ Views

As frequent users of command-line tools, we often find ourselves needing to download files from the internet. One of the go-to tools for this task is wget, which offers an efficient way to download files from the command line. However, it's important to know how to specify the directory where the downloaded files will be saved. In this article, we will explore downloading files to a specific directory using wget. We'll examine the different command-line options and parameters that you can use to specify the download directory, along with practical examples to illustrate their usage. Basic Wget Syntax ...

Read More

How to Enable Syntax Highlighting in Vi/Vim Editor?

Prince Yadav
Prince Yadav
Updated on 17-Mar-2026 2K+ Views

Vi/Vim is a highly adaptable text editor preferred by developers and system administrators. Among its many useful features, syntax highlighting stands out as a valuable tool for differentiating various code elements through color differentiation. This feature helps identify keywords, comments, strings, and other code components at a glance, significantly improving code readability and development efficiency. In this article, we will explore the steps involved in enabling syntax highlighting in Vi/Vim editor. Whether you are new to Vi/Vim or looking to enhance your skills, this comprehensive guide will help you take advantage of this powerful feature. How to Install ...

Read More

Scrot: A Command Line Tool to Take Desktop/Server Screenshots Automatically in Linux

Ayush Singh
Ayush Singh
Updated on 17-Mar-2026 506 Views

Scrot is a command-line tool in Linux that enables users to capture desktop or server screenshots automatically. By executing simple commands, users can take screenshots of their entire desktop or specific regions with precise control. Scrot offers various options for capturing screenshots, such as setting a delay before capture, selecting the output file format, and specifying the storage location. With its simplicity and flexibility, Scrot streamlines the process of taking screenshots in Linux, whether for documentation, troubleshooting, or sharing visual information. Features Full desktop capture − Take screenshots of the entire screen Region selection − Capture specific ...

Read More

Move cmd command

Diksha Patro
Diksha Patro
Updated on 17-Mar-2026 3K+ Views

The move command in Microsoft Windows Command Prompt is a powerful utility for relocating files and folders from one location to another. This built-in command provides an efficient way to organize and manage your file system directly from the command line interface. The basic syntax of the move command follows this pattern: the command itself, followed by the source file or directory path, and then the destination path. When executed, it transfers the specified file or folder to the new location, removing it from the original position. How It Works The move command operates by transferring files ...

Read More
Showing 7991–8000 of 61,297 articles
« Prev 1 798 799 800 801 802 6130 Next »
Advertisements