From 6c9192d62b1636dbf3d7c71ca598cd6d0f4e530b Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 7 Nov 2023 19:19:55 +0200 Subject: [PATCH] new aider args notes --- linux/linux_network.sh | 8 ++++++++ linux/setup aider.md | 1 + 2 files changed, 9 insertions(+) diff --git a/linux/linux_network.sh b/linux/linux_network.sh index 7c5d555..efc4e76 100644 --- a/linux/linux_network.sh +++ b/linux/linux_network.sh @@ -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' + + + diff --git a/linux/setup aider.md b/linux/setup aider.md index b3f8a12..ffc70ba 100644 --- a/linux/setup aider.md +++ b/linux/setup aider.md @@ -15,6 +15,7 @@ export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin/ctags # personal export OPENAI_API_KEY=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 +aider -3 --no-auto-commits # dev-bro GPT4 export OPENAI_API_KEY=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 \ No newline at end of file