Hackberry-Pi_Zero/Apps/README.md
2024-07-29 14:35:50 -07:00

949 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

How to install a TTY-CLOCK

sudo apt-get install tty-clock

Then you can run it by typing

tty-clock

I will recommend

tty-clock -c -s

to make it show in the middle of the display and show seconds
tty-clock user manual