new aider args notes

This commit is contained in:
Dobromir Popov
2023-11-07 19:19:55 +02:00
parent 47e8b0105c
commit 6c9192d62b
2 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,11 @@ sudo systemctl stop systemd-resolved
sudo systemctl disable systemd-resolved
sudo systemctl enable systemd-resolved
sudo systemctl start systemd-resolved
# show all interfaces except docker
ifconfig | awk '/^(br-|veth)/ {flag=1; next} /^$/ {flag=0} !flag'