https://github.com/guysoft/abusive-internet
An access point that abuses the user, uses a raspberry pi and geekcon magic
https://github.com/guysoft/abusive-internet
Last synced: 2 months ago
JSON representation
An access point that abuses the user, uses a raspberry pi and geekcon magic
- Host: GitHub
- URL: https://github.com/guysoft/abusive-internet
- Owner: guysoft
- License: gpl-3.0
- Created: 2014-09-18T08:45:38.000Z (over 10 years ago)
- Default Branch: devel
- Last Pushed: 2014-10-10T00:09:10.000Z (over 10 years ago)
- Last Synced: 2024-05-01T18:56:16.714Z (about 1 year ago)
- Size: 180 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Abusive-internet
================An access point that abuses the user, uses a raspberry pi and geekcon magic
Developing
----------Requirements
~~~~~~~~~~~~#. `qemu-arm-static `_
#. Downloaded `Raspbian `_ image.
#. root privileges for chroot
#. Bash
#. realpathBuild abusive-internet From within abusive-internet / Raspbian / Debian / Ubuntu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~abusive-internet can be built from Debian, Ubuntu, Raspbian, or even abusive-internet.
Build requires about 3.5 GB of free space available.
You can build it by issuing the following commands::sudo apt-get install realpath qemu-user-static
git clone https://github.com/guysoft/abusive-internet.git
cd abusive-internet/src/image
curl -J -O -L http://downloads.raspberrypi.org/raspbian_latest
cd ..
sudo bash -x ./buildUsage
~~~~~#. If needed, override existing config settings by creating a new file ``src/config.local``. You can override all settings found in ``src/config``. If you need to override the path to the Raspbian image to use for building abusive-internet, override the path to be used in ``ZIP_IMG``. By default the most recent file matching ``*-raspbian.zip`` found in ``src/image`` will be used.
#. Run ``src/build`` as root.
#. The final image will be created at the ``src/workspace``Code contribution would be appreciated!