Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:server:first_start [2020-05-14 11:25] admin Clarified how to apply network settings. |
blocks:server:first_start [2025-05-14 05:26] (current) mattias [Setting the Time Zone] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== First Start ====== | ====== First Start ====== | ||
- | This article assumes you have just prepared a brand-new Linux-based server, as described in [[creating_a_server|]]. | + | This article assumes you have just prepared a brand-new Linux-based server, as [[blocks: |
- | + | ||
- | :!: If you are looking for instructions for Ubuntu 18.04 based images, | + | |
Connect keyboard and mouse to the server, then turn on the power. After some brief initial messages, the screen shown below should appear. | Connect keyboard and mouse to the server, then turn on the power. After some brief initial messages, the screen shown below should appear. | ||
Line 60: | Line 58: | ||
{{: | {{: | ||
- | Toggle | + | **IMPORTANT**: |
{{: | {{: | ||
Line 101: | Line 99: | ||
:!: Make a note of this password in a safe place. | :!: Make a note of this password in a safe place. | ||
- | After completing this basic set-up, you may want to continue with more [[Advanced Server | + | After completing this basic set-up, you may want to continue with more [[advanced_server_configuration| |
+ | |||
+ | ===== Setting the Time Zone ===== | ||
+ | To set the correct time zone for your server, do as follows: | ||
+ | |||
+ | * Log in as the // | ||
+ | * Open a terminal window by clicking the " | ||
+ | |||
+ | On ubuntu 24.04 and Debian 12 one must remove obsolete storage of timezone information (This location is no longer updated by timedatectl, | ||
+ | |||
+ | < | ||
+ | |||
+ | For this part it is important that the longer TZ identifier is used (i.e. Europe/ | ||
+ | < | ||
+ | sudo timedatectl set-timezone Europe/ | ||
+ | </ | ||
+ | |||
+ | Verify: | ||
+ | < | ||
+ | |||
+ | You must restart Blocks to make this change take effect. |