New backup 2026-01-03 12:30:02

This commit is contained in:
Penelope Gwen 2026-01-03 12:30:02 -08:00
parent 2e6fcad9d6
commit c126e70c0f

View file

@ -3,6 +3,7 @@
function ifstatus(){
nmcli --terse -f NAME,TYPE,AUTOCONNECT,AUTOCONNECT-PRIORITY,ACTIVE,DEVICE,STATE connection show | column -t --table-columns name,type,autoconnect,priority,active,device,state -s ':' -J | jq -c '.'
# jq '.table.[] | select(.type=="vpn")'
}
ifstatus