Skip to content

Instantly share code, notes, and snippets.

View nguyenvq's full-sized avatar

Vo Quoc Nguyen nguyenvq

  • HCMC
View GitHub Profile
@DrYazid
DrYazid / starulm.md
Last active March 2, 2023 04:30
StarUml 3.0 full version

StarUML 3.0

  • 1- install staruml. : staruml
  • 2- install node.js : node.js
  • 3- go to ...\AppData\Local\Programs\StarUML\resources
  • 4- open CMD As admin
  • 5- execute
@HJianBo
HJianBo / LC_CTYPE.txt
Created November 7, 2017 02:02 — forked from jampajeen/LC_CTYPE.txt
Centos warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
vi /etc/environment
add these lines...
LANG=en_US.utf-8
LC_ALL=en_US.utf-8