Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # set locale
  2. localectl # show current locale
  3. locale
  4.  
  5. # install locale
  6. apt-get install language-pack-ja language-pack-ja-base language-pack-gnome-ja language-pack-gnome-ja-base
  7. localectl # show updated locale
  8.  
  9. # set Timezone
  10. timedatectl set-timezone Asia/Tokyo
Add Comment
Please, Sign In to add comment