김정운 명지대 교수 강연내용(2008.7.10, DM총괄 Professional Forum) ㅇ 본인이 행복을 강연하고 다니니 어설픈 사람으로 인식되는 경우가 있으나 나름대로 공부를 많이 했음. 독일에서 13년간 유학했고 본인이 가르친 제자 중 3명이 교수가 되었음. 최근 1명이 하버드대학 교수가 되었는데, 본인이 가르친 것이 계기가 되어 관련 분야를 연구하여 결과적으로 하버드대 교수가 될 수 있었다고 고맙다는 편지를 받았음. ㅇ 한국사회의 근본적인 문제는 무엇인가? - '정치'라고 말하지만 사실은 그렇지 않음. 미국의 경우 2%가 나머지 98%를 돌리는 구조임. 지금 정도면 우리나라의 민도에 맞게 잘하는 편임. - '경제'라고 말하지만 이것도 틀렸음. 한강의 기적과 라인강의 기적을 비교하는 것은 기분 ..
VMWare를 쓰면서, 만들어둔 이미지를 여러번 복사하면서 쓰다보니 불필요한 ethernet interface 정보가 생성됐다. eth0, eth1만 필요한데, 막상 인터페이스 정보를 보면, eth4, eth5로 생성되어 있는 이 현상을 정리하려면 다음과 같이 하면 된다. $ cd /etc/udev/rules.d $ vi 70-persistent-net.rules 파일을 열어서, 내용을 다 지워주고, 재부팅한다. 재부팅 후, 네트워크 인터페이스를 조사하면, 다시 eth0, eth1 등으로 재설정된 것을 확인할 수 있다. 이제 IP를 원하는 대로 설정하고 깨끗하게 쓰자.
Related articles by Michael G. Noll ---------------------------------- 1. Running Hadoop On Ubuntu Linux (Single Node Cluster) http://wiki.apache.org/hadoop/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29 2. Running Hadoop On Ubuntu Linux (Multi Node Cluster) http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29 [Comments] 1. I created a VMWare Team pr..
Requirements ------------- - Java 1.5.x, preferably from Sun. - Hadoop 0.16.x. This version of HBase will only run on Hadoop 0.16.x.. - ssh must be installed and sshd must be running to use Hadoop's scripts to manage remote Hadoop daemons. - HBase currently is a file handle hog. The usual default of 1024 on *nix systems is insufficient if you are loading any significant amount of data into regio..
Ubuntu 7.10에서 기본적으로 설치되어 있는 Vim은 Tiny 버전이다. 기타 필요한 VIM의 기능을 쓸 수가 없으므로, 재설치는 필수이다. 명령어) sudo apt-get install vim 그러나, 이 재설치가 제대로 안되는 경우가 있다. 이럴 때, Ubuntu 소스의 repository를 제대로 업데이트 해줘야 sudo apt-get update도 된다. 다음의 내용을 보완하자. /etc/apt/sources.list 파일에 아래의 내용을 추가(혹은 기존 내용은 모두 삭제 or 코멘트 처리)하면 된다. ## Daum Mirror Repository in Korea deb http://ftp.daum.net/ubuntu gutsy main multiverse restricted universe..
[C] Installiation of Apache2 (HOW-TO) ----------------------------------------- A) Using Ubuntu Specific Command * installationg command $> sudo apt-get install apache2 * directory information /etc/apache2
Installiation of Ubuntu 7.10 flow * downloaded the image file * installation complete (without security packages) comments * installed Ubuntu 8.04 (the latest version) * failed to install other development packages on it * version 8.04 seems NOT stable as 7.xx -> let's install version 7.10 instead * it takes too long!! (about an hour) -> backing up the vmware image file after installation wi..