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

634 B

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