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 +```