local changes DEV

This commit is contained in:
Dobromir Popov
2024-04-08 12:36:16 +03:00
parent 56644db73f
commit dc2af0386d
10 changed files with 231 additions and 1 deletions

10
linux/disk fscheck.md Normal file
View File

@ -0,0 +1,10 @@
sudo umount /mnt/mmc
sudo fsck.vfat -a /dev/sdX1
sudo fsck.ext4 -cDfty -C 0 /dev/sdX1
-a: Automatically repair errors.
-c: Check for bad blocks.
-D: Optimize directories when possible.
-f: Force a check, even if the filesystem appears clean.
-t: Print timing stats (optional).
-C 0: Display progress information.

View File

@ -21,5 +21,5 @@ export PATH=$PATH:/home/linuxbrew/.linuxbrew/bin/ctags
export OPENAI_API_KEY=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
aider -3 --no-auto-commits
# dev-bro GPT4
# !!!!! dev-bro GPT4
export OPENAI_API_KEY=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