= 2021-03-05 = == macOS + Android == * 需求: 讓 macBook 筆電 透過 USB 使用 Android 的網路(Wi-Fi or 3G/4G) * 工具:horndis {{{ brew info horndis horndis: 9.2 https://github.com/jwise/HoRNDIS Not installed From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/horndis.rb ==> Name HoRNDIS ==> Description Android USB tethering driver ==> Artifacts HoRNDIS-9.2.pkg (Pkg) ==> Caveats horndis requires a kernel extension to work. If the installation fails, retry after you enable it in: System Preferences → Security & Privacy → General For more information, refer to vendor documentation or this Apple Technical Note: https://developer.apple.com/library/content/technotes/tn2459/_index.html ==> Analytics install: 25 (30 days), 92 (90 days), 818 (365 days) }}} == homebrew == {{{ ~$ brew tap coursier/formulas homebrew/cask homebrew/cask-fonts homebrew/cask-versions homebrew/core homebrew/services jlhonora/lsusb }}} {{{ ~$ brew list --formula bash-completion gettext icu4c mosh oniguruma protobuf tig xz coreutils git jq mtr openssl@1.1 python@3.8 tree dos2unix git-extras libidn2 ncurses pcre2 readline unrar gdbm htop libunistring nmap pidof sqlite wget }}} {{{ ~$ brew list --cask firefox google-chrome messenger slack visual-studio-code zulu8 font-hack joplin mpv spectacle visualvm }}} {{{ #!graphviz digraph "brew-dep" { rankdir=LR; node [shape=record]; "gdbm"->"python@3.8"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "libidn2"->"wget"; "libunistring"->"libidn2"; "libunistring"->"wget"; "mpdecimal"->"python@3.8"; "ncurses"->"htop"; "oniguruma"->"jq"; "openssl@1.1"->"mosh"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.8"; "openssl@1.1"->"wget"; "pcre2"->"git"; "protobuf"->"mosh"; "readline"->"python@3.8"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.8"; "tcl-tk"->"python@3.8"; "xz"->"python@3.8"; "bash-completion"; "coreutils"; "dos2unix"; "gdbm"; "gettext"; "git-extras"; "icu4c"; "libunistring"; "mtr"; "ncurses"; "oniguruma"; "openssl@1.1"; "pcre2"; "pidof"; "protobuf"; "readline"; "tree"; "unrar"; "xz"; } }}}