Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
blocks:server:first_start [2025-05-13 14:18]
mattias [Setting the Time Zone]
blocks:server:first_start [2025-05-14 05:26] (current)
mattias [Setting the Time Zone]
Line 107: Line 107:
   * Open a terminal window by clicking the "Terminal" icon in the dock to the left.   * Open a terminal window by clicking the "Terminal" icon in the dock to the left.
      
-Remove obsolete storage of timezone information (This location is no longer updated by timedatectl)+On ubuntu 24.04 and Debian 12 one must remove obsolete storage of timezone information (This location is no longer updated by timedatectl, which is the modern way of setting up time on Linux systems using systemd) 
 <code>rm -f /etc/timezone</code> <code>rm -f /etc/timezone</code>