1. Localhost에서 인증하기 루트의 권한을 가진 ID로 로그인하여 다양하게 스크립트를 실행할 경우, SSH 로그인을 필요로 할 수 있고, 이 때, 매번 password를 입력해야할 경우 번거로울 수 있다. SSH는 암호 뿐만 아니라, public key, private key 기반의 인증을 제공하고 어렵지 않게 설정할 수 있다. 공개키는 암호화를 위해 사용되고, 공개키에 매핑되는 개인키로 복호화를 할 수 있다. 암호없이 SSH 로그인을 하려면, 클라이언트 시스템에서 키를 생성해야 한다. ssh-keygen 명령어를 사용하여, 키를 생성할 수 있고, -t 옵션을 통해 생성되는 키의 type(RSA/DSA)을 지정할 수 있다. $ ssh-keygen -t rsa -P "" 와 같이 하면, .ssh 디..
sudo vi /etc/X11/xorg.conf 를 실행하여 해당 파일을 편집한다. Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection 마우스 디바이스 정의 부분 중, Protocol 부분을 위와 같이 바꿔주고 재시작하면, 휠 마우스의 휠이 동작한다.
1. 먼저, java를 설치한다. sudo apt-get install sun-java6-jdk 2. 시스템에서 기본적으로 동작할 java 를 선택해준다. sudo update-alternatives --config java 원하는 java를 선택한다. 3. eclipse를 설치한다. sudo apt-get install eclipse 4. 원하는 패키지를 추가로 설치한다. sudo synaptic 예) PyDev : Python 개발 플러그인
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..
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.