This commit is contained in:
coelner 2023-03-22 13:39:31 +01:00
parent d6417d5028
commit f9c83f59ad
2 changed files with 5 additions and 2 deletions

View File

@ -53,4 +53,7 @@ curl -4 -k --anyauth -u "${credentials}" \
```
### socat as syslog server
`socat -u udp4-listen:514,bind=192.0.2.10, open:/tmp/syslog,creat,append`
`socat -u udp4-listen:514,bind=192.0.2.10, open:/tmp/syslog,creat,append`
### grep on binary text data
`tr '[\000-\011\013\177-\377]' '.' < Logfile.txt | grep anything`

View File

@ -1,4 +1,4 @@
# datadiode netzwork driver
# datadiode network driver
## loose thoughts
- based on ethernet or lwl