Add List of connected machines
This commit is contained in:
parent
ca70e4f13d
commit
ff0f3fb738
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Sysadmin tips
|
# Sysadmin tips
|
||||||
|
|
||||||
|
List of connected machines:
|
||||||
|
|
||||||
|
```console
|
||||||
|
ss -tanpur | awk '{print $6}' | cut -d':' -f1 | sort | uniq
|
||||||
|
```
|
||||||
|
|
||||||
Archlinux merge new config files:
|
Archlinux merge new config files:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
Loading…
Reference in a new issue