close
For Solaris: Change timezone in Solaris
rtc -z GMT+8
rtc -c
export TZ=Asia/Taipei
ntpdate -b id.pool.ntp.org
For Solaris: Change IP address
ipadm delete-ip net0
ipadm create-ip net0
ipadm create-addr -T static -a local=10.1.1.123/24 net0/haha
route -p add default 10.1.1.254
Change RHEL7 timezone --
timedatectl list-timezones
timedatectl list-timezones | grep -i taipei
timedatectl set-timezone Asia/Taipei
全站熱搜
留言列表