forcemax's

기타 설치형 블로그/홈페이지 주소를 내 오픈ID로 쓰세요.

내 블로그 주소가 myblog.net이고 내 myID.net ID가 joyce 라면,

myblog.net 페이지의 head 태그안에 아래의 태그들을 삽입하십시오.

<link rel="openid.server" href="http://server.myid.net/server" />
<link rel="openid.delegate" href="http://joyce.myid.net/" />
<meta http-equiv="X-XRDS-Location" content="http://joyce.myid.net/xrds" />

debian old dist repository

Linux2007. 12. 12. 14:58
deb http://archive.debian.org woody main contrib non-free
deb-src http://archive.debian.org woody main contrib non-free

The slash as a delimiter

개인2007. 12. 7. 13:58

The slash as a delimiter

sed 's/\/usr\/local\/bin/\/common\/bin/' <old >new
UGLY

sed 's|/usr/local/bin|/common/bin|' <old >new
GOOD!!!

출처 : http://www.grymoire.com/Unix/Sed.html#uh-2

Debugging Program Crash

Linux2007. 12. 5. 21:49
Debugging Program Crash

출처 : https://wiki.ubuntu.com/DebuggingProgramCrash

[긴급] 우분투 libcairo2 업데이트 하지 마세요.

오늘 우분투 업데이트에 libcairo2의 보안 업데이트 1.4.10-1ubuntu4.1 이 포함되었습니다. 문제는 이 업데이트를 하고 난후, 패널이나 X 그래픽 관련 오류를 겪는 분이 아주 많다는 것입니다. 제 경우 파이어폭스가 1분이 멀다하고 강제종료되는 문제가 있었습니다.

따라서 이 보안 업데이트를 당분간 하지 말것을 강력히 권고하는 바입니다.

출처 : http://draco.aquz.biz/28

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

IBM에서는 인텔, AMD의 x86 호환 CPU가 들어가는 서버를 x Server 혹은 System X라고 부릅니다.
여기엔 Rack 형, 일반형, Blade 등이 포함되며 이 x H/W에 대해 잘 정리된 PDF를 xREF라는 이름으로 제공하고 있습니다.

이 서버에 PCI 슬롯이 몇개인지.. 현재 출시되고 있는 최고 클럭의 CPU는 무엇인지.. 이런거 확인할 때 가장 편리합니다. 대충 살펴보기만 해도 IBM의 x86 서버들은 이런 이런것들이 있구나라고 알 수 있으니 H/W 공부에 도움이 되리라 봅니다.

PDF 파일 다운로드
http://www.redbooks.ibm.com/xref/usxref.pdf

부가적인 내용은 아래 페이지를 확인하세요.
http://www.redbooks.ibm.com/Redbooks.nsf/pages/xref?Open

원글 : http://clien.career.co.kr/zboard/view.php?id=free&page=1&sn1=&divpage=81&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=427363

[SVNKit] doGet, doLog

작업2007. 10. 9. 10:05

IBM Thinkpad Trackpoint Middle-button doesn't scroll

http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=520033&SiteID=17