뉴스, 새소식

Tony의 이미지

제 1 차 우분투 파티

http//ubuntu.or.kr/wiki.php/UbuntuParty

우분투 효리 릴리즈 기념으로 작은 PotLuck 파티를 기획했습니다.
혹시라라도 관심있으신 분께서는 참성 등록하시고 오세요.

서지훈의 이미지

토발즈, 새 리눅스 관리 툴 선보여

Quote:
토발즈, 새 리눅스 관리 툴 선보여

 리눅스를 창안한 리누스 토발즈<사진>가 새로운 리눅스 관리 시스템을 선보였다고 C넷이 보도했다.

 ‘지 트(Git)’라 불리는 이 새로운 툴은 토발즈가 이전에 사용하던 관리시스템인 ‘비트키퍼(BitKeeper)’를 대체하기 위한 것이다. 앞서 토발즈는 지난 2002년부터 사용해 오던 ‘비트키퍼’를 이달 초 사용 중단한 바 있다.

 ‘비트키퍼’는 샌프란시스코 남부에 위치한 비트무버라는 회사가 판매하고 있는데 이 때문에 공개 소프트웨어 진영 대표주자인 토발즈가 이를 사용하고 있는 것에 대해 리눅스 프로그래머들 사이에 논란이 많았다. 그동안 토발즈는 “비트키퍼가 리눅스 프로그래머들의 생산성을 높여 준다”며 이를 사용해 왔다.

서지훈의 이미지

AMD Debuts Dual-Core Opteron, Athlon

Quote:
AMD Debuts Dual-Core Opteron, Athlon
By Nate Mook, BetaNews
April 21, 2005, 11:48 AM

As expected, AMD officially launched its dual-core Opteron processors for high-end servers Thursday at an event in New York City. The company is also preparing a dual-core desktop processor dubbed the AMD Athlon 64 X2, which will launch in June and go head to head with Intel's dual-core Pentium chips.

The 800 Series Opteron is available now and designed for four- to eight-way servers, while the 200 Series processors aimed at two-way servers and workstations will ship late May.

By packing two CPU cores onto a single chip die, AMD claims its new Opterons offer up to a 90 percent performance boost. The company says its dual-core chips use the same power and infrastructure as their single-core brethren, meaning a new chipset will not be required - only a BIOS upgrade.

서지훈의 이미지

The Gnome 3 Schedule and Plans

Gnome이 앞으로 나아갈 대략적인 방향에 대한 기술입니다.

Quote:
The Gnome 3 Schedule and Plans
Posted by Eugenia Loli-Queru on 2005-04-21 19:13:33 UTC

"So the forces of existing userbase, the easiest-to-reach future userbase, cross-platform applications, and funded development efforts are strongly pulling GNOME 2 toward conservatism. I think GNOME 3 should be a fork for that reason". Read Havoc Pennington's blog entry regarding Gnome 3.

출처: http://osnews.com/story.php?news_id=10378
참고: http://log.ometer.com/2005-04.html

서지훈의 이미지

GCC 4.0 Released.

출처: http://osnews.com/topic.php?icon=31
3.0이 나온지도 얼마 안된거 같은데 벌써 4.0.0이 ^^
업데이트 좋아 하시는 분들 또 하나의 재미가...

<어떠한 역경에도 굴하지 않는 '하양 지훈'>

opt의 이미지

phpBB 해킹 주의

간만에 컴퓨터로 돌아왔네요.

요새 외국 해커들이 phpBB 2.0.12 이하에서 관리자 권한을 획득가능한 취약점을 이용해 홈페이지 변조를 많이 하고 있는 것으로 파악되고 있습니다.

반드시 2.0.13 이상 (참고로 최신 버전은 2.0.14입니다)으로 업데이트하시기 바랍니다.

감사합니다.

참고 자료 : http://swbae.egloos.com/977150/

hys545의 이미지

MS 가상화 기술, 리눅스도 지원한다

마이크로소프트가 최근 급부상하고 있는 가상화 기술 시장에 투자를 대폭 확대하고 이 시장에 적극적으로 참여할 것이라고 밝혔다.

마이크로소프트의 최고 경영인 스티브 발머는 가상화 기술에 대해서 매우 진지하게 접근하고 있으며 윈도우 시스템이 아닌 제품에서도 마이크로소프트의 가상화 소프트웨어인 버추얼 서버 2005가 구동되게 될 것이라고 전했다.

이는 가상화 기술이 특히 기업 내에서 각각 다른 하드웨어/운영체제 플랫폼상에서 다른 플랫폼의 소프트웨어 구동을 가능하게 하여 하드웨어 인프라 비용을 절감하고 애플리케이션간 호환성 확보를 주력으로 목표하고 있다는 점에서 마이크로소프트의 제품이 리눅스에서도 구동되게 된다는 것을 의미한다.

atie의 이미지

Using OpenGL with SWT

eclipse.org에 올라온 SWT에서 OpenGL을 쓰는 것에 대한 소개 글.
http://www.eclipse.org/articles/Article-SWT-OpenGL/opengl.html

swt.opengl/gtk 소스를 보려면.
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.opengl/gtk/

Quote:
A scene may be drawn by making a series of calls to methods defined in the GL and GLU classes once the context is made current. The GL class exposes over 330 commands. There are essentially one-to-one mappings between methods defined in the GL and GLU classes and their native counterparts. Figure 3 provides sample code that draws a triangle. For every gl* function in C, there is a corresponding GL.gl* Java method, and for every enumerated value GL_* in C, there is an equivalent GL.GL_* Java constant. Adopting the same APIs in the SWT OpenGL plug-in makes it easy for those familiar with the C language APIs to code in Java.

익명 사용자의 이미지

Knoppix 3.8.1 한글 이미지 공개

약속드린대로 Knoppix 3.8.1 한글 이미지를 공개합니다.
즐겁게 사용하시기 바랍니다.
ftp://ftp.kr.freebsd.org/pub/users/tcheun/Knoppix-V3.8.1-2005-04-08-KO.iso

페이지

뉴스, 새소식 구독하기