Skip to content

Instantly share code, notes, and snippets.

@diablowu
Created April 16, 2015 13:32
Show Gist options
  • Select an option

  • Save diablowu/51d81eac4fc9891d3c3b to your computer and use it in GitHub Desktop.

Select an option

Save diablowu/51d81eac4fc9891d3c3b to your computer and use it in GitHub Desktop.
change timezone to China
#!/bin/bash
sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
sudo ntpdate cn.pool.ntp.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment