= 2021-10-04 = == JMeter == * 目的:製作可以裝在 EC2 (Amazon Linux) 的 JMeter RPM 套件 == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula bash-completion dos2unix git libidn2 openssl@1.1 readline unrar ca-certificates fzf git-extras libunistring p7zip sqlite wget coreutils gdbm gmp ncurses pcre2 tig ddrescue gettext htop nmap pidof tree }}} {{{ ~$ brew list --cask firefox joplin skype tableau-public vmware-horizon-client font-hack messenger slack visual-studio-code zulu8 google-chrome pingid spectacle vlc }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "ca-certificates"->"openssl@1.1"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "ncurses"->"htop"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre2"->"git"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "ddrescue"; "dos2unix"; "fzf"; "gdbm"; "gettext"; "git-extras"; "gmp"; "libunistring"; "ncurses"; "p7zip"; "pcre2"; "pidof"; "readline"; "tree"; "unrar"; } }}}