forcemax's

SSH Port Forwarding 을 이용한 Proxy 설정

http://blog.meson.kr/92

unzip 5.52 한글 패치

Linux2007. 6. 25. 16:09
unzip 5.52 한글 패치

http://kldp.org/node/82481

PS. UTF8이 기본 locale인 linux에서는 cp949로 인코딩된 zip 파일을 풀 경우 파일명이 다 깨진다.
한 사람의 노력이 여러사람을 편하게 한다. ^^




JAVA(J2SE 1.4.1) 메모리 영역 구조

http://blog.naver.com/swucs/40011983402

특정 테이블의 조회가 느립니다.

http://database.sarang.net/?inc=read&aid=21911&criteria=oracle&subcrit=&id=706

PS. Oracle에서 template 성격의 데이터를 처리하는 테이블을 만들고 1000만건의 데이터가 insert되었다가 사용되어지고 삭제되었다.
이 테이블에 select * from tablename을 하는 것만으로도 속도가 느려짐을 알수 있을 정도다...
이 경우에는 테이블을 사용하지 않는 시간에 TRUNCATE TABLE을 한번 해주면 된다.
자세한 내용은 링크 참고

problem with nss_mdns4 doing long timesouts looking up dotted decimals

http://journal.dedasys.com/articles/2007/04/19/slow-networking-in-ubuntu-feisty-caused-by-avahi-daemon

PS. Ubuntu feisty fawn에서는 모두 이런 현상이 발생한다.
특히 대한민국은 DNS reverse mapping설정을 잘 안해주기 때문에 더더욱 이런 문제가 발생할 수 밖에 없다.

Enabling a Large Oracle9i System Global Area on Red Hat Linux Advanced Server 2.1

http://www1.ap.dell.com/content/topics/global.aspx/power/en/ps3q03_mahmood?c=kr&cs=krbsd1&l=ko&s=bsd

PS. ksms.s 를 위 링크의 방법으로 수정한 후 잠시 잊어먹고 있었다.
SGA가 증가되지 않고 out of memory 오류가 계속 발생하여 원래의 상태로 수정후 dbstart를 실행하면 oracle이 ORA-03113 에러를 내면서 동작하지 않았다.
1시간 삽질끝에 ksms.s를 변경했던 것이 기억나서 위의 링크에 있는 문서를 읽고 ksms.s를 원래대로 복원하고 dbstart를 실행하니 정상동작 하였다.

PS2. 교훈 : 모르는건 무작정 따라하지 말자. ㅠ.ㅠ

-Xmx를 아무리 늘려도 Out Of Memory가 발생해요.. 그렇다면 MaxPermSize를~

http://kwon37xi.egloos.com/2368729

~/.mozilla/firefox/???/chrome/userChrome.css

window, menubar, menubutton, menulist, menu, menuitem, textbox, toolbar, tab, tree, tooltip, popup {
    font-family: 아리따SB !important;
    line-height: 160% !important;
    font-size: 9pt !important;
}

* {
    font-famly: 굴림 !important;
    line-height: 160% !important;
    font-size: 9pt !important;
}

위와 같이 설정하면 됩니다. userChrome-example.css 파일을 복사하셔서 사용하면 됩니다.


Ubuntu Feisty Fawn 7.04 폰트 설정 완결편(과연??)

http://ryhee02.tistory.com/121

중국발 공격 어떻게 막으시나요?

http://kldp.org/node/73105