command

  • Blog

    This Linux Terminal Tool Supercharges the history Command

    Summary The history command stores and displays previous commands, but Atuin enhances this with cross-host sync and a powerful interface. Atuin replaces the default history functionality, improving navigation and search through a TUI and advanced features. Atuin can be easily installed and customized, offering context-specific history, stats, and many configurable options. Spending all day tapping those arrow keys in the…

    Read More »
  • Blog

    How to create bootable Windows 11 USB with Command Prompt

    UPDATED 3/5/2025: You can use Command Prompt with the DiskPart tool to create a Windows 11 USB bootable media, and in this guide, I’ll outline the steps to complete the process. On Windows 11, you can create a USB bootable media with several tools, including the Media Creation Tool and popular third-party tools like Rufus and Ventoy. However, you can…

    Read More »
  • Blog

    Have Your Linux Terminal Read to You With the espeak Command

    Summary eSpeak lets you listen to your terminal commands instead of just reading them. You can install eSpeak through your default package manager such as uisng APT, DNF, or YUM. With various eSpeak options, you can adjust output speech, increase or decrease speech rate, and even choose different languages and accents. Want to listen to log files, command output, file…

    Read More »
  • Blog

    44 keyboard shortcuts for Command Prompt (Windows 10 & Windows 11)

    Most power users love the Command Prompt because it’s a straightforward way to run text-based commands and administrative tasks. Fortunately, over time, Microsoft improved the Command Prompt by adding many handy keyboard shortcuts in both Windows 10 and Windows 11. In this article, I’ll show you some of the best keyboard shortcuts for CMD so that you can work faster…

    Read More »
  • Blog

    New Aquabotv3 botnet malware targets Mitel command injection flaw

    A new variant of the Mirai-based botnet malware Aquabot has been observed actively exploiting CVE-2024-41710, a command injection vulnerability in Mitel SIP phones. The activity was discovered by Akamai’s Security Intelligence and Response Team (SIRT), who reports that this is the third variant of Aquabot that falls under their radar. The malware family was introduced in 2023, and a second…

    Read More »
  • Blog

    How To Use htop Command in Linux

    The htop is a CLI utility to check an interactive list of running processes in real-time. It is a more feature-rich and user-friendly alternative to the top command. The htop command allows you to manage system processes, monitor resources, and perform other administration tasks. One of the most prominent features of htop is that it shows color-coded processes, which helps…

    Read More »
  • Blog

    How To Use Traceroute Command in Linux

    Operating systems use packets for transferring the data on a network. These are small chunks of information that carry data and travel among devices. Moreover, when any network problem arises, packets aid in identifying the root cause of the underlying problem. How? By tracing the route of those packets. The traceroute command in Linux helps you map the path packets…

    Read More »
  • Blog

    How To Use Grep Command in Linux

    As the name suggests, grep or global regular expression print lets you search for specific text patterns within a file’s contents. Its functionalities include pattern recognition, defining case sensitivity, searching multiple files, recursive search, and many more.  So whether you’re a beginner or a system administrator, knowing about the grep command to locate the files efficiently is good. This tutorial…

    Read More »
  • Blog

    How to Run a Command That Requires sudo via SSH

    Secure Shell includes a lot of tricks, many of which can make your admin’s life exponentially easier. One such trick is the ability to run commands on remote servers, without logging in. Sure, you can take the time to log into the server, run the command, and log out, but why not just do it all in one fell swoop?…

    Read More »
  • Blog

    6 Tips for Using Linux Without Touching the Command Line

    When you read about Linux, you probably see a lot of talk about commands to use in the terminal. The command line can seem intimidating if you aren’t used to it, which is understandable. But what if we told you you don’t have to worry about that? Can You Use Linux Without the Terminal? The short answer is yes—you can…

    Read More »
Back to top button
close