Toolverse
All skills

busybox-on-windows

by davila7

How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
davila7
Category
DevOps

About this skill

How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.

How to use

  1. Sprawdź, czy plik busybox.exe znajduje się już w tym samym katalogu co ta umiejętność. Jeśli tak, możesz przejść do kroku 4.

  2. Otwórz PowerShell i uruchom polecenie, aby sprawdzić architekturę procesora: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed. Zanotuj, czy masz procesor 32-bitowy czy 64-bitowy oraz czy obsługuje Unicode.

  3. Pobierz odpowiednią wersję BusyBox dla Twojego systemu, używając jednego z poleceń PowerShell dostępnych w dokumentacji. Dla większości nowoczesnych systemów Windows wybierz wersję 64-bitową: $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64.exe -OutFile busybox.exe

  4. Aby wyświetlić listę dostępnych poleceń UNIX, uruchom: busybox.exe --list

  5. Używaj BusyBox poprzez prefiks do każdego polecenia. Na przykład, aby wyświetlić zawartość katalogu, wpisz: busybox.exe ls -1

  6. Jeśli musisz uruchomić polecenie w innym katalogu, użyj pełnej ścieżki do pliku busybox.exe zamiast ścieżki względnej.

Related skills

postmortem-writing

by wshobson

Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem documents, or improving incident response processes.

DevOps
1385

azure-devops-rest-api

by Tiberriver256

Guide for working with Azure DevOps REST APIs and OpenAPI specifications. Use this skill when implementing new Azure DevOps API integrations, exploring API capabilities, understanding request/response formats, or referencing the official OpenAPI specifications from the

DevOps
995

crawl4ai

by basher83

This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.

DevOps
11128

lambda

by itsmostafa

AWS Lambda serverless functions for event-driven compute. Use when creating functions, configuring triggers, debugging invocations, optimizing cold starts, setting up event source mappings, or managing layers.

DevOps
127

macos-cleaner

by daymade

Analyze and reclaim macOS disk space through intelligent cleanup recommendations. This skill should be used when users report disk space issues, need to clean up their Mac, or want to understand what's consuming storage. Focus on safe, interactive analysis with user confirmation

DevOps
1331

file-organizer

by ComposioHQ

Intelligently organizes your files and folders across your computer by understanding context, finding duplicates, suggesting better structures, and automating cleanup tasks. Reduces cognitive load and keeps your digital workspace tidy without manual effort.

DevOps
1399