4,461
edits
mNo edit summary |
→Tray: Change timezone |
||
Line 3: | Line 3: | ||
= Tray = | = Tray = | ||
== | == Change timezone == | ||
<source lang="console"> | |||
// create a link to timezone | |||
$ sudo ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime | |||
// commit | |||
$ sudo dpkg-reconfigure -f noninteractive tzdata | |||
</source> | |||
== Change hostname == | |||
{{testedon|2019-08-10|Debian GNU/Hurd 0.9}} | {{testedon|2019-08-10|Debian GNU/Hurd 0.9}} |