§2023-09-13

¶1. Your first time to sync the @world

$ sudo emerge --ask --update --deep --newuse @world

After update sudo eselect news read new to read the news, or read https://www.gentoo.org/news/ online! This command will display the latest update news for your Gentoo system. ???Use the arrow keys??to scroll through the news, and press the 'q' key to exit the news reader when you're done.

¶2. edit locale.gen

$ sudo nano /etc/locale.gen   --> ucomment en_US.UTF-8 UTF-8
$ sudo locale-gen
 * Generating 2 locales (this might take a while) with 4 jobs
 *  (2/2) Generating C.UTF-8 ...                         [ ok ]
 *  (1/2) Generating en_US.UTF-8 ...                     [ ok ]
 * Generation complete
 * Adding locales to archive ...                         [ ok ]

$ localectl set-locale LANG=en_US.UTF-8

¶3. set timezone <-- was set in 30-systemd-build.md

$ sudo cp -v /usr/share/zoneinfo/Asia/Taipei /etc/localtime
$ sudo echo "/Asia/Taipei" > /etc/timezone
-bash: /etc/timezone: Permission denied
$ su
Password: 
# echo "/Asia/Taipei" > /etc/timezone
# date
Wed Sep 13 14:57:56 CST 2023