예전 arm linux kernel 에 mailing list 에 subscribe 하여 email 로 patch 의 내용을 볼 수 있도록 하는 방법을 포스팅 한 적이 있다. (http://woodz.tistory.com/27)
하지만 하루에도 너무 많은 내용의 patch 와 답글들이 난무하여 모두 보기엔 너무 많고, 골라보기엔 뭘 골라야 하는지도 몰라서 그냥 한달동안 받은 편지함에 쌓이는 메일을 방치하다 unsubscribe 를 하여 더이상 메일을 받지 않았다.
얼마전에 알게된 것인데, kernel mailing list 는 전체가 아닌 부분(part 별로)으로 mailing service 를 신청할 수 있는 방법이 있었다. 관심있는 것 한두개 정도만 등록해서 메일을 받아 보는 것이 효과적일 듯 하여 한번 신청을 해보았다.
두개를 등록했는데, 하루에 많으면 30개 정도 적으면 10개도 안되어 틈틈히 보면 좋을 것으로 보인다.
등록 절차는 간단하다.
1. http://vger.kernel.org/vger-lists.html 에 접속하여, 어떤 mailing list group 가 있는지 확인 한다.
약 150개 group 이 있었다. group 별로 따로 설명은 없지만, group 이름만 봐도 어떤 내용인지 알수 있을 것이다.
2. 그 중에 일단 고른다. 저는 linux-mm(memory management) 를 선택했다.
아래 처럼 나와있다. 설명은 없지만, archives link 가 있으니 방문하여 어떤 patch 들이 들어오는지 확인 해보고 구독해도 될 것이다.
|
121 |
3. subscribe 를 누르면 PC 의 emali client 가 구성해주지만, 없다면 gmail 이나 쓰는 메일에서 편지 쓰기하여 보낼 수 있다.
편지 쓰기를 하여,
보내는 사람 : <your-email>@mail.com
받는 사람 : majordomo@vger.kernel.org
제목은 안씁니다.
내용 : subscribe mm-commits
위에 처럼 간단히 메일을 써서 보내면 됩니다. 물론 "subscribe mm-commits" 는 plan/text 로 보내야 하며, space 이외에 enter 등으로 분리하시면 안될 것입니다.
그러면 약 3분 뒤에,
Majordomo results 의 제목에 mail 이 옵니다. 메일을 정확히 보냈다면 이메일은 신경 안써도 됩니다.
--
Someone (possibly you) has requested that your email address be added
to or deleted from the mailing list "mm-commits@vger.kernel.org".
If you really want this action to be taken, please send the following
commands (exactly as shown) back to "Majordomo@vger.kernel.org":
auth abcdefg subscribe mm-commits your-email@mail.com
If you do not want this action to be taken, simply ignore this message
and the request will be disregarded.
If your mailer will not allow you to send the entire command as a single
line, you may split it using backslashes, like so:
auth abcdefg subscribe mm-commits \
your-email@mail.com
If you have any questions about the policy of the list owner, please
contact "mm-commits-approval@vger.
Thanks!
이제 틈틈히 올라오는 patch 들을 확인 할 수 있습니다. 저는 linux-mm 과 linux-janitor 두가지만 했습니다. ^^
'Linux' 카테고리의 다른 글
자주 쓰는 Linux terminal terminator theme (0) | 2017.08.04 |
---|---|
Porting Linux applications to 64-bit systems (0) | 2016.08.21 |
Make 기반 빌드 시스템 잘 정리된 곳 (0) | 2015.11.30 |
Ubuntu 14.04 64bit adobe flash install (0) | 2015.01.14 |
리눅스 업데이트 주소 변경하기 (0) | 2014.06.04 |