From 836741a9333576cba03e01623cc0a566b42f703f Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 3 Feb 2022 22:51:43 +0100 Subject: [PATCH] Added readme --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf6b625 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Hackerterminal + +Plays recording of Shodan 2000 https://2000.shodan.io/ on a Raspberry Pi. To get random content upon reboot, we start at a random position. + +## How to use +This requires omxplayer and Python3. + +Python can be installed from repository. omxplayer has been deprecated. To install it perform the following steps: + +1. In the /etc/apt/sources.list ensure that there are the following two lines: +* deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi +* deb http://archive.raspberrypi.org/debian/ buster main ui +See also https://retropie.org.uk/forum/topic/25924/fails-to-install-on-raspbian-10/6 + +2. Run sudo apt-get update and sudo apt-get install sudo apt-get install omxplayer + +3. Run sudo rpi-update + +4. Comment out the following line in /boot/config.txt: +* dtoverlay=vc4-kms-v3d + +5. Copy videoplayer.py and your video file to /home/pi. Then, change the file name in videoplayer.py to the file name of your video file. + +6. Finally, make videoplayer.py executable with chmod +x and put a link to it in /etc/rc.local +