<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>혼자서가라</title>
    <link>https://yuilsoo.tistory.com/</link>
    <description>그물에걸리지않는바람처럼
흙탕물에더럽혀지지않는연꽃처럼
무소의뿔처럼혼자서가라</description>
    <language>ko</language>
    <pubDate>Sun, 5 Apr 2026 18:34:30 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>그물에걸리지않는바람처럼</managingEditor>
    <image>
      <title>혼자서가라</title>
      <url>https://t1.daumcdn.net/cfile/tistory/217DBE4E56844C722F</url>
      <link>https://yuilsoo.tistory.com</link>
    </image>
    <item>
      <title>data monitoring through gnuplot</title>
      <link>https://yuilsoo.tistory.com/97</link>
      <description>&lt;ol style=&quot;list-style-type: decimal;&quot; data-ke-list-type=&quot;decimal&quot;&gt;
&lt;li&gt;http://www.gnuplot.info/&lt;/li&gt;
&lt;li&gt;gnuplot 을 이용하는 이유?
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;센서 데이터를 모아서 전체적인 데이터의 흐름을 파악하기 위해&lt;/li&gt;
&lt;li&gt;센서 출력값을 파일에 저장후 그래프로 출력&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;설치
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;sudo apt-get install gnuplot-x11&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;텍스트 파일을 만들어 테스트 해보기
&lt;ol style=&quot;list-style-type: decimal;&quot;&gt;
&lt;li&gt;wget https://bitbucket.org/MattHawkinsUK/rpispy-misc/raw/master/gnuplot/gnuplot_generate_data.py&lt;/li&gt;
&lt;li&gt;python gnuplot_generate_data.py&lt;/li&gt;
&lt;li&gt;#gnuplot
&lt;ul style=&quot;list-style-type: square;&quot; data-ke-list-type=&quot;square&quot;&gt;
&lt;li&gt;gnuplot&amp;gt; plot &quot;data.dat&quot; using 1:2 t &quot;Col1&quot;, &quot;data.dat&quot; using 1:3 t &quot;col2&quot;;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;or you can use plot.gplt script (most sensor vendors supply this script)&amp;nbsp;
&lt;ul style=&quot;list-style-type: disc;&quot; data-ke-list-type=&quot;disc&quot;&gt;
&lt;li&gt;# 그래프를 그릴 윈도우의 크기를 정함&lt;/li&gt;
&lt;li&gt;set terminal wxt size 1500, 500&lt;/li&gt;
&lt;li&gt;# Y 축 라벨 이름&lt;/li&gt;
&lt;li&gt;set ylabel &quot;Voltage&quot;&lt;/li&gt;
&lt;li&gt;# X 축 라벨 이름&lt;/li&gt;
&lt;li&gt;set xlabel &quot;Time&quot;&lt;/li&gt;
&lt;li&gt;# 그래프 출력&lt;/li&gt;
&lt;li&gt;pot &quot;mcp3008.dat&quot; using 1:2 lc rgb '#ff0000' lt 1 lw 2 t &quot;Digital&quot;&lt;/li&gt;
&lt;li&gt;# 사용자의 입력을 받으면 프로그램 중단&lt;/li&gt;
&lt;li&gt;pause -1 &quot;Hit return to continut&quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;gnuplot plot.gplt&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>IT/메이커를 위한 라즈베리파이</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/97</guid>
      <comments>https://yuilsoo.tistory.com/97#entry97comment</comments>
      <pubDate>Sun, 23 Feb 2020 22:49:07 +0900</pubDate>
    </item>
    <item>
      <title>PTP 디자인</title>
      <link>https://yuilsoo.tistory.com/95</link>
      <description>&lt;p&gt;reference : AN-408 (MV-S302820-00) PTP System Design Considerations&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Instruction&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;PTP 시스템 디자인시에는 몇가지 고려할 사항이있는데 특히 아래 두가지 경우와 같이 복합 시스템 구성시에 중요하다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;PTP 는 UDP 패킷을 이용하여 Master Clock 에 동기화 하는 개념이다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;크게 아래의 4단계로 나누어진다&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;&lt;figure class=&quot;imageblock alignCenter&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot;&gt;&lt;span data-url=&quot;https://blog.kakaocdn.net/dn/bPYKaj/btqBtYG9lP5/m0UBzdPqRmvQfzFwEnuHFK/img.png&quot; data-phocus=&quot;https://blog.kakaocdn.net/dn/bPYKaj/btqBtYG9lP5/m0UBzdPqRmvQfzFwEnuHFK/img.png&quot;&gt;&lt;img src=&quot;https://blog.kakaocdn.net/dn/bPYKaj/btqBtYG9lP5/m0UBzdPqRmvQfzFwEnuHFK/img.png&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FbPYKaj%2FbtqBtYG9lP5%2Fm0UBzdPqRmvQfzFwEnuHFK%2Fimg.png&quot; data-origin-width=&quot;0&quot; data-origin-height=&quot;0&quot; onerror=&quot;this.onerror=null; this.src='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png'; this.srcset='//t1.daumcdn.net/tistory_admin/static/images/no-image-v1.png';&quot;/&gt;&lt;/span&gt;&lt;/figure&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;아래 두가지 경우에 어떻게 다르게 동작하는지 체크해 보겠다. &lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;첫번째는 스위치와 PHY 로 구성된 시스템이 TC (Transparent Clock) 으로 동작할때&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;둘째는 두개이상의 스위치가 상호 연결되어 BC (Boundary Clock) 으로 동작할때&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;시스템 요구 사항&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;시스템에 PTP 를 구현하려고 할때 고려할 사항은&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;포트중에 어떤 포트가 지원을 해야하는지&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;어느정도의 정확도를 필요로 하는지 : 예를 들면 스위치내부 FIFO 로 인한 지연은 정확한 고정시간이없다, 또한 정확도를 높이는 방법으로는 타임스템프를 시트템의 맨 바깥 (ex. PHY) 에서 처리하도록 하는게 좋다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;Implementation&lt;span&gt; Requirement&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Clock&amp;nbsp;&lt;/span&gt;Oscillator&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;BC 에서만 오실레이터가 필요하고 TC 나 SyncE 에서는 외부의 오실레이터가 따로 필요없다.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;즉, PTP_REF_CLK 의 입력으로 오실레이터를 쓰느냐 내부에서 만든 SyncE 클럭이나 main 25MHz ref_clk 에 따라서 지원하는 범위가 다르게 된다.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Initial Phase Synchronization&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;두개이상의 디바이스로 구성된 한개의 시스템에서 TOD 동기화를 위해서 External Pulse Pin 을 사용한다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;마스터디바이스는 Pulse 출력을 해주고, Slave 들은 입력을 받는데 각각의 Slave 는 Master 로부터의 Trace 길이가 다르므로 Propagation Delay 를 가지게 된다.&amp;nbsp; 그러므로 이것을 보상해 주어야한다.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Periodic Phase/Frequency Synchronization&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Multi-Device 시스템에서는 TOD 불일치 가능성이 있으므로 주기적으로 업데이트가 필요하다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;최적의 방법은 모든디바이스를 같은 클럭소스를 받게하고 PPS 핀을 연결하는것이다.&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Pulse and PPC Test Points&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Pulse Delay 측정 을 위해서는 Load Time (PPS Output 신호가 나오기까지 시간) 을 측정한다&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;입력은 PTP_CLK(Master는 출력, Slave 는 입력), 출력은 PTP_CLK_OUT 핀&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Multi-Device System Example&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Multi-Device System Exaple&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;span&gt;Multi-Device System with FPGA&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <category>IT/Interface</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/95</guid>
      <comments>https://yuilsoo.tistory.com/95#entry95comment</comments>
      <pubDate>Mon, 27 Jan 2020 14:48:51 +0900</pubDate>
    </item>
    <item>
      <title>RPi - wifi connection</title>
      <link>https://yuilsoo.tistory.com/89</link>
      <description>&lt;blockquote class=&quot;tx-quote-tistory&quot;&gt;&lt;p style=&quot;margin-left: 6em;&quot;&gt;어쩌면 아래 이슈는 노트북의 USB 포트로 RPi 전원공급을 해서 발생한 문제일 수도 있겠다.&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[ 2277.672282] Voltage normalised (0x00000000)&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[ 2285.992401] Under-voltage detected! (0x00050005)&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[ 2292.232369] Voltage normalised (0x00000000)&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[ 2342.152389] Under-voltage detected! (0x00050005)&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[ 2350.472387] Voltage normalised (0x00000000)&lt;/p&gt;&lt;p style=&quot;margin-left: 8em;&quot;&gt;[16:50:27] root@openHABianPi:/sys/class/leds/led1#&lt;/p&gt;&lt;p style=&quot;margin-left: 6em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;문제는 RPi 에 인터넷 연결을 해주고 싶었다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Notebook 의 WiFi 를 도서관 AP 에 연결해서 인터넷을 사용하는중에&amp;nbsp;&lt;/p&gt;&lt;p&gt;LAN 포트를 RPi 와 연결해서 유선으로 RPi 에서 인터넷 서비스를 하고 싶었다 &amp;lt;--- 이게 원래 계획이었음.&lt;/p&gt;&lt;p&gt;아무리 노트북 설정을 수정해도 결국 성공하지 못해서 계획 변경 ㅠㅠ&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;RPi 에 Realtek WiFi Adapter(USB Dongle type) 을 연결해서 도서관 AP 에 직접 접속 시도.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;아래의 상황처럼 아무리 접속을 시도해서 안됨.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;[16:31:31] root@openHABianPi:/home/openhabian# iwconfig wlan0&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;wlan0&amp;nbsp; &amp;nbsp; &amp;nbsp;unassociated&amp;nbsp; Nickname:&quot;&amp;lt;WIFI@REALTEK&amp;gt;&quot;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mode:Managed&amp;nbsp; Frequency=2.432 GHz&amp;nbsp; Access Point: Not-Associated&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Sensitivity:0/0&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Retry:off&amp;nbsp; &amp;nbsp;RTS thr:off&amp;nbsp; &amp;nbsp;Fragment thr:off&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Encryption key:off&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Power Management:off&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Link Quality:0&amp;nbsp; Signal level:0&amp;nbsp; Noise level:0&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Rx invalid nwid:0&amp;nbsp; Rx invalid crypt:0&amp;nbsp; Rx invalid frag:0&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tx excessive retries:0&amp;nbsp; Invalid misc:0&amp;nbsp; &amp;nbsp;Missed beacon:0&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;[16:32:22] root@openHABianPi:/home/openhabian#&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;아래 부분을 수정해도 안됨.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;margin-right: 0px; margin-bottom: 1em; margin-left: 2em; padding: 0px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Arial, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, sans-serif; font-size: 15px; vertical-align: baseline; box-sizing: inherit; clear: both; color: rgb(36, 39, 41);&quot;&gt;&amp;nbsp;This will work if you add these lines to the /etc/network/interfaces file:&lt;/p&gt;&lt;pre style=&quot;margin-top: 0px; margin-bottom: 1em; padding: 5px; border: 0px; font-variant-numeric: inherit; font-variant-east-asian: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; width: auto; max-height: 600px; overflow: auto; background-color: rgb(239, 240, 241); overflow-wrap: normal; color: rgb(36, 39, 41);&quot;&gt;&lt;code style=&quot;margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, &amp;quot;Lucida Console&amp;quot;, &amp;quot;Liberation Mono&amp;quot;, &amp;quot;DejaVu Sans Mono&amp;quot;, &amp;quot;Bitstream Vera Sans Mono&amp;quot;, &amp;quot;Courier New&amp;quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; white-space: inherit;&quot;&gt;# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man dhcpcd.conf'

# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
  wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf&lt;/code&gt;&lt;/pre&gt;&lt;p style=&quot;margin-left: 2em;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>NAS/openHAB</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/89</guid>
      <comments>https://yuilsoo.tistory.com/89#entry89comment</comments>
      <pubDate>Sat, 2 Feb 2019 17:17:24 +0900</pubDate>
    </item>
    <item>
      <title>How to installl openHAB in RPi 2</title>
      <link>https://yuilsoo.tistory.com/88</link>
      <description>&lt;p&gt;reference site&lt;/p&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;&lt;font color=&quot;#2c3e50&quot; face=&quot;-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 16px;&quot;&gt;&lt;b&gt;https://www.openhab.org/docs/installation/openhabian.html&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.7; color: rgb(44, 62, 80); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 1.7; color: rgb(44, 62, 80); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;&lt;span style=&quot;font-weight: 600;&quot;&gt;Setup:&lt;/span&gt;&lt;/p&gt;&lt;ul style=&quot;padding-left: 1.2em; line-height: 1.7; color: rgb(44, 62, 80); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;&lt;a href=&quot;https://github.com/openhab/openhabian/releases&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Download the latest &quot;openHABianPi&quot; SD card image file&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; aria-hidden=&quot;true&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 100 100&quot; width=&quot;15&quot; height=&quot;15&quot; class=&quot;icon outbound&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z&quot;&gt;&lt;/path&gt;&lt;polygon fill=&quot;currentColor&quot; points=&quot;45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9&quot;&gt;&lt;/polygon&gt;&lt;/svg&gt;&lt;/a&gt;&amp;nbsp;(Note: the file is&amp;nbsp;&lt;em&gt;xz&lt;/em&gt;&amp;nbsp;compressed)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;Write the image to your SD card (e.g. with&amp;nbsp;&lt;a href=&quot;https://etcher.io/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Etcher&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; aria-hidden=&quot;true&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 100 100&quot; width=&quot;15&quot; height=&quot;15&quot; class=&quot;icon outbound&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z&quot;&gt;&lt;/path&gt;&lt;polygon fill=&quot;currentColor&quot; points=&quot;45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9&quot;&gt;&lt;/polygon&gt;&lt;/svg&gt;&lt;/a&gt;, able to directly work with&amp;nbsp;&lt;em&gt;xz&lt;/em&gt;&amp;nbsp;files)&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;Insert the SD card into the Raspberry Pi, connect Ethernet (&lt;a href=&quot;https://www.openhab.org/docs/installation/openhabian.html#wifi-setup&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Wi-Fi supported&lt;/a&gt;) and power&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;Wait approximately&amp;nbsp;&lt;span style=&quot;font-weight: 600;&quot;&gt;15-45 minutes&lt;/span&gt;&amp;nbsp;for openHABian to do its magic&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;Enjoy!  &lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;The device will be available under its IP or via the local DNS name&amp;nbsp;&lt;code style=&quot;font-family: source-code-pro, Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(71, 101, 130); padding: 0.25rem 0.5rem; margin: 0px; font-size: 0.85em; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px;&quot;&gt;openhabianpi&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;&lt;a href=&quot;https://www.openhab.org/docs/configuration/packages.html&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Connect to the openHAB 2 dashboard&lt;/a&gt;:&amp;nbsp;&lt;a href=&quot;http://openhabianpi:8080/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;http://openhabianpi:8080&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; aria-hidden=&quot;true&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 100 100&quot; width=&quot;15&quot; height=&quot;15&quot; class=&quot;icon outbound&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z&quot;&gt;&lt;/path&gt;&lt;polygon fill=&quot;currentColor&quot; points=&quot;45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9&quot;&gt;&lt;/polygon&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;&lt;a href=&quot;https://www.openhab.org/docs/installation/linux.html#mounting-locally&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Connect to the Samba network shares&lt;/a&gt;&amp;nbsp;with username&amp;nbsp;&lt;code style=&quot;font-family: source-code-pro, Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(71, 101, 130); padding: 0.25rem 0.5rem; margin: 0px; font-size: 0.85em; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px;&quot;&gt;openhabian&lt;/code&gt;&amp;nbsp;and password&amp;nbsp;&lt;code style=&quot;font-family: source-code-pro, Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(71, 101, 130); padding: 0.25rem 0.5rem; margin: 0px; font-size: 0.85em; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px;&quot;&gt;openhabian&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;Connect to the openHAB Log Viewer (frontail):&amp;nbsp;&lt;a href=&quot;http://openhabianpi:9001/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;http://openhabianpi:9001&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; aria-hidden=&quot;true&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 100 100&quot; width=&quot;15&quot; height=&quot;15&quot; class=&quot;icon outbound&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z&quot;&gt;&lt;/path&gt;&lt;polygon fill=&quot;currentColor&quot; points=&quot;45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9&quot;&gt;&lt;/polygon&gt;&lt;/svg&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p style=&quot;line-height: 1.7;&quot;&gt;If you encounter any setup problem,&amp;nbsp;&lt;a href=&quot;https://www.openhab.org/docs/installation/openhabian.html#successful&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;please continue here&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;line-height: 1.7; color: rgb(44, 62, 80); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;You can stop reading now. openHABian has installed and configured your openHAB system and you can start to use it right away. If you want to get in touch with the system or want to install one of the previously mentioned optional features, you can come back here later.&lt;/p&gt;&lt;p style=&quot;line-height: 1.7; color: rgb(44, 62, 80); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, Cantarell, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif; font-size: 16px;&quot;&gt;Ready for more?&amp;nbsp;&lt;a href=&quot;https://www.raspberrypi.org/documentation/remote-access/ssh/windows.md&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; style=&quot;color: rgb(255, 102, 0);&quot;&gt;Connect to your Raspberry Pi SSH console&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; aria-hidden=&quot;true&quot; x=&quot;0px&quot; y=&quot;0px&quot; viewBox=&quot;0 0 100 100&quot; width=&quot;15&quot; height=&quot;15&quot; class=&quot;icon outbound&quot;&gt;&lt;path fill=&quot;currentColor&quot; d=&quot;M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z&quot;&gt;&lt;/path&gt;&lt;polygon fill=&quot;currentColor&quot; points=&quot;45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9&quot;&gt;&lt;/polygon&gt;&lt;/svg&gt;&lt;/a&gt;&amp;nbsp;using the username&amp;nbsp;&lt;code style=&quot;font-family: source-code-pro, Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(71, 101, 130); padding: 0.25rem 0.5rem; margin: 0px; font-size: 0.85em; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px;&quot;&gt;openhabian&lt;/code&gt;&amp;nbsp;and password&amp;nbsp;&lt;code style=&quot;font-family: source-code-pro, Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; color: rgb(71, 101, 130); padding: 0.25rem 0.5rem; margin: 0px; font-size: 0.85em; background-color: rgba(27, 31, 35, 0.05); border-radius: 3px;&quot;&gt;openhabian&lt;/code&gt;. You will see the following welcome screen:&lt;/p&gt;</description>
      <category>NAS/openHAB</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/88</guid>
      <comments>https://yuilsoo.tistory.com/88#entry88comment</comments>
      <pubDate>Fri, 1 Feb 2019 17:04:15 +0900</pubDate>
    </item>
    <item>
      <title>VirtualBox</title>
      <link>https://yuilsoo.tistory.com/29</link>
      <description>&lt;p&gt;How to install Virtualbox in Ubuntu&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1. sudo apt-get install build-essential&lt;/p&gt;&lt;p&gt;sudo apt-get install dkms&lt;/p&gt;&lt;p&gt;sudo apt-get install linux-headers-generic&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;2. get Virtual box&lt;/p&gt;&lt;p&gt;wget http://download.virtualbox.org/virtualbox/5.1.8/virtualbox-5.1_5.1.8-111374~Ubuntu~trusty_i386.deb&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>NAS/pogo</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/29</guid>
      <comments>https://yuilsoo.tistory.com/29#entry29comment</comments>
      <pubDate>Tue, 22 Nov 2016 08:33:33 +0900</pubDate>
    </item>
    <item>
      <title>거미여인의 키스 -마누엘푸익(manuel puig)</title>
      <link>https://yuilsoo.tistory.com/14</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;67p&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;왜 진전이 없었지?&lt;/div&gt;&lt;div style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;&amp;gt; 서로 줄 수 있는 건 이미 다 주었기 때문이야. 서로 강한 애착을 느꼈지만, 그러기에는 너무 젊었어. 그리고 아직도 모르는 것이 있었고••••••그러니까 그들이 원하는 것이 무엇인지 잘 몰랐던 거였어.&amp;nbsp;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Book</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/14</guid>
      <comments>https://yuilsoo.tistory.com/14#entry14comment</comments>
      <pubDate>Tue, 23 Aug 2016 09:01:23 +0900</pubDate>
    </item>
    <item>
      <title>이혼지침서 - 쑤퉁</title>
      <link>https://yuilsoo.tistory.com/13</link>
      <description>&lt;div style=&quot;text-align: center;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 750px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2101644657BB922022&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2101644657BB922022&quot; width=&quot;750&quot; height=&quot;1334&quot; filename=&quot;Evernote Camera Roll 20160816 102811.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;세편의 이야기가 실렸는데&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;마지막작품인 세개의 등불이 가장 마음에 들었다.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;오리밖에 모른는 바보소년과 고깃배소녀의 우정이란다.&amp;nbsp;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;
	&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;첫번째 작품인 처첩성군은 장예모감독의 영화 홍등의 원작이라는데 천씨의 네번째 첩으로 들어간 쑤웬의 부조리한삶이 가슴아픈 작품.&amp;nbsp;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Book</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/13</guid>
      <comments>https://yuilsoo.tistory.com/13#entry13comment</comments>
      <pubDate>Tue, 23 Aug 2016 09:00:43 +0900</pubDate>
    </item>
    <item>
      <title>청의 -비페이위</title>
      <link>https://yuilsoo.tistory.com/12</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;아픔이 최후엔 느껴지는 작품&lt;/span&gt;&lt;/p&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;총 세편의 단편으로 구성되었다.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;최근 읽은 중국소설들은 모두 근대사의 어려운 그리고 아픈 부분을 그려내려는 작품이 많다.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family:&amp;quot;Helvetica Neue&amp;quot;, Arial, sans;font-size:16px;&quot;&gt;분월이라는 경극의 여주인공역을 맡기위해 모든것을 거는 샤오엔추의 모습과 항아의 전설이 오버랩되는 작품.&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;맨 마지막 눈내리는 거리에서 홀로 하혈하며 분월의 한도막을 부르는 여인을 상상하며 황량한 느낌이 가슴한쪽으로부터 피어오름을 느낀다.&amp;nbsp;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Book</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/12</guid>
      <comments>https://yuilsoo.tistory.com/12#entry12comment</comments>
      <pubDate>Tue, 23 Aug 2016 08:58:34 +0900</pubDate>
    </item>
    <item>
      <title>분재기</title>
      <link>https://yuilsoo.tistory.com/11</link>
      <description>&lt;p&gt;&lt;span style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;전통사회에서 재산을 소유한 사람인 재주가 토지 가옥 노비등의 재산을 자손에게 나누어 주며 기록한문서.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/256AAE3F57BB915029&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F256AAE3F57BB915029&quot; width=&quot;900&quot; height=&quot;604&quot; filename=&quot;Evernote Snapshot 20160710 140402.png&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description>
      <category>Book</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/11</guid>
      <comments>https://yuilsoo.tistory.com/11#entry11comment</comments>
      <pubDate>Tue, 23 Aug 2016 08:57:21 +0900</pubDate>
    </item>
    <item>
      <title>암흑의 핵심 - 조셉콘라드</title>
      <link>https://yuilsoo.tistory.com/9</link>
      <description>&lt;ul style=&quot;font-family:gotham, helvetica, arial, sans-serif;font-size:14px;&quot;&gt;&lt;li&gt;76p, 어느새 해는 나직이 떨어져 있었어. 그래서 그들은 나란히 서서 앞으로 몸을 숙인채 언덕을 올라가며 서로 길이가 다른 자기네의 우스꽝스런 그림자를 힘들게 끌고 있었지. &amp;nbsp; 그들의 뒤에서 그 두 그림자는 기다랗게 자란 풀 위로 천천히 끌려 가면서도 풀잎을 하나도 꺾지는 못했어&amp;nbsp;&lt;/li&gt;&lt;li&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>Book</category>
      <author>그물에걸리지않는바람처럼</author>
      <guid isPermaLink="true">https://yuilsoo.tistory.com/9</guid>
      <comments>https://yuilsoo.tistory.com/9#entry9comment</comments>
      <pubDate>Tue, 23 Aug 2016 08:51:51 +0900</pubDate>
    </item>
  </channel>
</rss>