Skip to content

Commit

Permalink
2023-11-11-qubesos-hw-testing.md: fix SoL script
Browse files Browse the repository at this point in the history
Only part of the script was provided.

Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
  • Loading branch information
SergiiDmytruk committed Dec 16, 2023
1 parent 164261d commit b4f05d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blog/content/post/2023-11-11-qubesos-hw-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,9 @@ See respective sections below for more information.
This is just another application of `socat`, this time without SSH:

```bash
socat -U stdio "TCP:$RTE:13541"
rte_ip=$1
serial_port=$2
socat -U stdio "TCP:$rte_ip:$serial_port"
```

RTE makes serial connection available over the network via `ser2net`, so just
Expand Down

0 comments on commit b4f05d5

Please sign in to comment.