forcemax's

Ubuntu Gutsy에서 Nautilus로 Filename 변경이 되지 않을 때..

$ im-switch -s scim-immodule


원문 : http://kldp.org/node/87879

How to bridge networks with OpenVPN

OpenVPN is an easy-to-use open source VPN software based on SSL (Secure Sockets Layer) that offers cross-platform interoperability. The majority of OpenVPN tutorials I’ve found describe how users can connect to a corporate network from their laptops over insecure networks, such as the wireless network in a hotel. By contrast, the setup I’m about to describe is better suited for permanently connecting entire networks — for example, branch offices to the headquarters of a company.

For this setup I’ll assume that you have two networks, A and B, in different locations, both connected to the Internet with broadband. At each location you will need a Linux system acting as a router/firewall to serve as the VPN end point. I’m using two Asus WL-500G Deluxe routers running OpenWRT RC5 — a Linux distribution for embedded routers — but you’re free to use the hardware and distribution of your choice. You can use one of the BSDs, Mac OS X, or even Windows; check the documentation on OpenVPN’s homepage for a list of supported operating systems. If your use OpenBSD, have a look at the article Creating secure wireless access points with OpenBSD and OpenVPN.

http://tips.linux.com/article.pl?sid=06/11/07/213217&from=rss

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 파일을 풀 경우 파일명이 다 깨진다.
한 사람의 노력이 여러사람을 편하게 한다. ^^



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

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. 교훈 : 모르는건 무작정 따라하지 말자. ㅠ.ㅠ

~/.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