tcpdump

console에 보기:  tcpdump -vvv -s 1600 -X -f "ip host 127.0.0.2"

-s: 캡처 길이인데 default는 header만 보여주는 정도. 따라서 1600 이상
-X: ACSII도 보여라
-f: filter, 이거는 이더리얼 참고

파일로 저장: tcpdump -vvv -s 1600 -X -f "ip host 127.0.0.2" -w [파일명]
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 김형준


MapReduce 특허

구글이 MapReduce 특허권을 받았다고 합니다.

http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&r=1&f=G&l=50&s1=7,650,331.PN.&OS=PN/7,650,331&RS=PN/7,650,331

http://gigaom.com/2010/01/19/why-hadoop-users-shouldnt-fear-googles-new-mapreduce-patent/

특허에 대해서 걱정할 필요는 없다고 하는데 그 기술을 이용해서 솔루션 만드는 회사에서는 많이 꺼림직 하겠네요... 특히 구글의 경쟁사가 되는 회사라면 더...
Hadoop을 원천 기술로 사용하고 있는 Yahoo를 인수하려고 하는 MS의 입장도 조금은 이상해지네요...
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 김형준


IBM jStart

웹 서핑 중 IBM의 jStart라는 페이지를 발견했습니다.
http://www-01.ibm.com/software/ebusiness/jstart/index.html
얼핏 읽어 보니 jStart는 새로운 기술(emerging tech)에 대해 컨설팅을 수행하는 IBM의 컨설팅 브랜드인것 같습니다.


아래 그림은 새로운 기술을 받아들이는 절차를 설명하고 있습니다.
Identify -> incubate -> validate -> adopt



최근 관심이 집중되고 있는 Data Driven 관련 기술 중에 다음과 같은 기술을 지원한다고 하네요...
당연하겠지만 Hadoop도 포함되어 있습니다.

* Big Sheets
Gather, analyze, and visualize big data for business insight.

* IBM Widget Generator for IBM Mashup Center
A plugin for IBM Mashup Center, WidgetGen allows you to quickly get started creating your own cross-platform widgets.

* Hadoop
Get your arms around massive amounts of data with distributed computing--and leverage jStart's expertise to do it.

* Blue Spruce
Once your data has been gathered and the visualized, how can companies get their business decision makers to collaborate?

* Do-It-Yourself Analytics
Making data accessible to line-of-business decision makers is becoming increasingly necessary. How can businesses get started? jStart has some ideas.

* Mashup Patterns
Why start from scratch when thinking about how mashups can be leveraged by your business?
크리에이티브 커먼즈 라이센스
Creative Commons License

Posted by 김형준