How to update and change Timezone on Kali Linux Rolling
Update TimeZone:
Install ntpdate with terminal:
apt-get install ntpdate
update time:
ntpdate in.pool.ntp.org
Change Timezone:
dpkg-reconfigure tzdata
Tutorial Video:
apt-get install ntpdate
ntpdate in.pool.ntp.org
dpkg-reconfigure tzdata
Comments
Post a Comment