Tags: cli* + linux*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This GitHub repository contains a collection of example files demonstrating various use cases and configurations for the llamafiles tools, including examples:

    * **System Administration:** Scripts and configurations for Ubuntu, Raspberry Pi 5, and macOS.
    * **LLM Interaction:** Examples of prompts and interactions with LLMs like Mixtral and Dolphin.
    * **Text Processing:** Scripts for summarizing text, extracting information, and formatting output.
    * **Development Tools:** Examples related to Git, Emacs, and other development tools.
    * **Hardware Monitoring:** Scripts for monitoring GPU and NVMe drive status.
  2. An fzf terminal UI for systemctl
    2025-07-07 Tags: , , , , , , by klotz
  3. isd is a TUI offering fuzzy search for units, auto-refreshing previews, smart `sudo` handling, and a fully customizable interface for power-users and newcomers alike. It simplifies systemd management.
    2025-07-07 Tags: , , , , , by klotz
  4. Linux Systemd administration tool with nice TUI written in C
    2025-07-07 Tags: , , , , , by klotz
  5. This article details how to rip CDs using the abcde command-line tool in Linux, providing instructions, options, and a sample configuration file for efficient and high-quality audio ripping.
  6. This article details five Linux terminal utilities – ncdu, btop++, bandwhich, mtr, and bmon – that enhance system resource monitoring beyond standard tools.

    | **Utility** | **Description** |
    |---|---|
    | ncdu | Directory disk usage explorer |
    | btop++ | System resource monitor with a top-like interface |
    | bandwhich | Real-time network monitor |
    | mtr | Network traceroute with live statistics |
    | bmon | Bandwidth monitor |
    2025-05-27 Tags: , , , , , , , by klotz
  7. Homebrew simplifies the installation of missing command-line software on macOS, addressing inconsistencies between BSD and GNU versions and managing the PATH environment.

    | Command | Description |
    |-------------|--------------------------------------------------------|
    | `brew install wget` | Installs the `wget` program using Homebrew. |
    | `brew install tree` | Installs the `tree` utility using Homebrew. |
    | `brew install emacs`| Installs the `emacs` text editor using Homebrew. |
    | `brew install coreutils` | Installs core utilities using Homebrew. |
    | `brew install findutils`| Installs findutils using Homebrew. |
    | `which find` | Displays the location of the `find` command. |
    | `which -a` | Displays all locations of a command in the PATH. |
    | `--version` or `--help` | Options to check the version of a command. |
    | `gsed` | GNU `sed` stream editor (installed via Homebrew). |
    | `gfind` | GNU `find` utility (installed via Homebrew). |
    | `make` | Used for compiling software from source (mentioned as an older method).|
    | `grep` | BSD version mentioned as a pre-installed utility. |
    | `find` | BSD version mentioned as a pre-installed utility. |
    | `vim` | BSD version mentioned as a pre-installed utility. |
    2025-04-20 Tags: , , , , , , by klotz
  8. Charm makes the command line glamorous with tools like Huh for interactive forms, Lip Gloss for styling, and Glow for markdown reading. They offer various libraries and applications for building terminal user interfaces.
    2025-03-11 Tags: , , , , , , by klotz
  9. The article discusses the use of jq, xq, and yq tools for processing JSON, XML, and YAML data from the command line. It includes examples of how to use these tools to extract and manipulate data, as well as converting GPX files to CSV format.
    2025-03-04 Tags: , , , , , , , by klotz
  10. Visualize your git commits with a heat map in the terminal.
    2025-01-28 Tags: , , , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "cli+linux"

About - Propulsed by SemanticScuttle