Hackberry-Pi_Zero/Apps
Zitao 34a93255ba
Update README.md
2024-07-31 00:48:31 +02:00
..
README.md Update README.md 2024-07-31 00:48:31 +02:00

README.md

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 manual

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