跳到主要内容

Shell Awesome


Shell

SSH

Share

Network

  • curl
  • httpie
  • rs/curlie
    • 接口更友好,实际调用 curl

Utils

Editor

apk add nano  # Installed size 308 kB
apk add micro # Installed size 12.17 MB

root

  • proot-me/proot
    • user-space implementation of chroot, mount --bind, binfmt_misc
# bind
# -R 自动绑定
# -0 ROOT
# -q qemu-arm
# -q "qemu-arm -g 1234"
proot -b /tmp/alternate_opt:/opt -b /proc