Reference ufw in the summary table and install command
This commit is contained in:
@@ -23,6 +23,7 @@ Every command here is typed in a terminal over SSH. If `sudo`, `apt` and `cd` do
|
|||||||
| `ncdu` | `du -sh` | Finding what filled the disk |
|
| `ncdu` | `du -sh` | Finding what filled the disk |
|
||||||
| `tldr` | `man` | The five commands you actually need |
|
| `tldr` | `man` | The five commands you actually need |
|
||||||
| `lazydocker` | `docker ps` and friends | Managing containers over SSH |
|
| `lazydocker` | `docker ps` and friends | Managing containers over SSH |
|
||||||
|
| `ufw` | raw `iptables` | A firewall you can actually read |
|
||||||
|
|
||||||
## The impatient version
|
## The impatient version
|
||||||
|
|
||||||
@@ -30,7 +31,7 @@ One line installs all the packaged ones, and each section below explains what yo
|
|||||||
|
|
||||||
```bash [Terminal]
|
```bash [Terminal]
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install btop duf ncdu tealdeer
|
sudo apt install btop duf ncdu tealdeer ufw
|
||||||
```
|
```
|
||||||
|
|
||||||
## btop, watching what the machine is doing
|
## btop, watching what the machine is doing
|
||||||
|
|||||||
Reference in New Issue
Block a user