Skip to content

Instantly share code, notes, and snippets.

@kaminchu
Last active August 13, 2018 05:55
Show Gist options
  • Save kaminchu/81521b10bce30572d67e84c7f73f6d75 to your computer and use it in GitHub Desktop.
Save kaminchu/81521b10bce30572d67e84c7f73f6d75 to your computer and use it in GitHub Desktop.
time4vpsセットアップ周り

これでよしなに

$ sudo dpkg-reconfigure locales

moshやった時エラーはこんな感じだった

$ locale: Cannot set LC_CTYPE to default locale: No such file or directory
$ locale: Cannot set LC_ALL to default locale: No such file or directory

add-apt-repositoryできん

$ sudo apt-get install apt-file
$ sudo apt-file update
$ sudo apt-file search add-apt-repository  ## これはなくてもいい?
$ sudo apt-get install software-properties-common

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment