# Script to display random data to the screen. To be ran from a TTY, as a user who has write privileges to the fb0 device
while[true];do
cat /dev/urandom > /dev/fb0
done
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.