Skip to content

Instantly share code, notes, and snippets.

View Zobber's full-sized avatar
🎯
Focus

Erick Z Zobber

🎯
Focus
  • Universidad Nacional Abierta y a Distancia
  • Colombia
View GitHub Profile
@831jsh
831jsh / PROXMOX_SOLARIS_INSTALL.md
Last active September 30, 2025 02:55 — forked from h0tw1r3/PROXMOX_SOLARIS_INSTALL.md
Solaris 11.4.42 CBE Install on Proxmox
@nicks9188
nicks9188 / LC_CTYPE.md
Created May 6, 2019 13:51
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
  1. vi /etc/environment

add these lines...

LANG=en_US.utf-8
LC_ALL=en_US.utf-8

Alternatively,