Hackberry-Pi_Zero/Apps
2024-07-29 23:30:23 +02:00
..
README.md Update README.md 2024-07-29 23:30:23 +02:00

How to use mouse in commandline

sudo apt-get install gpm

Then you can use mouse in commandline

How to install a terminal web browser

sudo apt-get install w3m-image

Then you can surf the internet with commands like

w3m google.com

w3m user mannuel

How to install a matrix-like screensaver

sudo apt-get install cmatrix

Then you can run it by typing

cmatrix

cmatrix Github page