<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>How-To on Park, Geon (re-st)</title>
    <link>https://re-st.github.io/blog/how-to/</link>
    <description>Recent content in How-To on Park, Geon (re-st)</description>
    <generator>Hugo</generator>
    <language>ko-kr</language>
    <copyright>Copyright © 2026, Geon Park.</copyright>
    <lastBuildDate>Tue, 28 Apr 2026 17:58:08 +0900</lastBuildDate>
    <atom:link href="https://re-st.github.io/blog/how-to/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Short HowTo Tips.md</title>
      <link>https://re-st.github.io/logs/short-howto-tips.md/</link>
      <pubDate>Thu, 25 Dec 2025 00:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/short-howto-tips.md/</guid>
      <description>&lt;h1 id=&#34;unsubscribe-from-caml-list&#34;&gt;Unsubscribe from caml-list&lt;/h1&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Date: 2025-12-25&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Goto sympa.inria.fr&lt;/li&gt;&#xA;&lt;li&gt;Click the big blue search button like in &lt;strong&gt;Fig. Unsub-1&lt;/strong&gt;, then enter caml-list&lt;/li&gt;&#xA;&lt;li&gt;Do unsubscribe&lt;/li&gt;&#xA;&lt;li&gt;Enter email address&lt;/li&gt;&#xA;&lt;li&gt;Goto email like in &lt;strong&gt;Fig. Unsub-2&lt;/strong&gt;, then click the link&lt;/li&gt;&#xA;&lt;li&gt;Confirm un-subscription&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;&lt;strong&gt;Fig. Unsub-1&lt;/strong&gt;&#xA;&lt;img src=&#34;https://re-st.github.io/logs%5c&#34; alt=&#34;../Unsubscribe from caml-list 2.png&#34;/&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Fig. Unsub-2&lt;/strong&gt;&#xA;&lt;img src=&#34;https://re-st.github.io/logs%5c&#34; alt=&#34;../Unsubscribe from caml-list 5.png.png&#34;/&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>블로그 wrapper 디렉토리의 의미없는 github action 지우기.md</title>
      <link>https://re-st.github.io/logs/%EB%B8%94%EB%A1%9C%EA%B7%B8-wrapper-%EB%94%94%EB%A0%89%ED%86%A0%EB%A6%AC%EC%9D%98-%EC%9D%98%EB%AF%B8%EC%97%86%EB%8A%94-github-action-%EC%A7%80%EC%9A%B0%EA%B8%B0.md/</link>
      <pubDate>Mon, 13 Oct 2025 08:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EB%B8%94%EB%A1%9C%EA%B7%B8-wrapper-%EB%94%94%EB%A0%89%ED%86%A0%EB%A6%AC%EC%9D%98-%EC%9D%98%EB%AF%B8%EC%97%86%EB%8A%94-github-action-%EC%A7%80%EC%9A%B0%EA%B8%B0.md/</guid>
      <description>&lt;p&gt;GitHub 블로그를 관리하다 보면 원치 않는 디렉토리에서 GitHub Actions이 실행되어 빌드 실패 알림이 쌓이는 상황이 발생한다.&lt;/p&gt;&#xA;&lt;p&gt;이 문제의 근본적인 원인을 해결하고 불필요한 배포(Deployment) 프로세스를 제거하는 방법을 여기 정리한다.&lt;/p&gt;&#xA;&lt;h2 id=&#34;-문제-진단-원치-않는-github-actions-실행&#34;&gt;🚨 문제 진단: 원치 않는 GitHub Actions 실행&lt;/h2&gt;&#xA;&lt;p&gt;블로그 디렉토리가 아닌 상위 관리 디렉토리(&lt;strong&gt;&lt;code&gt;blog-profile-wrapper&lt;/code&gt;&lt;/strong&gt; 와 같은)에서 커밋이 발생할 때마다 GitHub Pages 빌드 Action이 트리거되어 알림창에 빌드 실패 메시지가 반복적으로 나타나는 경우.&lt;/p&gt;&#xA;&lt;p&gt;이러한 불필요한 빌드는 기존의 &lt;strong&gt;&lt;code&gt;Deploy from a branch&lt;/code&gt;&lt;/strong&gt; 설정으로 인해 발생하며, 아래 이미지와 같은 불필요한 Deployment 레코드를 생성합니다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AFL (AFL&#43;&#43;) 소스코드 수정 시 디버깅 - gdb 사용.md</title>
      <link>https://re-st.github.io/logs/afl-afl-%EC%86%8C%EC%8A%A4%EC%BD%94%EB%93%9C-%EC%88%98%EC%A0%95-%EC%8B%9C-%EB%94%94%EB%B2%84%EA%B9%85-gdb-%EC%82%AC%EC%9A%A9.md/</link>
      <pubDate>Mon, 06 Oct 2025 21:27:24 +0900</pubDate>
      <guid>https://re-st.github.io/logs/afl-afl-%EC%86%8C%EC%8A%A4%EC%BD%94%EB%93%9C-%EC%88%98%EC%A0%95-%EC%8B%9C-%EB%94%94%EB%B2%84%EA%B9%85-gdb-%EC%82%AC%EC%9A%A9.md/</guid>
      <description>GDB로 afl-fuzz 내부 크래시 파헤치기</description>
    </item>
    <item>
      <title>(방법) Error building site: assemble: failed to unmarshal YAML: yaml: line 1: did not find expected key 해결</title>
      <link>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-error-building-site-assemble-failed-to-unmarshal-yaml-yaml-line-1-did-not-find-expected-key-%ED%95%B4%EA%B2%B0/</link>
      <pubDate>Tue, 30 Sep 2025 01:49:09 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-error-building-site-assemble-failed-to-unmarshal-yaml-yaml-line-1-did-not-find-expected-key-%ED%95%B4%EA%B2%B0/</guid>
      <description>(Method) Solve the following : Error building site: assemble: failed to unmarshal YAML: yaml: line 1: did not find expected key</description>
    </item>
    <item>
      <title>(방법) git status에서 한글이 깨질 때 (`%20` 등) 한글 뜨게 하기</title>
      <link>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-git-status%EC%97%90%EC%84%9C-%ED%95%9C%EA%B8%80%EC%9D%B4-%EA%B9%A8%EC%A7%88-%EB%95%8C--%EB%93%B1-%ED%95%9C%EA%B8%80-%EB%9C%A8%EA%B2%8C-%ED%95%98%EA%B8%B0/</link>
      <pubDate>Mon, 22 Sep 2025 17:30:09 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-git-status%EC%97%90%EC%84%9C-%ED%95%9C%EA%B8%80%EC%9D%B4-%EA%B9%A8%EC%A7%88-%EB%95%8C--%EB%93%B1-%ED%95%9C%EA%B8%80-%EB%9C%A8%EA%B2%8C-%ED%95%98%EA%B8%B0/</guid>
      <description>&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;git config --global core.quotepath &lt;span style=&#34;color:#007020&#34;&gt;false&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <title>git 갱신 오류 해결 - 수정 파일이 git status에 반영 안 될 때.md</title>
      <link>https://re-st.github.io/logs/git-%EA%B0%B1%EC%8B%A0-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-%EC%88%98%EC%A0%95-%ED%8C%8C%EC%9D%BC%EC%9D%B4-git-status%EC%97%90-%EB%B0%98%EC%98%81-%EC%95%88-%EB%90%A0-%EB%95%8C.md/</link>
      <pubDate>Mon, 22 Sep 2025 17:28:52 +0900</pubDate>
      <guid>https://re-st.github.io/logs/git-%EA%B0%B1%EC%8B%A0-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-%EC%88%98%EC%A0%95-%ED%8C%8C%EC%9D%BC%EC%9D%B4-git-status%EC%97%90-%EB%B0%98%EC%98%81-%EC%95%88-%EB%90%A0-%EB%95%8C.md/</guid>
      <description>&lt;p&gt;[목차]&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;원인 - index파일 손상&lt;/li&gt;&#xA;&lt;li&gt;해결 - 손상된 index파일 초기화 (&lt;code&gt;rm -f .git/index &amp;amp;&amp;amp; git reset&lt;/code&gt;)&lt;/li&gt;&#xA;&lt;li&gt;안전한 방법 - &lt;code&gt;git update-index --refresh&lt;/code&gt; 먼저 시도&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h1 id=&#34;원인---index-파일-손상&#34;&gt;원인 - index 파일 손상&lt;/h1&gt;&#xA;&lt;p&gt;파일을 분명히 수정했는데도 &lt;code&gt;git status&lt;/code&gt;나 &lt;code&gt;git diff&lt;/code&gt;에서 변경 내역을 전혀 감지하지 못할 때가 있습니다. 이 현상은 보통 Git의 &lt;strong&gt;인덱스(Index) 파일이 손상되었을 때&lt;/strong&gt; 발생합니다.&lt;/p&gt;&#xA;&lt;p&gt;인덱스는 커밋할 파일 목록을 관리하는 &amp;lsquo;스테이징 영역&amp;rsquo;의 실체인데, 이 파일이 꼬이면 Git이 파일의 변경 상태를 제대로 파악하지 못하게 됩니다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AFL - No instrumentation detected, 혹은 Fork server handshake fail.md</title>
      <link>https://re-st.github.io/logs/afl-no-instrumentation-detected-%ED%98%B9%EC%9D%80-fork-server-handshake-fail.md/</link>
      <pubDate>Mon, 22 Sep 2025 14:30:58 +0900</pubDate>
      <guid>https://re-st.github.io/logs/afl-no-instrumentation-detected-%ED%98%B9%EC%9D%80-fork-server-handshake-fail.md/</guid>
      <description>&lt;p&gt;직접 &lt;code&gt;afl-fuzz&lt;/code&gt; 를 실행할 때 이런 에러가 난다면, 명령어를 잘못 줬는지 점검해 보자.&lt;/p&gt;&#xA;&lt;p&gt;예를 들어 나같은 경우, AFL을 다중 지향성 퍼징으로 바꾸기 위해 만든,&#xA;타깃 개수를 전달하는 -D인자를 잘못 주고 있었다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AFL (AFL&#43;&#43;) 디버깅 - setaffinity 문제와 해결 (bind_to_free_cpu에서 에러).md</title>
      <link>https://re-st.github.io/logs/afl-afl-%EB%94%94%EB%B2%84%EA%B9%85-setaffinity-%EB%AC%B8%EC%A0%9C%EC%99%80-%ED%95%B4%EA%B2%B0-bind_to_free_cpu%EC%97%90%EC%84%9C-%EC%97%90%EB%9F%AC.md/</link>
      <pubDate>Mon, 22 Sep 2025 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/afl-afl-%EB%94%94%EB%B2%84%EA%B9%85-setaffinity-%EB%AC%B8%EC%A0%9C%EC%99%80-%ED%95%B4%EA%B2%B0-bind_to_free_cpu%EC%97%90%EC%84%9C-%EC%97%90%EB%9F%AC.md/</guid>
      <description>&lt;p&gt;&lt;strong&gt;문제 예시&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 1&lt;/span&gt;&lt;span&gt;&amp;gt; ./afl-fuzz &lt;span style=&#34;color:#666&#34;&gt;(&lt;/span&gt;후략&lt;span style=&#34;color:#666&#34;&gt;)&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 2&lt;/span&gt;&lt;span&gt;afl-fuzz 2.57b by &amp;lt;lcamtuf@google.com&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 3&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#666&#34;&gt;[&lt;/span&gt;+&lt;span style=&#34;color:#666&#34;&gt;]&lt;/span&gt; You have &lt;span style=&#34;color:#40a070&#34;&gt;64&lt;/span&gt; CPU cores and &lt;span style=&#34;color:#40a070&#34;&gt;2&lt;/span&gt; runnable tasks &lt;span style=&#34;color:#666&#34;&gt;(&lt;/span&gt;utilization: 3%&lt;span style=&#34;color:#666&#34;&gt;)&lt;/span&gt;.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 4&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#666&#34;&gt;[&lt;/span&gt;+&lt;span style=&#34;color:#666&#34;&gt;]&lt;/span&gt; Try parallel &lt;span style=&#34;color:#007020&#34;&gt;jobs&lt;/span&gt; - see docs/parallel_fuzzing.txt.&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 5&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#666&#34;&gt;[&lt;/span&gt;*&lt;span style=&#34;color:#666&#34;&gt;]&lt;/span&gt; Checking CPU core loadout...&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 6&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#666&#34;&gt;[&lt;/span&gt;+&lt;span style=&#34;color:#666&#34;&gt;]&lt;/span&gt; Found a free CPU core, binding to &lt;span style=&#34;color:#60a0b0;font-style:italic&#34;&gt;#0.&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 7&lt;/span&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 8&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#666&#34;&gt;[&lt;/span&gt;-&lt;span style=&#34;color:#666&#34;&gt;]&lt;/span&gt;  SYSTEM ERROR : sched_setaffinity failed&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt; 9&lt;/span&gt;&lt;span&gt;    Stop location : bind_to_free_cpu&lt;span style=&#34;color:#666&#34;&gt;()&lt;/span&gt;, afl-fuzz.c:1134&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;10&lt;/span&gt;&lt;span&gt;       OS message : Invalid argument&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;strong&gt;해결&lt;/strong&gt;&#xA;이를 우회하기 위한 환경변수인 &lt;code&gt;AFL_NO_AFFINITY&lt;/code&gt;를 설정한다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>AFL (AFL&#43;&#43;) 디버깅 - ASAN으로 instrument하고 돌리기.md</title>
      <link>https://re-st.github.io/logs/afl-afl-%EB%94%94%EB%B2%84%EA%B9%85-asan%EC%9C%BC%EB%A1%9C-instrument%ED%95%98%EA%B3%A0-%EB%8F%8C%EB%A6%AC%EA%B8%B0.md/</link>
      <pubDate>Wed, 03 Sep 2025 14:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/afl-afl-%EB%94%94%EB%B2%84%EA%B9%85-asan%EC%9C%BC%EB%A1%9C-instrument%ED%95%98%EA%B3%A0-%EB%8F%8C%EB%A6%AC%EA%B8%B0.md/</guid>
      <description>&lt;p&gt;목차&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;AFL&lt;/li&gt;&#xA;&lt;li&gt;AFL++&lt;/li&gt;&#xA;&lt;li&gt;입힌 뒤 확인&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h1 id=&#34;afl---makefile의-cflags를-수정한다&#34;&gt;AFL - Makefile의 CFLAGS를 수정한다.&lt;/h1&gt;&#xA;&lt;p&gt;Makefile의 CFLAGS부분에 &lt;code&gt;-fsanitize=address&lt;/code&gt;을 추가한다.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-Makefile&#34; data-lang=&#34;Makefile&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#bb60d5&#34;&gt;CFLAGS&lt;/span&gt;     &lt;span style=&#34;color:#666&#34;&gt;+=&lt;/span&gt; -fsanitize&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;address -Wall -D_FORTIFY_SOURCE&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#40a070&#34;&gt;2&lt;/span&gt; -g -Wno-pointer-sign &lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2&lt;/span&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;3&lt;/span&gt;&lt;span&gt;        &lt;span style=&#34;color:#bb60d5&#34;&gt;-DAFL_PATH&lt;/span&gt;&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;$(&lt;/span&gt;HELPER_PATH&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt; -DDOC_PATH&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;$(&lt;/span&gt;DOC_PATH&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;4&lt;/span&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;5&lt;/span&gt;&lt;span&gt;        &lt;span style=&#34;color:#bb60d5&#34;&gt;-DBIN_PATH&lt;/span&gt;&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt;&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;$(&lt;/span&gt;BIN_PATH&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;)&lt;/span&gt;&lt;span style=&#34;color:#4070a0;font-weight:bold&#34;&gt;\&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;실패담&#34;&gt;실패담&lt;/h2&gt;&#xA;&lt;p&gt;&lt;code&gt;export AFL_USE_ASAN=1&lt;/code&gt; 은 왜인지 먹지 않는다.&lt;/p&gt;&#xA;&lt;h1 id=&#34;afl---asan_build-환경변수를-설정한다&#34;&gt;AFL++ - ASAN_BUILD 환경변수를 설정한다.&lt;/h1&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-sh&#34; data-lang=&#34;sh&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#007020&#34;&gt;cd&lt;/span&gt; ./AFLplusplus &lt;span style=&#34;color:#666&#34;&gt;&amp;amp;&amp;amp;&lt;/span&gt; &lt;span style=&#34;color:#bb60d5&#34;&gt;ASAN_BUILD&lt;/span&gt;&lt;span style=&#34;color:#666&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#4070a0&#34;&gt;&amp;#34;1&amp;#34;&lt;/span&gt; make clean all&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;asan-crashlog에-줄-번호가-나오지-않을-것이다-addr2line을-쓰자&#34;&gt;ASAN crashlog에 줄 번호가 나오지 않을 것이다. addr2line을 쓰자.&lt;/h2&gt;&#xA;&lt;p&gt;ASAN crashlog에 나온 포인터를 addr2line으로 확인한다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>(방법) github.io 블로그 검색 엔진에 노출시키기</title>
      <link>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-github.io-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EA%B2%80%EC%83%89-%EC%97%94%EC%A7%84%EC%97%90-%EB%85%B8%EC%B6%9C%EC%8B%9C%ED%82%A4%EA%B8%B0/</link>
      <pubDate>Sat, 22 Mar 2025 17:19:19 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EB%B0%A9%EB%B2%95-github.io-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EA%B2%80%EC%83%89-%EC%97%94%EC%A7%84%EC%97%90-%EB%85%B8%EC%B6%9C%EC%8B%9C%ED%82%A4%EA%B8%B0/</guid>
      <description>(Method) Exposure your github.io blog to search engines</description>
    </item>
    <item>
      <title>Mega.nz 동기화 오류 때문에 Obsidian이 켜지지 않을 때 해결법.md</title>
      <link>https://re-st.github.io/logs/mega.nz-%EB%8F%99%EA%B8%B0%ED%99%94-%EC%98%A4%EB%A5%98-%EB%95%8C%EB%AC%B8%EC%97%90-obsidian%EC%9D%B4-%EC%BC%9C%EC%A7%80%EC%A7%80-%EC%95%8A%EC%9D%84-%EB%95%8C-%ED%95%B4%EA%B2%B0%EB%B2%95.md/</link>
      <pubDate>Thu, 01 Aug 2024 17:20:13 +0900</pubDate>
      <guid>https://re-st.github.io/logs/mega.nz-%EB%8F%99%EA%B8%B0%ED%99%94-%EC%98%A4%EB%A5%98-%EB%95%8C%EB%AC%B8%EC%97%90-obsidian%EC%9D%B4-%EC%BC%9C%EC%A7%80%EC%A7%80-%EC%95%8A%EC%9D%84-%EB%95%8C-%ED%95%B4%EA%B2%B0%EB%B2%95.md/</guid>
      <description>(Method) Solve mega.nz sync error causing failure in launching Obsidian</description>
    </item>
    <item>
      <title>매번 슬랙에서 뜨는 캘린더 알람 없애기.md</title>
      <link>https://re-st.github.io/logs/%EB%A7%A4%EB%B2%88-%EC%8A%AC%EB%9E%99%EC%97%90%EC%84%9C-%EB%9C%A8%EB%8A%94-%EC%BA%98%EB%A6%B0%EB%8D%94-%EC%95%8C%EB%9E%8C-%EC%97%86%EC%95%A0%EA%B8%B0.md/</link>
      <pubDate>Sat, 15 Jun 2024 17:16:55 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EB%A7%A4%EB%B2%88-%EC%8A%AC%EB%9E%99%EC%97%90%EC%84%9C-%EB%9C%A8%EB%8A%94-%EC%BA%98%EB%A6%B0%EB%8D%94-%EC%95%8C%EB%9E%8C-%EC%97%86%EC%95%A0%EA%B8%B0.md/</guid>
      <description>how to turn off google calendar messages in slack</description>
    </item>
    <item>
      <title>vi 편집기의 shell로 zsh 쓰기.md</title>
      <link>https://re-st.github.io/logs/vi-%ED%8E%B8%EC%A7%91%EA%B8%B0%EC%9D%98-shell%EB%A1%9C-zsh-%EC%93%B0%EA%B8%B0.md/</link>
      <pubDate>Sat, 01 Jun 2024 17:18:37 +0900</pubDate>
      <guid>https://re-st.github.io/logs/vi-%ED%8E%B8%EC%A7%91%EA%B8%B0%EC%9D%98-shell%EB%A1%9C-zsh-%EC%93%B0%EA%B8%B0.md/</guid>
      <description>(Method) Use ZSH for a shell of VI editor</description>
    </item>
    <item>
      <title></title>
      <link>https://re-st.github.io/logs/</link>
      <pubDate>Wed, 15 May 2024 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/</guid>
      <description>(Method) Notify via Slack, if a docker build had succeeded</description>
    </item>
    <item>
      <title>특정 와이파이로 연결 시도하는 단축키 제작.md</title>
      <link>https://re-st.github.io/logs/%ED%8A%B9%EC%A0%95-%EC%99%80%EC%9D%B4%ED%8C%8C%EC%9D%B4%EB%A1%9C-%EC%97%B0%EA%B2%B0-%EC%8B%9C%EB%8F%84%ED%95%98%EB%8A%94-%EB%8B%A8%EC%B6%95%ED%82%A4-%EC%A0%9C%EC%9E%91.md/</link>
      <pubDate>Thu, 09 May 2024 20:33:40 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%ED%8A%B9%EC%A0%95-%EC%99%80%EC%9D%B4%ED%8C%8C%EC%9D%B4%EB%A1%9C-%EC%97%B0%EA%B2%B0-%EC%8B%9C%EB%8F%84%ED%95%98%EB%8A%94-%EB%8B%A8%EC%B6%95%ED%82%A4-%EC%A0%9C%EC%9E%91.md/</guid>
      <description>&lt;p&gt;Windows에서 특정 Wi-Fi 네트워크에 연결하도록 하는 단축키를 만드는 것은 몇 가지 단계를 거쳐야 합니다. 다음은 &amp;ldquo;Welcome_KAIST&amp;quot;라는 Wi-Fi에 자동으로 연결하도록 설정하는 방법입니다.&lt;/p&gt;&#xA;&lt;h3 id=&#34;1-스크립트-작성&#34;&gt;1. 스크립트 작성&lt;/h3&gt;&#xA;&lt;p&gt;PowerShell을 사용하여 Wi-Fi 네트워크에 연결하는 스크립트를 작성할 수 있습니다. 아래는 예시 스크립트입니다:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#60a0b0;font-style:italic&#34;&gt;# &amp;#34;Welcome_KAIST&amp;#34; 네트워크에 연결&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;2&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#bb60d5&#34;&gt;$wifiName&lt;/span&gt; = &lt;span style=&#34;color:#4070a0&#34;&gt;&amp;#34;Welcome_KAIST&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;3&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#bb60d5&#34;&gt;$profileName&lt;/span&gt; = &lt;span style=&#34;color:#4070a0&#34;&gt;&amp;#34;Welcome_KAIST&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#60a0b0;font-style:italic&#34;&gt;# 프로필 이름은 네트워크 이름과 동일하게 설정&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;4&lt;/span&gt;&lt;span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;5&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#60a0b0;font-style:italic&#34;&gt;# 저장된 프로필을 사용하여 네트워크에 연결 시도&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;6&lt;/span&gt;&lt;span&gt;netsh wlan connect name=&lt;span style=&#34;color:#bb60d5&#34;&gt;$profileName&lt;/span&gt; ssid=&lt;span style=&#34;color:#bb60d5&#34;&gt;$wifiName&lt;/span&gt; interface=&lt;span style=&#34;color:#4070a0&#34;&gt;&amp;#34;Wi-Fi&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;2-스크립트-저장&#34;&gt;2. 스크립트 저장&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;위의 스크립트를 메모장에 복사하여 &lt;code&gt;.ps1&lt;/code&gt; 확장자로 저장합니다 (예: &lt;code&gt;ConnectToKAIST.ps1&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;3-단축키-생성&#34;&gt;3. 단축키 생성&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;스크립트 파일을 마우스 오른쪽 버튼으로 클릭하고 &amp;ldquo;바로 가기 만들기&amp;quot;를 선택합니다.&lt;/li&gt;&#xA;&lt;li&gt;생성된 바로 가기를 마우스 오른쪽 버튼으로 클릭하고 &amp;ldquo;속성&amp;quot;을 선택합니다.&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;바로 가기&amp;rdquo; 탭에서 &amp;ldquo;단축키&amp;rdquo; 필드에 원하는 키 조합을 입력합니다 (예: &lt;code&gt;Ctrl+Alt+K&lt;/code&gt;).&lt;/li&gt;&#xA;&lt;li&gt;&amp;ldquo;대상&amp;rdquo; 필드에 다음과 같이 수정합니다:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-plaintext&#34; data-lang=&#34;plaintext&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;powershell.exe -ExecutionPolicy Bypass -File &amp;#34;경로\ConnectToKAIST.ps1&amp;#34;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;여기서 &lt;code&gt;&amp;quot;경로&amp;quot;&lt;/code&gt;는 스크립트 파일의 전체 경로를 의미합니다.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;4-실행-정책-변경&#34;&gt;4. 실행 정책 변경&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;이 스크립트가 실행되려면 PowerShell의 실행 정책 변경이 필요할 수 있습니다. 이는 다음 명령어를 관리자 권한으로 실행하여 변경할 수 있습니다:&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-powershell&#34; data-lang=&#34;powershell&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span style=&#34;white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f&#34;&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style=&#34;color:#007020&#34;&gt;Set-ExecutionPolicy&lt;/span&gt; RemoteSigned&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;이 명령은 스크립트가 로컬에서는 실행되지만 인터넷에서 다운로드한 스크립트는 서명이 필요하다는 정책을 설정합니다.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3 id=&#34;주의-사항&#34;&gt;주의 사항&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;네트워크 보안과 개인 정보 보호를 위해, 알려지지 않은 네트워크에 자동으로 연결하는 스크립트를 사용할 때는 주의가 필요합니다.&lt;/li&gt;&#xA;&lt;li&gt;이 방법은 네트워크와 프로필 이름이 이미 설정되어 있고, 기기에 저장되어 있어야 합니다.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;이 단계들을 통해 &amp;ldquo;Welcome_KAIST&amp;quot;라는 Wi-Fi에 단축키를 사용하여 연결하는 설정을 완료할 수 있습니다.&lt;/p&gt;</description>
    </item>
    <item>
      <title>obsidian-to-hugo로 옵시디언 내용 블로그에 올리기.md</title>
      <link>https://re-st.github.io/logs/obsidian-to-hugo%EB%A1%9C-%EC%98%B5%EC%8B%9C%EB%94%94%EC%96%B8-%EB%82%B4%EC%9A%A9-%EB%B8%94%EB%A1%9C%EA%B7%B8%EC%97%90-%EC%98%AC%EB%A6%AC%EA%B8%B0.md/</link>
      <pubDate>Mon, 01 Jan 2024 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/obsidian-to-hugo%EB%A1%9C-%EC%98%B5%EC%8B%9C%EB%94%94%EC%96%B8-%EB%82%B4%EC%9A%A9-%EB%B8%94%EB%A1%9C%EA%B7%B8%EC%97%90-%EC%98%AC%EB%A6%AC%EA%B8%B0.md/</guid>
      <description>(Method) Post the Obsidian content to blog via Obsidian-to-Hugo</description>
    </item>
    <item>
      <title>원본을 업데이트 하지 못했습니다 winget 해결.md</title>
      <link>https://re-st.github.io/logs/%EC%9B%90%EB%B3%B8%EC%9D%84-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-%ED%95%98%EC%A7%80-%EB%AA%BB%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4-winget-%ED%95%B4%EA%B2%B0.md/</link>
      <pubDate>Mon, 01 Jan 2024 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EC%9B%90%EB%B3%B8%EC%9D%84-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-%ED%95%98%EC%A7%80-%EB%AA%BB%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4-winget-%ED%95%B4%EA%B2%B0.md/</guid>
      <description>&amp;ldquo;[플젝] 윈도에서 hugo로 정적 블로그 만들기&amp;rdquo; 에서 이어짐.</description>
    </item>
    <item>
      <title>윈도 공간 부족 해결.md</title>
      <link>https://re-st.github.io/logs/%EC%9C%88%EB%8F%84-%EA%B3%B5%EA%B0%84-%EB%B6%80%EC%A1%B1-%ED%95%B4%EA%B2%B0.md/</link>
      <pubDate>Mon, 01 Jan 2024 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EC%9C%88%EB%8F%84-%EA%B3%B5%EA%B0%84-%EB%B6%80%EC%A1%B1-%ED%95%B4%EA%B2%B0.md/</guid>
      <description>Treesize, 그리고 ext4.vhdx</description>
    </item>
    <item>
      <title>재부팅 후 tmux를 복구할 수 있게 하기 (tmux-resurrect).md</title>
      <link>https://re-st.github.io/logs/%EC%9E%AC%EB%B6%80%ED%8C%85-%ED%9B%84-tmux%EB%A5%BC-%EB%B3%B5%EA%B5%AC%ED%95%A0-%EC%88%98-%EC%9E%88%EA%B2%8C-%ED%95%98%EA%B8%B0-tmux-resurrect.md/</link>
      <pubDate>Mon, 01 Jan 2024 12:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EC%9E%AC%EB%B6%80%ED%8C%85-%ED%9B%84-tmux%EB%A5%BC-%EB%B3%B5%EA%B5%AC%ED%95%A0-%EC%88%98-%EC%9E%88%EA%B2%8C-%ED%95%98%EA%B8%B0-tmux-resurrect.md/</guid>
      <description>(Method) Restore TMUX after rebooting (tmux-resurrect)</description>
    </item>
    <item>
      <title>Windows Update 오류 코드 0x80070005 해결.md</title>
      <link>https://re-st.github.io/logs/windows-update-%EC%98%A4%EB%A5%98-%EC%BD%94%EB%93%9C-0x80070005-%ED%95%B4%EA%B2%B0.md/</link>
      <pubDate>Mon, 01 Jan 2024 00:00:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/windows-update-%EC%98%A4%EB%A5%98-%EC%BD%94%EB%93%9C-0x80070005-%ED%95%B4%EA%B2%B0.md/</guid>
      <description>&amp;ldquo;원본을 업데이트 하지 못했습니다 winget&amp;rdquo; 에서 이어짐.</description>
    </item>
    <item>
      <title>최신 버전의 chromedriver 설치.md</title>
      <link>https://re-st.github.io/logs/%EC%B5%9C%EC%8B%A0-%EB%B2%84%EC%A0%84%EC%9D%98-chromedriver-%EC%84%A4%EC%B9%98.md/</link>
      <pubDate>Wed, 01 Nov 2023 17:23:59 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EC%B5%9C%EC%8B%A0-%EB%B2%84%EC%A0%84%EC%9D%98-chromedriver-%EC%84%A4%EC%B9%98.md/</guid>
      <description>installing chromedriver</description>
    </item>
    <item>
      <title>(조교) CS101 TA 진행방향, 느낀 점 (in English)</title>
      <link>https://re-st.github.io/logs/%EC%A1%B0%EA%B5%90-cs101-ta-%EC%A7%84%ED%96%89%EB%B0%A9%ED%96%A5-%EB%8A%90%EB%82%80-%EC%A0%90-in-english/</link>
      <pubDate>Wed, 30 Aug 2023 17:32:00 +0900</pubDate>
      <guid>https://re-st.github.io/logs/%EC%A1%B0%EA%B5%90-cs101-ta-%EC%A7%84%ED%96%89%EB%B0%A9%ED%96%A5-%EB%8A%90%EB%82%80-%EC%A0%90-in-english/</guid>
      <description>CS101 (Basic Python) Tips in both Learning and Teaching!</description>
    </item>
  </channel>
</rss>
