diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-23 15:11:53 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-23 15:11:53 +0300 |
| commit | 3a9c3de2f21fdd8f13c1fb5bbc34862661301c51 (patch) | |
| tree | 91fadd66ea3fac7a610367ced89d086ebc07210b | |
| parent | ee668cb4d66e147ef6a1067003b25e4a42be8be3 (diff) | |
jo
| -rw-r--r-- | Justfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,3 +29,4 @@ gather-fooodds: (ssh rex@fishfinger.buetow.org '(doas cat /var/log/fooodds; doas zcat /var/log/fooodds.*) | sort -u'; ssh rex@blowfish.buetow.org '( doas cat /var/log/fooodds; doas zcat /var/log/fooodds.0*) | sort -u' ) | grep -F -v 'logfile turned over' | sort -u > fooodds.log wc -l fooodds.log @echo Now check fooodds.log manually and update fooodds.txt accordingly. Any new paths to block? + @echo You could use an LLM to add more suspicious enrtries from the fooodds.log to the fooodds.txt file! |
