klotz: macos* + cli*

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. 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
  2. LM Studio has released lms, a command-line interface (CLI) tool to load/unload models, start/stop the API server, and inspect raw LLM input. It is developed on GitHub and is MIT Licensed.
    2024-10-22 Tags: , , , , , , by klotz
  3. Hallux.ai provides open-source solutions leveraging Large Language Models (LLMs) to streamline operations and enhance productivity for Production Engineers, SRE, and DevOps. Offering cutting-edge CLI tools for Linux and MacOS, they automate workflows, accelerate root cause analysis, empower self-sufficiency, and optimize daily tasks.
  4. 2021-09-17 Tags: , , by klotz
  5. 2018-08-24 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: Tags: macos + cli

About - Propulsed by SemanticScuttle