DIGITory/Ubuntu2012. 4. 5. 15:23



1. Install JAVA 

take a look  " http://joec.tistory.com/522 "


2. download 'android-sdk-linux'

go get it " http://developer.android.com/sdk/index.html "

and extract it to a directory


3. install Android SDK Platform-tools

You can see the text-file "adb_has_moved.txt" in 'tools' directory

------------------------------------------------------------------------------------------------

The adb tool has moved to platform-tools/


If you don't see this directory in your SDK,

launch the SDK and AVD Manager (execute the android tool)

and install "Android SDK Platform-tools"


Please also update your PATH environment variable to

include the platform-tools/ directory, so you can

execute adb from any location.

------------------------------------------------------------------------------------------------
:-(

so execute 'android' in tools. and install it.
then you can see 'platform-tools' directory.
'adb' file in it.

Posted by Joe.C
DIGITory/Ubuntu2012. 4. 5. 14:32



※ you can also install 'openjdk-6-jdk' by "sudo apt-get install openjdk-6-jdk"...


This is about installing SUN-JAVA JDK.


1.  Downloading

go to "http://www.oracle.com/technetwork/java/javase/downloads/index.html"

and donwload jdk (I got "jdk-7u3-linux-i586.tar.gz")

and extract it. you can see a directory named ""jdk1.7.0_03"

move the directory to "/usr/lib/java/" (create the 'java' directory)


2.  Installing

execute 'sudo update-alternatives --install "/usr/bin/java" "java" "/usr/lib/java/jdk1.7.0_03/jre/bin/java" 1'

and 'sudo update-alternatives --config java'

If you have another java-jdk, you can see some menus to select.

If you have just one, you can see this...

"There is only one alternative in link group java: /usr/lib/java/jdk1.7.0_03/jre/bin/java

Nothing to configure."


3. Checking

add the directory to PATH.

I did... edit '~/.bashrc' file. 

adding.... 

'export JAVA_HOME=/usr/lib/java/jdk1.7.0_03'

'export PATH=$JAVA_HOME:$PATH'

and excute 'java -version' to check.

you can see this...finally.

-------------------------------------------------------------------------------------

java version "1.7.0_03"

Java(TM) SE Runtime Environment (build 1.7.0_03-b04)

Java HotSpot(TM) Server VM (build 22.1-b02, mixed mode)


Posted by Joe.C
DIGITory/Ubuntu2012. 4. 4. 11:46



"The password you use to log in to your computer no longer matches that of your login keyring"

......................... what???? 


To solve this proble....


To reset your keyring.

1. Go into your home folder. 

2. Press ctrl & h to show your hidden folders. 

3. Now look in your .gnome2/keyrings directory. 

4. Find the default.keyring file.

5. Move that file to a different folder.

6. Once done, reboot your computer.

To re-hide your hidden files, follow step 2.


"http://www.linuxquestions.org/questions/linux-newbie-8/problem-with-enter-password-to-unlock-your-login-keyring-889111/"

Posted by Joe.C
DIGITory/Ubuntu2012. 3. 30. 18:53
Posted by Joe.C
DIGITory/Ubuntu2012. 2. 24. 09:45
FTP Client들 중에 char-set 설정이 안되는 놈들이 있다.. 무료인 것들 중에는....특히...

우분투 쓰다가 FTP client가 필요해서 유명한 Filezilla ...를 설치..

근데 이것도 한글이 안보인다;;;;

찾아보니...요놈은 셋팅 가능 !!!

1. File 메뉴의 Site Manager 진입

2.  Charset 탭으로 이동

3.  use custom charset 라디오 버튼 선택

4. Endcoding: 부분에 "EUC-KR" 이라고 입력 (쌍따옴표!! double quotation은 입력하는거 아님!)

이상!

 
Posted by Joe.C
DIGITory/Ubuntu2012. 2. 16. 11:05
http://joec.tistory.com/511

위 글...이후.. 상황...

But I can't install it... It says 'Unable to find the kernel source tree for the currently running kernel. kernel and that they are properly configured;////blah blah....' 

난 또 다시 오류에 직면...Nvidia graphic driver가 안깔림....

자... 커널 소스가 없다고 하니.... 확인해보자...

아래 명령으로 일단 버전 확인...

apt-cache search linux-source-*

 난 3.0.0 이란다.

http://ubuntuforums.org/showthread.php?t=843914 

구글링으로 위 글을 찾았다... 일단 해보자.

sudo apt-get install linux-headers-`uname -r`

이라고 써있다...

sudo apt-get install linux-headers-3.0.0

이라고 시도.....   생각보다 시간이 오래 걸린다...

설치가 끝나고.. 다시 Graphic Driver 설치 시도....

ㅠ.ㅠ 엉엉.... 일단 그래픽 드라이버는 깔린다 엉엉... 넘 좋아요 엉엉~
 
Posted by Joe.C
DIGITory/Ubuntu2012. 2. 16. 10:30
10.04를 쓰다가 EFL과 엮여 Webkit이 빌드가 안됨...

정말 하기 싫지만.... 과거의 아픈 기억을 떠올리며 다시 11.10 으로.. upgrade...

부팅이 안된다;;;;;;;;;;;;;;;;;;;;;;;

현상은... Checking batter state 에서 멈춤.

아래 블로그에서 해결 방법을 찾았다. 그래픽카드 드라이버 재설치...

http://mmemories.tistory.com/213 

1. command mode 진입 (ctr + alt + F1)

2. Log in

3. If your graphics device holds NVIDIA chipset, download the driver as below.

wget http://us.download.nvidia.com/XFree86/Linux-x86/285.05.09/NVIDIA-Linux-x86-285.05.09.run

4. add permission for excution like +x 

5. excute it.

OK... It's OK...

But I can't install it... It says 'Unable to find the kernel source tree for the currently running kernel. kernel and that they are properly configured;////blah blah....'

OOOOPS!!!!!
then.... for installing graphic dreiver, look at  'http://joec.tistory.com/512'

OK. I can install the graphic driver... BUT I CAN"T STILL SEE THE X-WINDOW!!!!


trying.... install gnome.......

sudo apt-get install gnome


 ..... Let's see what's gonna happen......

then.... NOTHING.....

OK. then...

check one more thing...

sudo apt-get install linux-image-$(uname -r)

OK.. It's already installed.

            apt-get remove --purge nvidia* 

Remove nvidia...stuff..

and 
. /etc/X11/xorg.cfg 

then REBOOT!!!!!

OK.. It's.... OVER!!! SOLVED!!!!
 



Posted by Joe.C