반응형
SMALL

ping sbpaek.tistory.com | while read pong; do echo "$(date): $pong"; done

ping -D -c 3 sbpaek.tistory.com | awk '{if(gsub(/\[|\]/, "", $1)) {$1= strftime("[%F %T]", $1); print} else print }'

반응형
LIST
반응형
SMALL

$ timedatectl
$ sudo timedatectl set-timezone Asia/Seoul
$ sudo rm -rf /etc/localtime
$ ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime

반응형
LIST

+ Recent posts