mirror of
https://github.com/ZitaoTech/Hackberry-Pi_Zero.git
synced 2025-12-27 14:19:39 +00:00
20 lines
364 B
Markdown
20 lines
364 B
Markdown
### This page will show you some recommended apps to use with HackberryPi
|
|
|
|
## How to use mouse in commandline
|
|
|
|
```sh
|
|
sudo apt-get install gpm
|
|
```
|
|
Then you can use mouse in commandline
|
|
|
|
## How to install a terminal web surfer
|
|
|
|
```sh
|
|
sudo apt-get install w3m-image
|
|
```
|
|
|
|
Then you can surf the internet with commands like
|
|
|
|
```sh
|
|
w3m google.com
|
|
```
|