Skip to content

Instantly share code, notes, and snippets.

@nicks9188
nicks9188 / jira-centos-aws-linux.md
Last active June 22, 2025 08:32
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
@zircote
zircote / ssh.sh
Created September 26, 2011 21:45
Convert a AWS PEM into a ssh pub key
ssh-keygen -y -f private_key1.pem > public_key1.pub