사내 테스트를 위해 VMware에  CentOS를 올려서 사용하던 중 자꾸 부팅시에 이상하게 네트워크 설정이 꼬이는 현상이 일어났다.  정확히는 부팅을 하는 과정에 계속 게스트 OS로 ping 을 보내고 있었는데 ping이 처음에는 잘 나가다가 어느 순간부터 ping이 끊이는 것이었다.  아마도 특정 프로세스가 실행되면서 설정된 네트워크 세팅에 영향을 주는 것 같았다.  완전히 부팅된 다음에 네트워크 재 설정을 시도하여 원래의 [...]

Continue reading about CentOS – VMware 시작시 네트워크 설정 이상 현상…

7: Lists and Mutability, Dictionaries, Introduction to Efficiency import math #Get baseinputOK = Falsewhile not inputOK:    base = input(‘Enter base: ‘)    if type(base) == type(1.0) : inputOK = True    else: print(‘Error. Base must be floating point number.’) #Get HeightinputOK = Falsewhile not inputOK:    height = input(‘Enter height: ‘)    if type(height) [...]

Continue reading about Lec 7 | MIT 6.00 Introduction to Computer Science and Programming, Fall 2008

Continue reading about TED – 멜린다 프렌치 게이츠: 비영리 단체가 코카콜라로부터 배울 수 있는 것

Continue reading about TED – 킴 조젠스가 뇌진탕으로부터 머리를 보호하는 것에 대해서 말합니다.

pchero on 11월 29th, 2010

 Eclipse에서 Autoconf 사용시, Autotools 가 실행될 디렉토리를 설정하는 부분이 있다.   위의 장면에서  Configure tool directory  라고 적혀있는 섹션이 바로 그 부분인데, 여기에 아무 경로나 입력하면 안된다.  Resource 탭에 나와있는 Location 부분을 루트 디렉토리로 하는 절대경로를 지정해야 한다…  이것을 몰라 몇시간을 헤메었는지…

Continue reading about Eclipse Autoconf 경로 설정…

pchero on 11월 29th, 2010

Invoking autoreconf in build directory: /home/jonathan/workspace/CIOD/CIOD_CTMP/0001.WorkSource_Automake/obsource autoreconf -i Can’t exec “libtoolize”: No such file or directory at /usr/bin/autoreconf line 189.Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf line 189.autoreconf: `configure.ac’ or `configure.in’ is required Configuration failed with error  eclipse 와 autoconf 연동중.. 위와 같은 오류 발생.  아래의 명령어로 해결.  # sudo apt-get install [...]

Continue reading about autoreconf 에러…

pchero on 11월 19th, 2010

 Ubuntu 10.04 에서 RDP, VNC 등등을 사용하기 위해 프로그램을 찾던 중, 우분투에서 기본으로 설치되어있는 Terminal Server Client(/usr/bin/tsclient) 를 사용하기로 했다.  사실 Ubuntu 10.04 에는 tsclient 말고 다른 접속 프로그램이 더 있다.  vinagre(/usr/bin/vinagre)가 그것인데, 하지만 한가지 단점이 있었다.  이상하게, 원격 접속하려는 컴퓨터에 VMware가 올려져 있으면, 원격 컴퓨터로 접속되는 것이 아닌, VMware로 올려져 있는 컴퓨터로 접속되는 것이었다. [...]

Continue reading about Using full screen mode Termial Server Client

pchero on 11월 19th, 2010

Continue reading about Superkidd!

 우분투에서 Tora를 설치란 간단한 일이다.  하지만 Tora에 Oracle 접속기를 덧붙이기란 그리 쉽지 않다.  Tora에 오라클 접속기를 덧붙여서 설치하기는 아래의 링크를 참조하기 바란다.  https://help.ubuntu.com/community/HowToBuildToraWithOracle  필자도 어느정도는 맞아떨어졌으나, 설치도중 역시나 이상한 에러가 발생하였다. dpkg-shlibdeps: error: no dependency information found for /oracle/11g/lib/libclntsh.so.11.1 (used by debian/tora/usr/bin/tora).dh_shlibdeps: dpkg-shlibdeps -Tdebian/tora.substvars debian/tora/usr/bin/tora returned exit code 2make: *** [binary-predeb-IMPL/tora] 오류 9  이게 무슨 [...]

Continue reading about Installing tora with Oracle support in the Ubuntu 10.04

Continue reading about TED – 데이비드 비스마르크: 기만없는 전자선거에 대해 말하다.