mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add Configure Your Server Timezone as a linux til.
This commit is contained in:
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