'.....'에 해당되는 글 135건

  1. 2013.04.03 Cannot execute adb or fastboot
  2. 2013.02.01 Upgrade ubuntu version to 12.04 precise
  3. 2012.12.31 Create a random MAC address with python virtinst
  4. 2012.12.28 dd 명령어의 진행상태 보기 1
  5. 2012.12.21 Network problem of virtual box in ubuntu 11.10
  6. 2012.12.21 Remote connection with Windows
  7. 2012.09.04 SEEK4ANDROID
  8. 2012.08.17 FTA from Reuter
  9. 2012.07.04 Mint
  10. 2012.06.17 Water bear / 곰벌레


Cannot execute adb or fastboot

Development/Linux & Android 2013. 4. 3. 13:17


Even though you installed adt-bundle-sdk and jdk,
if you meet the below message after execution adb or fastboot on Ubuntu ,

bash: /home/user/android-sdk/sdk/platform-tools/adb: No such file or directory



You should install the below things,

sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386


:

Upgrade ubuntu version to 12.04 precise

Development/Linux & Android 2013. 2. 1. 21:11

Ubuntu 10.04 to 12.04 or 11.10 to 12.04

 

자꾸 까먹는다... ;;

http://library.linode.com/upgrading/upgrade-to-ubuntu-12.04-precise

:

Create a random MAC address with python virtinst

Development/Linux & Android 2012. 12. 31. 11:01

python의 virtinst.util.randomMAC() 를 이용하여 임시 MAC adress를 생성할 수 있다.


먼저 libvirt를 설치,

$sudo apt-get install python-libvirt


python 명령어를 아래와 같이 수행

$python -c "import virtinst.util ; print virtinst.util.randomMAC()"


실행 중에 importerror 이 발생하면 관련된 package 를 설치해준다.

python-libvirt

virt-viwer

python-urlgrabber



Environment @ Ubuntu 12.04 LTS

:

dd 명령어의 진행상태 보기

Development/Linux & Android 2012. 12. 28. 16:32
Linux에서 DD 명령을 이용할 때 진행 상황이 궁금하다면 아래 명령어를 이용.
단, 우선적으로 pv 가 설치되어야 함.

$apt-get install pv
$dd if=/path/inputfile | pv | dd of=/path/outpufile





:

Network problem of virtual box in ubuntu 11.10

Development/Linux & Android 2012. 12. 21. 17:08

Environment : Ubuntu 11.10 , VirtualBox 4.2.6

Ubuntu에서 Windows7을 사용하기 위하여 설치하였으나 Network adapter가 정상적으로 동작하지 않음.


아래의 링크를 참조하여 해결함. 해당 command를 사용하기 전에 동작중이던 가상머신은 중지 시키고 사용할 것.

https://forums.virtualbox.org/viewtopic.php?f=15&t=51485


#VBoxManage modifyvm "VMNamexxx" --natdnshostresolver1 on





.


:

Remote connection with Windows

Development/Linux & Android 2012. 12. 21. 16:22

Environment : Linux machine Ubuntu 11.10, Windows7

Utility : Remmina


우분투에서 Windows PC로 원격접속이 필요한 경우 remmina 를 이용하여 접속 가능.

윈도우즈에서 제공하는 원격접속 프로그램인 mstsc 와 거의 비슷하다.


#sudo apt-get install remmina


ps. 글꼴 부드럽게 하기 옵션은 반드시 선택!!



:

SEEK4ANDROID

Development 2012. 9. 4. 19:06

Secure Element Evaluation Kit for Android

http://code.google.com/p/seek-for-android/

 

:

FTA from Reuter

ETC. 2012. 8. 17. 11:27

http://www.reuters.com/article/2012/07/31/column-dcjohnston-skorea-idUSL2E8IPM4720120731

 

 

"오바마가 FTA를 통해 7만개의 일자리 창출 가능하다고 했다. 근데 EPI 등의 자료를 보면 오히려 15만개 일자리가 없어 질거다. 한국이 더 좋은 거다."

라는데 원래 한미 FTA 자체가 한국은 현대차 잘 팔리게 해줄고 미국은 농축수산 잘 팔리게 해줄려고 한거 아닌가?

 

:

Mint

Foto 2012. 7. 4. 00:43

 

'페파민트'

:

Water bear / 곰벌레

ETC. 2012. 6. 17. 10:29

http://youtu.be/SUC0_HjNFBs

지구상에서 가장 강인한 생명력을 지니고 있다는 곰벌레.

섭씨 -328도 ~ 300도 까지 버틸 수 있으며, 120년동안 산다.

인간에게 치명적인 방사능 노출에도 왠만해서는 끄덕 없으며, 심지어 우주의 진공상태에서도 살아남는 녀석..;;

현실적으로 불가능하겠지만 인간에게도 이런 유전능력이 전달된다면..?? ㅋ

: