Skip to content

Instantly share code, notes, and snippets.

@sintret
Created October 3, 2018 17:21
Show Gist options
  • Save sintret/98404e6b110658c1035ea94e2ed89c12 to your computer and use it in GitHub Desktop.
Save sintret/98404e6b110658c1035ea94e2ed89c12 to your computer and use it in GitHub Desktop.
date
echo 'Asia/Jakarta' | tee /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
dpkg-reconfigure tzdata
centos
unlink /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Jakarta /etc/localtime
tzselect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment