Wrap command names in headings as inline code
This commit is contained in:
@@ -34,7 +34,7 @@ sudo apt update
|
||||
sudo apt install btop duf ncdu tealdeer ufw
|
||||
```
|
||||
|
||||
## btop, watching what the machine is doing
|
||||
## `btop`, watching what the machine is doing
|
||||
|
||||
The modern replacement for `top` and `htop`: CPU, RAM, disks, network and processes on one screen, with graphs, colors and a working mouse. This is what you open when something feels slow.
|
||||
|
||||
@@ -58,7 +58,7 @@ Click a process to select it, :kbd{value="Esc"} opens the menu, :kbd{value="Q"}
|
||||
#### Done !
|
||||
::
|
||||
|
||||
## duf, disk space that reads like a table
|
||||
## `duf`, disk space that reads like a table
|
||||
|
||||
`df -h` prints every loop device Docker ever created and leaves you squinting at the columns. `duf` shows the same information grouped, aligned and colored, with a usage bar per filesystem.
|
||||
|
||||
@@ -82,7 +82,7 @@ Local disks, network shares and system mounts are grouped separately. Add `--onl
|
||||
#### Done !
|
||||
::
|
||||
|
||||
## ncdu, finding what ate the disk
|
||||
## `ncdu`, finding what ate the disk
|
||||
|
||||
When `duf` tells you the disk is full, `ncdu` tells you why. It walks a folder, sorts everything by real size, and lets you drill down with the arrow keys instead of running `du -sh *` twenty times.
|
||||
|
||||
@@ -108,7 +108,7 @@ Arrows to move, :kbd{value="Enter"} to open a folder, :kbd{value="D"} to delete
|
||||
#### Done !
|
||||
::
|
||||
|
||||
## tldr, the manual without the 400 lines
|
||||
## `tldr`, the manual without the 400 lines
|
||||
|
||||
`man tar` is exhaustive and unreadable. `tldr tar` gives you the five commands people actually type, with a one-line explanation each. It's community-maintained examples rather than a substitute for the real manual, and on Debian the client is packaged as `tealdeer`.
|
||||
|
||||
@@ -136,7 +136,7 @@ tldr rsync
|
||||
#### Done !
|
||||
::
|
||||
|
||||
## lazydocker, managing containers from the terminal
|
||||
## `lazydocker`, managing containers from the terminal
|
||||
|
||||
The one exception: it isn't packaged by Debian. It's a full text interface for Docker, containers, images, volumes and logs in one screen, with keys to restart, stop or follow the logs of anything. Handy when you're already in SSH and don't feel like opening Dockge.
|
||||
|
||||
@@ -200,7 +200,7 @@ Being outside `apt` also means it won't be updated by `apt full-upgrade`. Repeat
|
||||
#### Done !
|
||||
::
|
||||
|
||||
## ufw, a firewall you can actually read
|
||||
## `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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user