mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Add Configure Your Server Timezone as a linux til.
This commit is contained in:
@@ -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)
|
||||
|
||||
8
linux/configure-your-server-timezone.md
Normal file
8
linux/configure-your-server-timezone.md
Normal file
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user