Created
September 7, 2022 23:48
-
-
Save M0LTE/8fbda8822ffb9b1af2bfb8efa5e7da81 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#(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