hackerterminal/README.md

1.1 KiB

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:
  1. Run sudo apt-get update and sudo apt-get install sudo apt-get install omxplayer

  2. Run sudo rpi-update

  3. Comment out the following line in /boot/config.txt:

  • dtoverlay=vc4-kms-v3d
  1. 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.

  2. Finally, make videoplayer.py executable with chmod +x and put a link to it in /etc/rc.local

  3. Reboot to get everything working. Do not forget step 3!