From 655395881603bfb61ea0f7d52293f3e7865b9bb0 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 5 Oct 2015 22:40:06 -0500 Subject: [PATCH] Add Configure Your Server Timezone as a linux til. --- README.md | 4 ++++ linux/configure-your-server-timezone.md | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 linux/configure-your-server-timezone.md diff --git a/README.md b/README.md index 1b8c7f4..310e118 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,10 @@ smart people at [Hashrocket](http://hashrocket.com/). - [Throttling A Function Call](javascript/throttling-a-function-call.md) - [Truthiness of Integer Arrays](javascript/truthiness-of-integer-arrays.md) +### linux + +- [Configure Your Server Timezone](linux/configure-your-server-timezone.md) + ### mac - [Default Screenshot Location](mac/default-screenshot-location.md) diff --git a/linux/configure-your-server-timezone.md b/linux/configure-your-server-timezone.md new file mode 100644 index 0000000..64a6d6b --- /dev/null +++ b/linux/configure-your-server-timezone.md @@ -0,0 +1,8 @@ +# Configure Your Server Timezone + +On Ubuntu and Debian, you can open an interactive prompt for configuring +your timezone with the following command: + +```bash +$ dpkg-reconfigure tzdata +```