-
Notifications
You must be signed in to change notification settings - Fork 1
/
atom.xml
168 lines (105 loc) · 10 KB
/
atom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>맨손잡이</title>
<subtitle>이것저것 만듭니다</subtitle>
<link href="https://mans0n.github.io/atom.xml" rel="self"/>
<link href="https://mans0n.github.io/"/>
<updated>2023-09-17T05:44:57.700Z</updated>
<id>https://mans0n.github.io/</id>
<author>
<name>mans0n</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>DIY Wi-Fi 6E AP</title>
<link href="https://mans0n.github.io/2023/01/24/diy-6ghz-ap/"/>
<id>https://mans0n.github.io/2023/01/24/diy-6ghz-ap/</id>
<published>2023-01-24T10:36:38.000Z</published>
<updated>2023-09-17T05:44:57.700Z</updated>
<summary type="html"><p>※ 2023-09-17: QCNFA765 테스트 내용 추가</p>
<h2 id="서론">서론<a class="header-anchor" href="#서론"></a></h2>
<p>Wi-Fi 6E가 <span class="exturl" data-url="aHR0cHM6Ly93d3cud2ktZmkub3JnL25ld3MtZXZlbnRzL25ld3Nyb29tL3dpLWZpLWFsbGlhbmNlLWJyaW5ncy13aS1maS02LWludG8tNi1naHo=">발표<i class="fa fa-external-link-alt"></i></span>된 지도 어언 3년.</p>
<p>그냥 6GHz 대역을 한번 써보고 싶었습니다. 실사용 목적이라기보단 호기심에 가까운 편이라 가급적 저렴하게 Wi-Fi 6E 네트워크를 구성해보려고 했습니다.</p></summary>
<category term="삽질" scheme="https://mans0n.github.io/categories/%EC%82%BD%EC%A7%88/"/>
<category term="OpenWrt" scheme="https://mans0n.github.io/tags/openwrt/"/>
</entry>
<entry>
<title>DW02-412H 작업기: eth1 살리기</title>
<link href="https://mans0n.github.io/2022/08/14/dw02-412h-enable-eth1/"/>
<id>https://mans0n.github.io/2022/08/14/dw02-412h-enable-eth1/</id>
<published>2022-08-14T07:43:38.000Z</published>
<updated>2022-08-14T08:17:14.298Z</updated>
<summary type="html"><div class="note "><p>DW02-412H 작업기 시리즈</p>
<ol>
<li>OpenWrt 포팅 따라하기</li>
<li>ath79로 재포팅</li>
<li><strong>eth1 살리기</strong></li>
<li>qca8k로 넘어가기</li>
</ol>
</div></summary>
<category term="자유시간 프로젝트" scheme="https://mans0n.github.io/categories/%EC%9E%90%EC%9C%A0%EC%8B%9C%EA%B0%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/"/>
<category term="OpenWrt" scheme="https://mans0n.github.io/tags/openwrt/"/>
</entry>
<entry>
<title>OpenWrt에 새 기기 지원 추가하기</title>
<link href="https://mans0n.github.io/2020/08/22/openwrt-add-new-device/"/>
<id>https://mans0n.github.io/2020/08/22/openwrt-add-new-device/</id>
<published>2020-08-22T10:32:37.000Z</published>
<updated>2021-09-12T12:14:03.544Z</updated>
<summary type="html"><p>※ 2021-09-05: v21.02.0 기준으로 업데이트</p>
<h1 id="들어가기-전에">들어가기 전에<a class="header-anchor" href="#들어가기-전에"></a></h1>
<h2 id="글의-목적">글의 목적<a class="header-anchor" href="#글의-목적"></a></h2>
<p>뭔가 그럴듯한 인트로를 적어보려고 했는데 적당한 표현이 떠오르지 않아 포기하기로 하고, 핵심만 말하자면 국내에 OpenWrt 개발자 공개 커뮤니티라고 할 만한 데가 없어(비공개 네이버 카페는 딥웹이라 보아야 한다고 생각합니다) 관련 정보를 찾기가 쉽지 않은 상황이 아쉬워서, 이런 튜토리얼 비스무리한 거라도 올려 경력있는 신입과 재야에 숨은 고수의 유입을 유도함으로써 저도 편하게 버스타고 가고 싶다는 사적인 소망을 이루고자 이 글을 썼다는 얘기입니다.</p></summary>
<category term="자유시간 프로젝트" scheme="https://mans0n.github.io/categories/%EC%9E%90%EC%9C%A0%EC%8B%9C%EA%B0%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/"/>
<category term="분해" scheme="https://mans0n.github.io/tags/%EB%B6%84%ED%95%B4/"/>
<category term="OpenWrt" scheme="https://mans0n.github.io/tags/openwrt/"/>
<category term="포팅" scheme="https://mans0n.github.io/tags/%ED%8F%AC%ED%8C%85/"/>
</entry>
<entry>
<title>국산 공유기에도 OpenWrt를 올릴 수 있을까</title>
<link href="https://mans0n.github.io/2020/08/18/korean-home-router-survey/"/>
<id>https://mans0n.github.io/2020/08/18/korean-home-router-survey/</id>
<published>2020-08-17T15:21:22.000Z</published>
<updated>2021-01-10T03:10:55.000Z</updated>
<summary type="html"><p>※ 2021-01-10: 정보 업데이트</p>
<h1 id="개괄">개괄<a class="header-anchor" href="#개괄"></a></h1>
<blockquote>
<p>⚠️ 이 글의 내용은 전적으로 제 좁은 경험과 얕은 조사에 기반한 것이고, 빠지거나 틀린 내용이 있을 수 있습니다.</p>
</blockquote>
<p>2021-01-10 기준으로 국내 회사에서 내놓은 인터넷 공유기 중에 이미 OpenWrt를 지원하거나 포팅이 유망해보이는 기종이 어떤 게 있는지 정리해보려고 합니다.<br>
기업용 AP나 라우터 쪽은 제가 잘 모르기 때문에 이 글에선 가정 및 SOHO용 공유기를 주로 다룰 겁니다.</p></summary>
<category term="자유시간 프로젝트" scheme="https://mans0n.github.io/categories/%EC%9E%90%EC%9C%A0%EC%8B%9C%EA%B0%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/"/>
<category term="OpenWrt" scheme="https://mans0n.github.io/tags/openwrt/"/>
</entry>
<entry>
<title>ipTIME A9004M 공유기에 Windows XP 올리기</title>
<link href="https://mans0n.github.io/2020/08/08/winxp-on-a9004m/"/>
<id>https://mans0n.github.io/2020/08/08/winxp-on-a9004m/</id>
<published>2020-08-08T14:53:02.000Z</published>
<updated>2021-01-18T12:13:11.884Z</updated>
<summary type="html"><p>※ 2021-01-18: 서두의 트윗은 아이디어의 원천에 대한 레퍼런스 목적으로 달아둔 것이고, 누군가를 비하하거나 조롱하기 위함이 아닙니다. 이 점을 분명히 하기 위해 서두 부분을 살짝 수정했습니다.</p>
<h1 id="계기">계기<a class="header-anchor" href="#계기"></a></h1>
<p>작년에 우연히 이 <span class="exturl" data-url="aHR0cHM6Ly90d2l0dGVyLmNvbS9sZ19vbGVkX3R2L3N0YXR1cy8xMTQ3MTE5ODIxMjAyNDE1NjE2">트윗<i class="fa fa-external-link-alt"></i></span>을 보게 되었습니다.</p>
<p>그때까진 공유기에 OpenWrt 외의 일반 리눅스 배포판을 올려볼 생각을 해본 적이 없어서, 공유기에 VNC 서버를 올린다는 생각이 제겐 상당히 신선하게 다가왔습니다.</p>
<p>만약 WRT1900ACS에서 VNC 서버를 돌릴 수 있다면 충분히 사양이 좋은 ipTIME 기기에서도 가능할 것이라 생각했습니다. 예를 들어 NAS1dual에는 동일한 CPU와 더 큰 용량의 RAM이 들어가므로 단순히 연산성능으로만 봤을 땐 WRT1900ACS에 못지않다고 볼 수 있겠지요.</p>
<p>그래도 똑같은 플랫폼에서 똑같은 걸 따라하는 건 재미가 덜할 것 같고, ipTIME 공유기 중에서 충분히 성능이 좋은 A9004M에서 시도해보기로 했습니다.</p></summary>
<category term="자유시간 프로젝트" scheme="https://mans0n.github.io/categories/%EC%9E%90%EC%9C%A0%EC%8B%9C%EA%B0%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/"/>
<category term="OpenWrt" scheme="https://mans0n.github.io/tags/openwrt/"/>
<category term="Docker" scheme="https://mans0n.github.io/tags/docker/"/>
</entry>
<entry>
<title>샤오미 WiFi 증폭기 Pro 열어보기</title>
<link href="https://mans0n.github.io/2020/07/19/xiaomi-wifi-extender-pro/"/>
<id>https://mans0n.github.io/2020/07/19/xiaomi-wifi-extender-pro/</id>
<published>2020-07-18T15:58:41.000Z</published>
<updated>2020-08-08T13:08:49.920Z</updated>
<summary type="html"><h1 id="발단">발단<a class="header-anchor" href="#발단"></a></h1>
<p>사실 증폭기 Pro는 한참 전부터 눈독을 들이고 있던 모델이었습니다. 실사용하려는 목적은 전혀 아니었고, 생긴 게 앙증맞고 예쁘니 여기다 OpenWrt를 올리면 금상첨화겠다, 라는 생각이었습니다.</p>
<p>제품을 구하기 전에 미리 하드웨어 정보를 알 수 있으면 좋을 텐데, 이 모델의 내부 사진을 찾기가 쉽지 않네요. 가끔씩 생각날 때마다 찾아보길 반복하다가 2019년 8월 말에 운좋게 <span class="exturl" data-url="aHR0cHM6Ly93d3cuem5qLmNvbS9uZXdzLzM3NDQuaHRtbA==">분해기<i class="fa fa-external-link-alt"></i></span>를 하나 발견했습니다.</p>
<p>뒷면 스티커 아래에 나사구멍이 숨어있었군요. 게다가 보드엔 시리얼 포트까지 떡하니 나와있네요. 괜찮아 보이는데요? 마침 그때 알리에서 $11.5에 팔길래 만약 실패하더라도 큰 부담이 안 되겠다 싶어 바로 하나 주문했습니다.</p>
<p>…</p>
<p>지금 와서 보면 성급한 충동구매였는데… 정말 가격이라도 싸서 다행이었네요.</p></summary>
<category term="자유시간 프로젝트" scheme="https://mans0n.github.io/categories/%EC%9E%90%EC%9C%A0%EC%8B%9C%EA%B0%84-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8/"/>
<category term="분해" scheme="https://mans0n.github.io/tags/%EB%B6%84%ED%95%B4/"/>
</entry>
</feed>