Skip to content

Instantly share code, notes, and snippets.

@M0LTE
Created September 7, 2022 23:48
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 M0LTE/8fbda8822ffb9b1af2bfb8efa5e7da81 to your computer and use it in GitHub Desktop.
Save M0LTE/8fbda8822ffb9b1af2bfb8efa5e7da81 to your computer and use it in GitHub Desktop.
#(as non-root, on a Pi 2B, Raspbian 11)
mkdir linbpq
cd linbpq
wget https://www.cantab.net/users/john.wiseman/Downloads/pilinbpq
mv pilinbpq linbpq
chmod +x linbpq
sudo setcap "CAP_NET_ADMIN=ep CAP_NET_RAW=ep CAP_NET_BIND_SERVICE=ep" linbpq
mkdir HTML
cd HTML
wget http://www.cantab.net/users/john.wiseman/Downloads/HTMLPages.zip
rm HTMLPages.zip
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment