Clean up remaining writing-quality issues from the audit (E1, E3, E4, E7)
Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -203,7 +203,7 @@ Being outside `apt` also means it won't be updated by `apt full-upgrade`. Repeat
|
||||
|
||||
## `ufw`, a firewall you can actually read
|
||||
|
||||
Debian's firewall (`iptables`/`nftables` under the hood) is powerful and unreadable directly. `ufw`, *uncomplicated firewall*, is a thin layer on top that turns it into short, plain-English rules, block everything by default and open only what you actually expose.
|
||||
Debian's firewall (`iptables`/`nftables` under the hood) is powerful and unreadable directly. `ufw`, *uncomplicated firewall*, is a thin layer on top that turns it into short, plain-English rules: block everything by default and open only what you actually expose.
|
||||
|
||||
::steps{level="4"}
|
||||
#### Install it
|
||||
|
||||
@@ -44,7 +44,7 @@ tree:
|
||||
Create the `movies`, `tvseries`, and `library` folders in `/media`:
|
||||
|
||||
```bash [Terminal]
|
||||
mkdir -p /media/movies /media/library /media/tvseries
|
||||
mkdir -p /media/movies /media/tvseries /media/library
|
||||
```
|
||||
|
||||
### Deploy the stack
|
||||
|
||||
Reference in New Issue
Block a user