Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| blocks:server:first_start [2024-10-22 12:29] – Fixed links admin | blocks:server:first_start [2025-09-16 08:09] (current) – [Check for technical notes] mattias | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| {{: | {{: | ||
| + | |||
| + | ===== Check for technical notes==== | ||
| + | |||
| + | If we discover any major issues in the current image we will post the fixes on the forum under technical notes. Please visit the forum before moving on with further configuration: | ||
| + | https:// | ||
| ===== Setting Passwords ===== | ===== Setting Passwords ===== | ||
| Line 100: | Line 105: | ||
| After completing this basic set-up, you may want to continue with more [[advanced_server_configuration| Advanced Server Configurtion]]. Before you start using your shiny, new Blocks server you should also consider what [[blocks: | After completing this basic set-up, you may want to continue with more [[advanced_server_configuration| Advanced Server Configurtion]]. Before you start using your shiny, new Blocks server you should also consider what [[blocks: | ||
| + | |||
| + | ===== 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. | ||
| + | |||