9월, 2013의 게시물 표시

Installing Python 2.4.1 and cx_Oracle on AIX

http://agiletesting.blogspot.kr/2005/07/installing-python-241-and-cxoracle-on.html (Large Open Source Software Archive for AIX) http://www.bullfreeware.com/toolbox.php   You can download opensource rpm for AIX from here.

hadoop file encoding 설정

hadoop file read write 시 인코딩을 변경하는 방법             mapred.child.java.opts     -Xmx200m -Dfile.encoding=utf-8     Java opts for the task tracker child processes.  Subsumes     ‘mapred.child.heap.size’ (If a mapred.child.heap.size value is found     in a configuration, its maximum heap size will be used and a warning     emitted that heap.size has been deprecated). Also, the following symbols,     if present, will be interpolated: @taskid@ is replaced by current TaskID;     and @port@ will be replaced by mapred.task.tracker.report.port + 1 (A second     child will fail with a port-in-use if mapred.tasktracker.tasks.maximum is     greater than one). Any other occurrences of ‘@’ will go unchanged. For     example, to enable verbose gc logging to a file named for the taskid in     /tmp and to set the heap maximum to be a gigabyte, pass a ‘value’ of:         -Xmx1024m -verbose:gc -Xloggc:/tmp/@taskid@.gc         출처 :  http://freesearch.pe.kr/archives/1143

Oracle 11g add DB instance manually

Oracle 11g add DB instance manually http://rafioracledba.blogspot.kr/2012/08/creating-11g-database-manually-in-11.html

AIX utf-8 to euckr converting

AIX 에서 utf-8 파일을 euc-kr 로 변환하는 방법 iconv -f UTF-8 -t IBM-eucKR  input.txt > result.txt

SELinux 설정...

redhat httpd 설치후 403 forbidden 에러가 난다. 아무리 설정을 해봐도... 원인은 SELinux 란다... https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Security-Enhanced_Linux/sect-Security-Enhanced_Linux-Working_with_SELinux-SELinux_Contexts_Labeling_Files.html 여기대로 설정을 chcon -R -t httpd_sys_content_t /web/ 이런식으로 변경하니 잘되네..   음. 역시 모르는게 너무 많다.  

svn commit error : no matching lock-token available

svn commit 을 시도할때 아래 처럼 lock 에러가 떨어지면.. svn: E160037: Cannot verify lock on path '/dev/VDI/etas_uploader/pom.xml'; no matching lock-token available --force 옵션으로 unlock 을 해준후 다시 commit 할수 있다. svn unlock --force  file_name