레이블이 ubuntu인 게시물을 표시합니다. 모든 게시물 표시
레이블이 ubuntu인 게시물을 표시합니다. 모든 게시물 표시

2016년 2월 1일 월요일

Ubuntu, install jdk 1.8.x



$sudo add-apt-repository ppa:webupd8team/java
$sudo apt-get update
$sudo apt-get install oracle-java8-installer

You will see some agreement, yes to all

After installation finished,
$java -version

java version "1.8.0_72"
Java(TM) SE Runtime Environment (build 1.8.0_72-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.72-b15, mixed mode)

Good luck!

2014년 6월 10일 화요일

upgrade ubuntu server 11.10 to 12.04LTS



ubuntu server 11.10

Distributor ID: Ubuntu
Description:    Ubuntu 11.10
Release:        11.10
Codename:       oneiric

codename is "Oneiric Ocelot"
https://help.ubuntu.com/community/PreciseUpgrades#Network_Upgrade_for_Ubuntu_Servers_.28Recommended.29

ubuntu page can help u for upgrade server

u can check codename using this command

$lsb_relese -a

Distributor ID: Ubuntu
Description:    Ubuntu 11.10
Release:        11.10
Codename:       oneiric

and upgrade command is

$do-release-upgrade

ref : http://www.howtoforge.com/how-to-upgrade-ubuntu-11.10-oneiric-ocelot-to-12.04-lts-precise-pangolin-desktop-and-server-p2

#this posting because ubuntu "apt-get install nodejs" is knocked on an open door

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...