klotz: homebrew*

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

  1. A US appeals court has ruled that a federal ban on home distilling, dating back to the Reconstruction era of 1868, is unconstitutional. The fifth US circuit court of appeals in New Orleans sided with the Hobby Distillers Association, finding that the ban was an improper use of Congressional taxing power and actually reduced tax revenue by preventing regulated production.
    Key points:
    - The ruling overturns a long-standing law intended to prevent liquor tax evasion.
    - Judge Edith Hollan Jones noted the government's logic could unfairly criminalize other home activities like remote work.
    - The decision upholds a previous district court ruling from Texas.
    - Advocates describe the win as a victory for individual liberty and limits on federal power.
  2. This Gist details a solution for reclaiming control over a macOS system when using older versions of Bash and the sandboxed App Store version of WireGuard cause issues. The core problem is that macOS's system Bash is outdated (version 3.2), which breaks modern scripts. Additionally, the App Store WireGuard client stores configurations in the Keychain, making them inaccessible to the command-line interface.
    The solution involves installing a modern Bash and WireGuard tools via Homebrew, fixing terminal issues with terminfo, configuring the root environment's PATH, and rescuing WireGuard configurations from the Keychain. By following these steps, users can establish a functional WireGuard CLI setup on their macOS systems, bypassing the limitations imposed by the system's default configuration.
    2026-03-31 Tags: , , , , , , , , , by klotz
  3. zerobrew is a faster, modern Mac package manager that applies uv's model to Mac packages. It features a content-addressable store, APFS clonefile, parallel downloads, and streaming execution for dramatic speedups.
  4. 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
  5. llama.cppで使えるllama-cliコマンドのヘルプの翻訳です。 このコマンドをインストールするにはHomebrewを使用します。
  6. The article details the M1 Macs’ transition to Homebrew’s /opt/homebrew/bin and its M1 support. Earthly resolves build issues related to paths and dependencies. Learn how.
    2024-08-20 Tags: , , by klotz
  7. A tech expert shares their experiences and tips for using Apple's new ARM-based Macs, including notes on Rosetta, Homebrew, Shell, Cocoapods, and other observations.
    2024-08-20 Tags: , , , , , , , by klotz
  8. Learn how to migrate to the native Homebrew on Apple M1 Macs with the release of version 3.0.0. Though not all tools are M1 native yet, this guide helps you work tool by tool to make the transition smoother.
    2024-08-20 Tags: , , , by klotz
  9. ==> emacs-plus@29
    Emacs.app was installed to:
    /usr/local/opt/emacs-plus@29

    To link the application to default Homebrew App location:
    osascript -e 'tell application "Finder" to make alias file to posix file "/usr/local/opt/emacs-plus@29/Emacs.app" at POSIX file "/Applications" with properties {name:"Emacs.app"}'

    Your PATH value was injected into Emacs.app/Contents/Info.plist

    Report any issues to https://github.com/d12frosted/homebrew-emacs-plus

    To restart d12frosted/emacs-plus/emacs-plus@29 after an upgrade:
    brew services restart d12frosted/emacs-plus/emacs-plus@29
    Or, if you don't want/need a background service you can just run:
    /usr/local/opt/emacs-plus@29/bin/emacs --fg-daemon
    2024-06-27 Tags: , , , by klotz
  10. 2023-10-06 Tags: , , , , , by klotz

Top of the page

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

About - Propulsed by SemanticScuttle