Skip to content

Instantly share code, notes, and snippets.

@petergloor
Last active September 28, 2018 19:11
Show Gist options
  • Select an option

  • Save petergloor/b053d69173bb9a9326652c04a3032ee1 to your computer and use it in GitHub Desktop.

Select an option

Save petergloor/b053d69173bb9a9326652c04a3032ee1 to your computer and use it in GitHub Desktop.

Revisions

  1. petergloor revised this gist Jul 2, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion lxd_set_locales_and_time.md
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    lxc exec <container> -- dpkg-reconfigure locales
    lxc exec <container> -- sudo dpkg-reconfigure tzdata
    lxc exec <container> -- sudo dpkg-reconfigure tzdata
    lxc config set <container> environment.LC_ALL de_CH.UTF-8
  2. petergloor created this gist Jul 2, 2017.
    2 changes: 2 additions & 0 deletions lxd_set_locales_and_time.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    lxc exec <container> -- dpkg-reconfigure locales
    lxc exec <container> -- sudo dpkg-reconfigure tzdata