Add archlinux tips

This commit is contained in:
Benoît S 2022-01-29 11:35:32 +00:00
parent f167189279
commit b787c07c1e
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
# Sysadmin tips
Archlinux merge new config files:
```console
for i in $(find /etc -regextype posix-extended -regex ".+\.pac(new|save)" 2> /dev/null); do sudo rm $i ${i%%.pacnew}; done
```
Get Github or Gitlab user key:
```console