memo(53)
-
VRML viewer
While installing FreeWRL got an configure error: checking for IMLIB2... configure: error: Package requirements (imlib2) were not met: No package 'imlib2' found Installing imlib2-devel package fixed the error.
2010.07.19 -
ssh initial connection takes too long
Look at /etc/ssh/ssh_config and if you find "GSSAPIAuthentication yes" change it to "GSSAPIAuthentication no" *tip : use -vvv option for a ssh check :)
2010.07.13 -
Using AIDA with Geant4
in your main GNUmakefile : include $(G4INSTALL)/config/binmake.gmk CPPFLAGS += `aida-config --incs` ANALYSISLIBS += `aida-config --libs` Geant4.9.1 여서 그랬을까? .. kenobi에서 AIDA 잡느라 시간 좀 걸렸네. 훗. http://openscientist.lal.in2p3.fr/
2010.07.12 -
Geant4 analysis - AIDA and ROOT
Using AIDA in Makefile G4ANALYSIS_USE:=true CPPFLAGS += $(shell aida-config --include) LDFLAGS += $(shell aida-config --libs) Direct ROOT Use CPPFLAGS += $(shell root-config --cflags) LDFLAGS += $(shell root-config --libs) what else? ..
2010.07.08 -
memorette usb memory 와 씨름 한판
학교 개교기념일이라고 받은 4GB memorette usb memory 교통카드 기능도 같이 있어 유용하게 사용하고 있었는데.. 어제부터 갑자기 먹통.. Windows 는 format 을 해야 쓸 수 있다고 하더이다. 큰맘먹고 format 을 시도했더니.. 웬걸, this device is write protected.. 헉.. 결국 리눅스에서 새생명을 불어넣었다. 1. usb device 확인 방법 몇 가지 a. "cat /proc/partitions" command 를 usb 꽂기 전 후로 실행해서 변화를 비교 b. "fdisk -l" 실행하면 한방에 확인 가능 2. "mkfs.ext3 /dev/s??" 실행해서 새로 파일시스템 build 자 이제 윈도우즈로 돌아가서 테스트 해볼까나.
2010.07.06