- Messages
- 522
Here's a little something that might be of some assistance:Yeah, I’ve now installed Bodhi Linux. Later on I’ll try to get the hang of it and better understand how it works.
To speed things up during the installation, I left the international settings on US and the time appears to be set to Moscow, so I’ll probably need to reinstall it.
Well!! If the experience is positive, I’ll install it right away on my main netbook as well.
I’ll keep you updated and let you know what I like the most. Also, whenever I have doubts about some commands or about how certain applications work, I won’t hesitate to ask for your advice.
I’m happy to give it a new life and to be able to use it again like a normal notebook, including connecting to the Internet, whereas until a few days ago it was lying forgotten and was practically unusable.![]()
Loading…
bodhilinux.boards.net
Also from here:
automate dpkg-reconfigure tzdata
I'm using puppet to admin a cluster of debian servers. I need to change the timezone of each machine on the cluster. The proper debian way to do this is to use dpkg-reconfigure tzdata. But I can ...
sudo ln -fs /usr/share/zoneinfo/Europe/Dublin /etc/localtime
sudo dpkg-reconfigure -f noninteractive tzdata
If
isn't your time zone, you can list available time zones using e.g.:Europe/Dublin
in the terminal.ls -hAl /usr/share/zoneinfo/Europe/
