curl~wget~ssh~nmap~grep~awk~sed~find~ls~cat~jq~vim~git~tar~zip~fzf~
   __________  _   ___________    _____   ____________ ~htop~ps~tmux~
  / ____/ __ \/ | / /_  __/   |  /  _/ | / / ____/ __ \ ~rsync~curl~
 / /   / / / /  |/ / / / / /| |  / //  |/ / __/ / /_/ /  ~ping~dig~
/ /___/ /_/ / /|  / / / / ___ |_/ // /|  / /___/ _, _/  ~nc~socat~
\____/\____/_/ |_/ /_/ /_/  |_/___/_/ |_/_____/_/ |_|  ~wget~ssh~
~strace~lsof~watch~parallel~bc~sort~uniq~cut~paste~join~comm~tree~
    __  _____________  ~~~~╔══════════════════════════════════════════╗
   /  |/  / ____/ __ \  ~~~║        AVAILABLE COMMANDS v1.2           ║~
  / /|_/ / /   / /_/ / ~~~~╚══════════════════════════════════════════╝~
 / /  / / /___/ ____/ ~nmap~sqlmap~hydra~john~openssl~gnupg~age~firejail~
/_/  /_/\____/_/~apparmor~aircrack~hashcat~nikto~dirb~gobuster~tshark~
~ffmpeg~imagemagick~tesseract~figlet~aspell~trans~chromium~sqlite3~
~postgresql~redis~ansible~hugo~pandoc~ranger~neofetch~glances~iotop~
~ripgrep~fd~bat~less~head~tail~wc~tr~yq~pigz~bzip2~xz~zstd~p7zip~unrar~
~tmux~byobu~zsh~mtr~traceroute~whois~netstat~ss~iperf3~httpie~age~keychain~      

==============================================================================

This document lists all available commands in the Container-MCP environment.
Feel free to use any of these tools in your sandbox environment.

--[ FILE AND TEXT PROCESSING ]----------------------------------------------

  bat         - Better alternative to cat with syntax highlighting
  jq          - JSON processor
  yq          - YAML processor
  pandoc      - Universal document converter
  grep        - Search text using patterns
  ripgrep     - Faster alternative to grep
  ag          - The Silver Searcher, another fast grep alternative
  awk         - Pattern scanning and text processing
  sed         - Stream editor for filtering and transforming text
  tr          - Translate or delete characters
  vim         - Improved vi text editor
  nano        - Simple text editor
  neovim      - Modern vim fork with enhanced features
  less        - Text file viewer
  cat         - Concatenate and display files
  head        - Output the first part of files
  tail        - Output the last part of files
  wc          - Count lines, words, and characters
  sort        - Sort lines of text files
  uniq        - Report or filter out repeated lines
  cut         - Remove sections from lines
  paste       - Merge lines of files
  join        - Join lines of two files on a common field
  comm        - Compare two sorted files line by line
  poppler-utils - PDF manipulation utilities
  wkhtmltopdf - Convert HTML to PDF

--[ FILE MANAGEMENT ]------------------------------------------------------

  ls          - List directory contents
  tree        - Display directory tree structure
  find        - Search for files
  fd          - Simple, fast alternative to find
  ncdu        - Disk usage analyzer with ncurses interface
  tar         - Archive utility
  zip/unzip   - Zip archive utility
  gzip/gunzip - Compress or expand files
  pigz        - Parallel implementation of gzip
  bzip2/bunzip2 - Higher compression than gzip
  xz          - Highest compression
  zstd        - Fast compression
  lzip        - LZMA-based compression
  lzma        - LZMA compression utility
  p7zip-full  - 7z file archive utility
  rar/unrar   - RAR archive utility
  cpio        - Copy files to and from archives
  rsync       - Remote file copy and synchronization
  scp         - Secure copy
  ranger      - File manager with vim-like keybindings

--[ SYSTEM TOOLS ]--------------------------------------------------------

  ps          - Report process status
  top         - Display processes
  htop        - Interactive process viewer
  glances     - System monitoring tool
  iotop       - I/O usage monitor
  strace      - Trace system calls and signals
  ltrace      - Library call tracer
  lsof        - List open files
  pv          - Monitor progress of data through a pipe
  watch       - Execute a program periodically, showing output
  tmux        - Terminal multiplexer
  byobu       - Text-based window manager and terminal multiplexer
  fzf         - Command-line fuzzy finder
  parallel    - Execute commands in parallel
  neofetch    - System information tool with ASCII art logo
  sysstat     - Performance monitoring tools
  bc          - Command line calculator
  entr        - Run commands when files change
  moreutils   - Collection of useful Unix tools
  zsh         - Z shell, alternative to bash
  procps      - Process information utilities
  iproute2    - Network configuration tools
  apparmor    - Security profile manager
  firejail    - Security sandbox program

--[ NETWORK TOOLS ]-------------------------------------------------------

  wget        - Download files from the web
  curl        - Transfer data from or to a server
  nmap        - Network exploration and security scanning
  ssh         - OpenSSH client
  ping        - Send ICMP ECHO_REQUEST to network hosts
  traceroute  - Print the route packets take to a network host
  mtr         - Network diagnostic tool combining ping and traceroute
  dig         - DNS lookup utility
  host        - DNS lookup utility
  whois       - Client for the whois directory service
  netstat     - Network statistics
  ss          - Another utility to investigate sockets
  net-tools   - Collection of networking utilities
  dnsutils    - DNS utilities including dig and host
  iperf3      - Network performance measurement tool
  nc          - Netcat, the TCP/IP swiss army knife
  socat       - Multipurpose relay
  httpie      - User-friendly HTTP client
  tshark      - Command-line network protocol analyzer

--[ MULTIMEDIA ]----------------------------------------------------------

  ffmpeg      - Record, convert, and stream audio and video
  imagemagick - Image manipulation
  tesseract   - OCR (Optical Character Recognition)
  chromium-browser - Web browser
  chromium-driver - WebDriver for Chromium
  pixterm     - Display images in the terminal using ANSI/ASCII art

--[ PROGRAMMING AND DEVELOPMENT ]-----------------------------------------

  python3     - Python programming language interpreter
  python3.12  - Latest Python interpreter
  python3-pip - Python package installer
  uv          - Fast Python package installer and resolver
  gcc         - GNU C and C++ compiler
  make        - GNU make utility
  git         - Distributed version control system
  tig         - Text-mode interface for Git
  nodejs      - JavaScript runtime
  npm         - Node package manager
  go/golang   - Go programming language compiler
  build-essential - Development tools for building C/C++ code
  libxml2-dev - Development files for libxml2
  libxslt1-dev - Development files for libxslt
  libssl-dev  - Development files for OpenSSL
  libffi-dev  - Development files for libffi

--[ DATABASE TOOLS ]------------------------------------------------------

  sqlite3     - SQLite database
  postgresql-client - PostgreSQL client
  mysql-client - MySQL client
  redis-tools - Redis client

--[ SECURITY AND PENETRATION TESTING ]------------------------------------

  nmap        - Network exploration and security scanning
  nikto       - Web server scanner
  sqlmap      - SQL injection tool
  dirb        - Web content scanner
  gobuster    - Directory and DNS bruteforcing tool
  aircrack-ng - Wi-Fi security auditing tools
  hydra       - Password cracking utility
  hashcat     - Advanced password recovery
  john        - John the Ripper password cracker

--[ ENCRYPTION UTILITIES ]------------------------------------------------

  gnupg       - GNU Privacy Guard
  openssl     - OpenSSL toolkit
  cryptsetup  - Disk encryption utility
  age         - Simple, modern file encryption tool
  keychain    - Authentication agent

--[ INFRASTRUCTURE AS CODE ]----------------------------------------------

  ansible     - IT automation platform
  hugo        - Static site generator

--[ TEXT ANALYSIS AND LANGUAGE TOOLS ]------------------------------------

  aspell      - Interactive spell checker
  hunspell    - Spell checker
  wordnet     - Lexical database for English
  trans       - Translate Shell for language translation
  figlet      - Create ASCII text banners
  tesseract-ocr - OCR engine
  tesseract-ocr-eng - English language data for Tesseract

==============================================================================
         HAPPY COMPUTING! - USE THESE TOOLS WISELY AND EFFICIENTLY!
============================================================================== 
