Skip to content

Instantly share code, notes, and snippets.

@hugelgupf
Created April 15, 2020 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hugelgupf/db2035befac67a88c5aa0edb2a95ebfc to your computer and use it in GitHub Desktop.
Save hugelgupf/db2035befac67a88c5aa0edb2a95ebfc to your computer and use it in GitHub Desktop.
go get -u github.com/u-root/u-root
go install github.com/u-root/u-root/tools/makebb
makebb github.com/u-root/u-root/cmds/core/sshd github.com/u-root/u-root/cmds/exp/pxeserver
# to use:
./bb sshd
./bb pxeserver
# or
ln -s bb sshd
ln -s bb pxeserver
./sshd
./pxeserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment