
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>SILENTSOFT</title>
      <link>https://blog.silentsoft.org</link>
      <description>세상을 이롭게 하고싶은 개발자 블로그</description>
      <image>
        <url>https://blog.silentsoft.org/static/images/avatar.jpeg</url>
        <title>SILENTSOFT</title>
        <link>https://blog.silentsoft.org</link>      
      </image>
      <language>ko</language>
      <managingEditor>contact@silentsoft.org (Hyesung Lee)</managingEditor>
      <webMaster>contact@silentsoft.org (Hyesung Lee)</webMaster>
      <lastBuildDate>Fri, 30 Dec 2022 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://blog.silentsoft.org/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://blog.silentsoft.org/archives/197</guid>
    <title>2022년을 회고하며</title>
    <link>https://blog.silentsoft.org/archives/197</link>
    <description>어쩌면 회고란, 지나간 일을 돌이켜 생각하는 것에서 끝나는 것이 아닌 또 다른 시작을 준비하는 것일지도 모르겠다.</description>
    <pubDate>Fri, 30 Dec 2022 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>retrospect</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/196</guid>
    <title>Travis CI, Sonarcloud 연동할 때 Not authorized 에러 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/196</link>
    <description>아니 저한테 왜이러세요 분명 시키는대로 했다구요.</description>
    <pubDate>Mon, 07 Mar 2022 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>ci-cd</category><category>travis-ci</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/195</guid>
    <title>오픈 소스로 JetBrains 무제한 라이센스 받은 썰.txt</title>
    <link>https://blog.silentsoft.org/archives/195</link>
    <description>JetBrains는 오픈 소스 개발자들을 위해 Open Source Support Program을 운영합니다. 아래의 몇 가지 조건만 맞다면 라이센스를 1년 무료로 획득하실 수 있습니다.</description>
    <pubDate>Tue, 22 Feb 2022 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>open-source</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/194</guid>
    <title>나는 어쩌다 방문자 카운터 서비스를 만들게 되었나</title>
    <link>https://blog.silentsoft.org/archives/194</link>
    <description>작년 초에 내가 사용하던 방문자 카운터가 갑자기 사라졌다.</description>
    <pubDate>Sun, 20 Feb 2022 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>open-source</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/193</guid>
    <title>oopy.io, super.so 대체제를 찾아서 (feat. Notion X)</title>
    <link>https://blog.silentsoft.org/archives/193</link>
    <description>왜 노션은 다크 모드를 지원하지 않을까</description>
    <pubDate>Wed, 17 Nov 2021 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>open-source</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/192</guid>
    <title>GitHub, 블로그에 방문자 카운터를 달아보자</title>
    <link>https://blog.silentsoft.org/archives/192</link>
    <description>GitHub 프로필이나 레파지토리, 블로그 등을 방문하다 보면 종종 방문자 카운터가 달린 것을 종종 볼 수 있다.</description>
    <pubDate>Wed, 21 Jul 2021 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>open-source</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/191</guid>
    <title>Maven 중앙 저장소에 업로드하는 방법</title>
    <link>https://blog.silentsoft.org/archives/191</link>
    <description>Maven 중앙 저장소에 본인이 만든 Artifact를 업로드하는 것은 그리 어렵지 않다. 충분한 커피와 3시간의 여유만 있다면 말이다.</description>
    <pubDate>Mon, 06 Apr 2020 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>build</category><category>maven</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/190</guid>
    <title>macOS 업데이트 후 xcrun error 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/190</link>
    <description>macOS를 업데이트하고 터미널을 사용하다보면 필연적으로 아래와 같은 에러를 마주하게 된다.</description>
    <pubDate>Sun, 20 Oct 2019 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>tip</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/189</guid>
    <title>[Jekyll] .md 파일이 .html 파일로 생성되지 않을 때</title>
    <link>https://blog.silentsoft.org/archives/189</link>
    <description>윈도우에서는 BOM이 자동 삽입되어 저장되는 경우가 많은데, 이러면 Jekyll이 문제를 일으킨다.</description>
    <pubDate>Wed, 06 Mar 2019 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>jekyll</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/188</guid>
    <title>[이클립스] Tomcat publishing 버그 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/188</link>
    <description>가끔 이클립스에서 Tomcat publishing을 해도 실제 Tomcat webapps 폴더에 publishing 되지 않는 버그가 있다.</description>
    <pubDate>Sat, 11 Aug 2018 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>tip</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/187</guid>
    <title>개발자의 사명감에 대하여</title>
    <link>https://blog.silentsoft.org/archives/187</link>
    <description>우리는 어떠한 태도와 자질을 가져야 하는지 고민해야 할 필요가 있으며, 사용자에게 더 나은 가치를 제공하기 위해 고민해야 할 의무가 있다.</description>
    <pubDate>Thu, 24 Nov 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>dev-culture</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/170</guid>
    <title>cURL communication error 60 SSL certificate problem 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/170</link>
    
    <pubDate>Mon, 26 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/141</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (1/6)</title>
    <link>https://blog.silentsoft.org/archives/141</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/149</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (2/6)</title>
    <link>https://blog.silentsoft.org/archives/149</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/153</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (3/6)</title>
    <link>https://blog.silentsoft.org/archives/153</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/156</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (4/6)</title>
    <link>https://blog.silentsoft.org/archives/156</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/160</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (5/6)</title>
    <link>https://blog.silentsoft.org/archives/160</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/162</guid>
    <title>[WordPress] Windows에서 Apache + Tomcat 조합으로 설치하는 방법 (6/6)</title>
    <link>https://blog.silentsoft.org/archives/162</link>
    
    <pubDate>Sat, 24 Sep 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>wordpress</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/30</guid>
    <title>Tomcat 다중 웹 사이트 접속 처리</title>
    <link>https://blog.silentsoft.org/archives/30</link>
    
    <pubDate>Sat, 27 Aug 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>server</category><category>tomcat</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/29</guid>
    <title>Atomikos + Spring Heuristic Completion Exception 해결 방법 (2)</title>
    <link>https://blog.silentsoft.org/archives/29</link>
    
    <pubDate>Mon, 08 Aug 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>spring</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/28</guid>
    <title>도메인 포워딩 시 반응형 웹 문제 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/28</link>
    
    <pubDate>Wed, 27 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>tip</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/27</guid>
    <title>Java에서 NetworkInterface를 이용하여 IP Address 가져오는 방법</title>
    <link>https://blog.silentsoft.org/archives/27</link>
    
    <pubDate>Tue, 26 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/26</guid>
    <title>Atomikos + Spring Heuristic Completion Exception 해결 방법 (1)</title>
    <link>https://blog.silentsoft.org/archives/26</link>
    
    <pubDate>Mon, 25 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>spring</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/25</guid>
    <title>JUnit + Spring 테스트 설정</title>
    <link>https://blog.silentsoft.org/archives/25</link>
    
    <pubDate>Tue, 19 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>spring</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/24</guid>
    <title>누구를 위한 코드인가?</title>
    <link>https://blog.silentsoft.org/archives/24</link>
    
    <pubDate>Mon, 18 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>dev-culture</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/22</guid>
    <title>[이클립스] SVN 다른 계정으로 접속하는 방법</title>
    <link>https://blog.silentsoft.org/archives/22</link>
    
    <pubDate>Wed, 13 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>scm</category><category>svn</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/23</guid>
    <title>[이클립스] SVN 계정 권한 변경 적용 안될 때 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/23</link>
    
    <pubDate>Wed, 13 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>scm</category><category>svn</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/21</guid>
    <title>Maven 빌드 할 때 PKIX path building failed 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/21</link>
    
    <pubDate>Sun, 10 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>build</category><category>maven</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/20</guid>
    <title>코드 리뷰, 5가지만 기억하자.</title>
    <link>https://blog.silentsoft.org/archives/20</link>
    
    <pubDate>Thu, 07 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>dev-culture</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/18</guid>
    <title>Maven 빌드 할 때 시간 가져오기</title>
    <link>https://blog.silentsoft.org/archives/18</link>
    
    <pubDate>Wed, 06 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>build</category><category>maven</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/19</guid>
    <title>Maven 빌드 할 때 라이브러리를 못찾는 경우 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/19</link>
    
    <pubDate>Wed, 06 Jul 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>build</category><category>maven</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/17</guid>
    <title>[JavaFx] Scene 레이아웃 먹힘 현상 해결 방법</title>
    <link>https://blog.silentsoft.org/archives/17</link>
    
    <pubDate>Thu, 09 Jun 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>javafx</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/16</guid>
    <title>[JavaFx] WebView 그리고 TinyMCE 로딩 문제</title>
    <link>https://blog.silentsoft.org/archives/16</link>
    
    <pubDate>Tue, 07 Jun 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>javafx</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/15</guid>
    <title>다중 해상도 아이콘 파일 만드는 방법</title>
    <link>https://blog.silentsoft.org/archives/15</link>
    
    <pubDate>Fri, 20 May 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>tip</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/13</guid>
    <title>Logging을 System.out으로 하면 안되는 이유</title>
    <link>https://blog.silentsoft.org/archives/13</link>
    
    <pubDate>Mon, 16 May 2016 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/12</guid>
    <title>SVN에서 GIT으로 이전하기</title>
    <link>https://blog.silentsoft.org/archives/12</link>
    
    <pubDate>Sun, 27 Dec 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>scm</category><category>git</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/11</guid>
    <title>Java로 클래스 간 객체 공유하기</title>
    <link>https://blog.silentsoft.org/archives/11</link>
    
    <pubDate>Tue, 01 Dec 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/10</guid>
    <title>Java로 클래스 간 이벤트 통신하기</title>
    <link>https://blog.silentsoft.org/archives/10</link>
    
    <pubDate>Mon, 30 Nov 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/9</guid>
    <title>Java로 OTP 구현하기</title>
    <link>https://blog.silentsoft.org/archives/9</link>
    
    <pubDate>Tue, 10 Nov 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/8</guid>
    <title>ESB Architecture 이해하기</title>
    <link>https://blog.silentsoft.org/archives/8</link>
    
    <pubDate>Fri, 06 Nov 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>architecture</category><category>esb</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/6</guid>
    <title>Java로 트레이 아이콘 등록하기</title>
    <link>https://blog.silentsoft.org/archives/6</link>
    
    <pubDate>Mon, 02 Nov 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/5</guid>
    <title>Java에서 관리자 권한으로 실행하기</title>
    <link>https://blog.silentsoft.org/archives/5</link>
    
    <pubDate>Sat, 31 Oct 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/3</guid>
    <title>Java에서 ocx 호출 삽질기 - 2부</title>
    <link>https://blog.silentsoft.org/archives/3</link>
    
    <pubDate>Thu, 29 Oct 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

  <item>
    <guid>https://blog.silentsoft.org/archives/2</guid>
    <title>Java에서 ocx 호출 삽질기 - 1부</title>
    <link>https://blog.silentsoft.org/archives/2</link>
    
    <pubDate>Wed, 28 Oct 2015 00:00:00 GMT</pubDate>
    <author>contact@silentsoft.org (Hyesung Lee)</author>
    <category>programming</category><category>java</category>
  </item>

    </channel>
  </rss>
