Skip to content

Instantly share code, notes, and snippets.

@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,

@nicks9188
nicks9188 / jira-centos-aws-linux.md
Last active August 16, 2023 13:34
Jira installation on Centos, AWS linux OS

JIRA Installation on Centos/AWS linux OS:

Prerequisits:

  1. Java ver 8
  2. a database (if using for prod env)

Java Configuration

Install:

  1. Search for available package: yum search java | grep 'java-'
  2. Select package to install: yum install java-1.8.0-openjdk* for example