Last active
September 28, 2018 19:11
-
-
Save petergloor/b053d69173bb9a9326652c04a3032ee1 to your computer and use it in GitHub Desktop.
Revisions
-
petergloor revised this gist
Jul 2, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 config set <container> environment.LC_ALL de_CH.UTF-8 -
petergloor created this gist
Jul 2, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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