> В планах переписать всё на раби и рельсы.> раби и рельсы
_
%
> clear; printf "\nCurrent VNC users:\nLeft display:\t0\nRight display:\t0\nBoth displays:\t0\n"; while true; do cleft=0; cright=0; cboth=0; printf "\e[1;1H$(date +"[%F][%T]")"; read cleft cright cboth < <(sudo netstat-nat -n | grep '192.168.1.2:590[012]\{1\}' | grep ESTABLISHED | awk '{print $3,":",$2}' | awk -F ':' '{print $3,$2}' | awk '{print $2,$1}' | uniq -f1 -c | while read line; do read count port ip <<< "$line"; if [ "$count" -ge 2 ] || [ "$port" -eq "5902" ]; then let cboth+=1; elif [ "$port" -eq "5900" ]; then let cleft+=1; elif [ "$port" -eq "5901" ]; then let cright+=1; printf ""; fi; printf "${cleft} ${cright} ${cboth}\n"; done); printf "\e[3;17H%d \e[4;17H%d \e[5;17H%d \e[5;23H" "$cleft" "$cright" "$c_both"; sleep 1; done> однострочник> однострочник
- hanabira 0.6.1320- + wakaba + futallaby + futaba -