Saat SSH menggunakan terminal keluar error
perl: warning: Please check that your locale settings:
LC_ALL = “En_US”,
LANG = (unset) are supported and installed on your system.
perl: warning: Falling back to the standard locale (“C”).
Solusinya adalah menambahkan di dalam file ~/.bash_profile
baris berikut
# This setting is for the new UTF-8 terminal support
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8