meta data for this page
  •  

Keresés

A keresés eredményét lentebb láthatod.

Teljes szöveg:

Hálózati okosságok
7 Találatok, Utolsó módosítás:
== netstat -an | awk '/^tcp/ {A[$(NF)]++} END {for (I in A) {printf "%5d %s\n", A[I], I}}' === Há... --------" echo -e "HOST\tPORT_WWN\t\tPORT_STATE" for host in /sys/class/fc_host/host*; do port_wwn=$... echo -e "HOST\tTARGET\tLUN\tTYPE\tVENDOR\tMODEL" for d in /sys/class/scsi_device/*; do device=$(base... dev/null | xargs) # SCSI type számból szöveges fordítás case "$type" in 0) type_str="Disk" ;;
Szkriptelés
12 Találatok, Utolsó módosítás:
e $(ps -o stat= -p $$) in *+*) echo "Running in foreground" ;; *) echo "Running in background" ;; ... $$-out-fifo rm -f /tmp/$$-out-fifo fi forrás [[https://stackoverflow.com/questions/3173131/... sed 's/([^(]*)$/,&/' | awk -F'[,]' '{a[$2]++}END{for(k in a) print $1,k,$3,"("a[k]"x)"}' ==== User in... d abort the script with an exit status of 1. Both forms nearly equivalent. The : makes a difference onl
DRBD
3 Találatok, Utolsó módosítás:
reached _both_ local and remote DISK. # * for critical transactional data. # B: write IO is... local DISK and remote buffer cache. # * for most cases. # A: write IO is reported as comp... cp send buffer. (see also sndbuf-size) # * for high latency networks startup { wfc-timeout 0; d