Hurd: Difference between revisions
→Tray: Change timezone |
mNo edit summary |
||
Line 1: | Line 1: | ||
= Tray = | = Tray = | ||
Latest revision as of 17:26, 10 August 2019
Tray
Change timezone
// create a link to timezone
$ sudo ln -fs /usr/share/zoneinfo/America/Denver /etc/localtime
// commit
$ sudo dpkg-reconfigure -f noninteractive tzdata
Change hostname
- Last tested on Debian GNU/Hurd 0.9 (2019-08-10)
// update hostname file
$ vim /etc/hostname
// update hosts file
$ vim /etc/hosts
// update hostname
$ /etc/init.d/hostname.sh start
// check hostname
$ hostname