Add archlinux tips
This commit is contained in:
parent
f167189279
commit
b787c07c1e
1 changed files with 8 additions and 0 deletions
|
@ -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:
|
Get Github or Gitlab user key:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue