Update README.md

This commit is contained in:
skyper
2023-09-16 20:46:45 +01:00
committed by GitHub
parent 2b5787fafc
commit 4346778eb1
+2 -1
View File
@@ -155,7 +155,8 @@ Use [zapper](https://github.com/hackerschoice/zapper):
./zapper -a klog nmap -T0 10.0.0.1/24
# Same but started as a daemon:
(./zapper -a klog nmap -T0 10.0.0.1/24 &>nmap.log &)
# Start a tmux and hide tmux and all further processes as some kernel process:
# Replace the existing shell with tmux (with 'exec').
# Then start and hide tmux and all further processes - as some kernel process:
exec ./zapper -f -a'[kworker/1:0-rcu_gp]' tmux
```