2016년 1월 20일 수요일

[ffmpeg] ubuntu ffmpeg install (E: Package 'ffmpeg' has no installation candidate)

aws ubuntu 에 ffmpeg 설치가 필요했다.

ubuntu 버전은 14.04


1. 컴파일 설치
 
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu 참조


2. apt-get 설치

https://www.ffmpeg.org/download.html 에서 링크를 타고


https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media 로 이동해보니 방법이 쭉 나와있다

sudo add-apt-repository ppa:mc3man/trusty-media
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install ffmpeg

순서대로 진행하면 완료~



- ubuntu ffmpeg install
- apt-get install ffmpeg
- E: Package 'ffmpeg' has no installation candidate

2016년 1월 19일 화요일

Switching easily between Java JDKs on Mac OS X

original URL :
https://wimdeblauwe.wordpress.com/2014/03/20/switching-easily-between-java-jdks-on-mac-os-x/





I just came upon a neat little trick to easily switch what JDK you are using on the command line on Mac OS X (10.9.2 is the version I am using), courtesy of this AskDifferent answer.
First, add the following aliases in ~/.profile file:
alias setJdk6='export JAVA_HOME=$(/usr/libexec/java_home -v 1.6)'
alias setJdk7='export JAVA_HOME=$(/usr/libexec/java_home -v 1.7)'
alias setJdk8='export JAVA_HOME=$(/usr/libexec/java_home -v 1.8)'
Open a new terminal window or use source ~/.profile to load the aliases.
Now you can easily switch between the installed JDKs:
> setJdk6
We can verify that Maven picks this up correctly:
> mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /Applications/maven/apache-maven-3.0.4
Java version: 1.6.0_65, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"
To go to JDK 7:
> setJdk7
And Maven shows:
> mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /Applications/maven/apache-maven-3.0.4
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"
This works just as well to switch to the just released JDK 8:
> setJdk8
Maven output:
> mvn --version
Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Maven home: /Applications/maven/apache-maven-3.0.4
Java version: 1.8.0, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"
Voila, simpel and effective!


2016년 1월 14일 목요일

[ubuntu] ubuntu jdk 1.7 install

- ubuntu jdk 1.7 install
- ubuntu jdk install
- ubuntu jdk 설치



OpenJDK

sudo apt-get install openjdk-7-jdk



Oracle JDK

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
sudo apt-get install oracle-java7-set-default


http://hangaebal.tistory.com/12

[ubuntu] ubuntu tomcat 7 install


- ubuntu tomcat install
- ubuntu tomcat7 install



sudo apt-get install tomcat7




http://hangaebal.tistory.com/11



[IntelliJ] IntelliJ 14 download

- IntelliJ 14 download, install
- IntelliJ Previous version download
- IntelliJ 14 다운로드, 설치
- IntelliJ 이전 버전 다운로드, 설치


JetBrains 이전 버전 다운로드 링크 페이지
https://confluence.jetbrains.com/display/IntelliJIDEA/Previous+IntelliJ+IDEA+Releases


혹은 다운로드 페이지에서 Previous versions 링크 클릭 해도 해당 페이지로 이동 가능



http://hangaebal.tistory.com/10




[JDK 1.7] JDK 1.7 설치, JDK 1.7 install

-----------------------
- jdk 1.7 install
- jdk 1.7 install on mac
-----------------------

1. 다운로드 페이지 이동
http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

2. Java SE Development Kit 다운로드 목록에서 Accept License Agreement 클릭해서 약관 동의

3. OS에 맞는 항목 다운로드 후 설치
- Mac은 Mac OS X x64
- Windows의 경우 32비트는 Windows x86 / 64비트는 Windows x64



http://hangaebal.tistory.com/9

[Maven] Maven Install on Mac OS X, Mac OS에 Maven 설치

------------------------------------------
- mvn: command not found
- mvn install on mac
- maven install on mac
- maven install on osx
- maven mac 설치
------------------------------------------



Mac 환경에서 Maven을 설치하려고 보니 dmg나 pkg 같은 설치 형태로는 제공하고 있지 않다.
(http://maven.apache.org/download.cgi)

직접 받아서 설치해도 되지만 brew를 설치했다면 터미널에서 명령어 하나로 간단히 설치 가능하다.
(brew 설치는 http://hangaebal.tistory.com/7 참고)

brew install maven


메이븐 설치 끝!


http://hangaebal.tistory.com/8

[Homebrew] Mac OS brew install, brew 설치



- Mac OS homebrew brew install

- OS X homebrew brew install

- mac homebrew brew 설치



Homebrew


Mac OS 환경에서 개발하다가 이것 저것 설치하다 보면 rpm이나 apt-get 같은건 없나 싶은 경우가 있다.


Homebrew는 리눅스의 RPM(Red Hat Package Manager)나 우분투 등의 데비안 계열의 apt-get(Advanced Packaging Tool) 처럼 패키지 관리를 쉽게 할 수 있도록 도와준다.


- 설치는 터미널에서 아래 명령어를 입력하면 끝

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


- 이후 사용은 'brew install 패키지명' 형태로 한다.






http://hangaebal.tistory.com/7

이사중


주소 :
http://hangaebal.tistory.com