<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>나의 꿈을 찾아서 !</title>
    <link>https://kers.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Fri, 15 May 2026 05:03:10 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>Tran</managingEditor>
    <image>
      <title>나의 꿈을 찾아서 !</title>
      <url>https://t1.daumcdn.net/tistoryfile/fs2/18_2_10_10_blog50725_attach_0_0.jpg?original</url>
      <link>https://kers.tistory.com</link>
    </image>
    <item>
      <title>알티베이스의 날짜 구하기 (Altibase)</title>
      <link>https://kers.tistory.com/160</link>
      <description>&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;&lt;span lang=&quot;ko&quot;&gt;SELECT
DATEADD(TO_DATE('20091010','YYYYMMDD'), -&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt;12&lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;, 'DAY') FROM DUAL;&lt;/span&gt;&lt;/p&gt;

&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;&lt;span lang=&quot;en-US&quot;&gt;2009년
10월 10일 Char&lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;을&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;날짜로&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;바꿔서&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; -12&lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;일&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;뒤의&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;일을&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;구해온다&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;&lt;span lang=&quot;ko&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;&lt;span lang=&quot;ko&quot;&gt;&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;SELECT DATEADD(SYSDATE,
-5, 'DAY') FROM DUAL;&lt;/p&gt;

&lt;p style=&quot;margin:0in;font-family:굴림체;font-size:10.0pt&quot;&gt;&lt;span lang=&quot;ko&quot;&gt;오늘&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt; &lt;/span&gt;&lt;span lang=&quot;ko&quot;&gt;날짜에서&lt;/span&gt;&lt;span lang=&quot;en-US&quot;&gt;-5일을 뺀
데이터 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;</description>
      <category>데이타베이스</category>
      <category>dateadd</category>
      <category>날짜</category>
      <category>알티베이스</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/160</guid>
      <comments>https://kers.tistory.com/160#entry160comment</comments>
      <pubDate>Mon, 5 Jul 2010 11:07:40 +0900</pubDate>
    </item>
    <item>
      <title>Sybase에서 날짜 계산 방법</title>
      <link>https://kers.tistory.com/159</link>
      <description>&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px;&quot;&gt;select convert(varchar(8), dateadd(mm, -1, convert(datemonth, '20031201')), 112)&lt;/span&gt;&lt;/font&gt;&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;div style=&quot;line-height: 1.5; font-size: 9pt; font-family: 굴림, gulim, tahoma, sans-serif; background-color: transparent; margin-top: 1px; margin-right: 3px; margin-bottom: 0px; margin-left: 3px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(144, 144, 144); font: normal normal normal 12px/1.7 Dotum, sans-serif; overflow-x: hidden; overflow-y: hidden; &quot;&gt;
&lt;font class=&quot;Apple-style-span&quot; face=&quot;돋움&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px; &quot;&gt;&lt;br /&gt;
select convert(varchar(8), dateadd(dd, 1, convert(datemonth, '20031201')), 112)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</description>
      <category>데이타베이스</category>
      <category>Sybase</category>
      <category>날짜</category>
      <category>함수</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/159</guid>
      <comments>https://kers.tistory.com/159#entry159comment</comments>
      <pubDate>Mon, 5 Jul 2010 11:00:23 +0900</pubDate>
    </item>
    <item>
      <title>대한민국 월드컵 일정</title>
      <link>https://kers.tistory.com/157</link>
      <description>&lt;div&gt;
&lt;b&gt;남아공 월드컵 본선 진출 대한민국 일정&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;6월 12일(토) 20:30 &amp;nbsp;대한민국 vs 그리스 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- 포트엘리자베스넬슨만델라베이&lt;div&gt;
6월 17일(목) 20:30 &amp;nbsp;대한민국 vs 아르헨티나 &amp;nbsp; &amp;nbsp;- 요하네스버그 사커시티&lt;/div&gt;
&lt;div&gt;6월 23일(수) 03:30 &amp;nbsp;대한민국 vs 나이지리아 &amp;nbsp; &amp;nbsp;- 더반 더반스타디움&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;</description>
      <category>자유</category>
      <category>대한민국일정</category>
      <category>월드컵</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/157</guid>
      <comments>https://kers.tistory.com/157#entry157comment</comments>
      <pubDate>Fri, 11 Jun 2010 09:57:19 +0900</pubDate>
    </item>
    <item>
      <title>dropbox 용량 추가</title>
      <link>https://kers.tistory.com/152</link>
      <description>&lt;div&gt;
dropbox가 무엇인지는 검색을 한번만 해보면 많은 글들이 있으니 설명은 패스하고&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
dropbox을 가입해서 사용하면 기본 무료 용량인 2G를 줍니다.&amp;nbsp;&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
하지만 용량을 늘리고 싶다면 유료로 구매하는 방법이 있지만 너무 비싸지요.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그래서 초대를 이용한 용량을 늘리기를 시도 했습니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;div&gt;
dropbox는 초대를 할 경우 한명당 250M를 최대 MAX용량인 10G까지 준다고 하네요.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
그래서 여기저기 아는 사람들을 초대를 해서 5.25G를 만들었습니다.~&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
혹시라도 가입 하실분이 있을지 모르지만&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
초대를 받아서 가입하면 가입하는 사람도 250M를 추가로 줍니다.ㅎㅎ&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#E31600&quot;&gt;&lt;a href=&quot;https://www.dropbox.com/referrals/NTQxMjIyNTc5&quot; target=&quot;_blank&quot; title=&quot;[https://www.dropbox.com/referrals/NTQxMjIyNTc5]로 이동합니다.&quot;&gt;https://www.dropbox.com/referrals/NTQxMjIyNTc5&lt;/a&gt;&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/134B240D4BE9EE4F5E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F134B240D4BE9EE4F5E&quot; width=&quot;710&quot; height=&quot;316&quot; alt=&quot;&quot; filename=&quot;dropbox_1.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <category>아무거나</category>
      <category>Dropbox</category>
      <category>무료용량</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/152</guid>
      <comments>https://kers.tistory.com/152#entry152comment</comments>
      <pubDate>Wed, 12 May 2010 08:56:47 +0900</pubDate>
    </item>
    <item>
      <title>우리집 새끼 강아지..</title>
      <link>https://kers.tistory.com/148</link>
      <description>어버이날에 시골집에 갔다가 보개된 강아지사건..&lt;br /&gt;
&lt;br /&gt;
어미개가 누워있는데 새끼개가 갑자기 낑낑대면서 올라 가더만 턱하니 어미게 등에서 잠을잠.&lt;br /&gt;
&lt;br /&gt;
-_-;; 황당한 일이.. 그래서 사진으로 한장 담아 봤는데.. 누구의 도움없이 혼자 올라가서 저렇게 누워서 자는건 &lt;br /&gt;
&lt;br /&gt;
지금껏 개를 키우면서 처음 봅니다..&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/126D95114BE89E506C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F126D95114BE89E506C&quot; width=&quot;710&quot; height=&quot;532&quot; alt=&quot;&quot; filename=&quot;DSC00611_1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;</description>
      <category>자유</category>
      <category>강아지</category>
      <category>어미등</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/148</guid>
      <comments>https://kers.tistory.com/148#entry148comment</comments>
      <pubDate>Tue, 11 May 2010 09:02:10 +0900</pubDate>
    </item>
    <item>
      <title>CASIO FX-9860 emulator 계산기</title>
      <link>https://kers.tistory.com/147</link>
      <description>카시오 fx-9860 emulator 계산기 입니다.&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;사용법은 계산기와 같습니다.^^&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/183B9D164BE7914152&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F183B9D164BE7914152&quot; width=&quot;360&quot; height=&quot;751&quot; alt=&quot;&quot; filename=&quot;계산기.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;button type=&quot;button&quot; class=&quot;btn_more&quot; id=&quot;more147_0&quot; data-id=&quot;147_0&quot;&gt;더보기&lt;/button&gt;&lt;div class=&quot;moreless_content&quot; id=&quot;content147_0&quot; style=&quot;display: none;&quot;&gt;&lt;button type=&quot;button&quot; class=&quot;btn_less&quot; id=&quot;less147_0&quot; data-id=&quot;147_0&quot;&gt;&lt;span class=&quot;txt_fold&quot;&gt;접기&lt;/span&gt;&lt;/button&gt;
  &lt;p class=&quot;txt_view&quot;&gt;&lt;div&gt;
실행파일 다운로드&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#333333&quot; face=&quot;굴림, gulim, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;&lt;br /&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#909090&quot; face=&quot;돋움&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/113A76164BE79153AA&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/exe.gif&quot; style=&quot;vertical-align: middle;&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;fx9860emulator.exe&lt;/a&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;button type=&quot;button&quot; class=&quot;btn_less&quot; id=&quot;less147_0&quot; data-id=&quot;147_0&quot;&gt;&lt;span class=&quot;txt_fold&quot;&gt;접기&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;div&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#333333&quot; face=&quot;굴림, gulim, sans-serif&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal;&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#909090&quot; face=&quot;돋움&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 18px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;</description>
      <category>아무거나</category>
      <category>계산기</category>
      <category>카시오</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/147</guid>
      <comments>https://kers.tistory.com/147#entry147comment</comments>
      <pubDate>Mon, 10 May 2010 13:55:37 +0900</pubDate>
    </item>
    <item>
      <title>친구의 결혼식~</title>
      <link>https://kers.tistory.com/146</link>
      <description>친구의 결혼식을 다녀와서&amp;nbsp;&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
여행 잘다녀와~ ^^&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1157CA1D4BE78D9CCB&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1157CA1D4BE78D9CCB&quot; width=&quot;710&quot; height=&quot;533&quot; alt=&quot;&quot; filename=&quot;DSC00258_1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
      <category>자유</category>
      <category>결혼식</category>
      <category>친구</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/146</guid>
      <comments>https://kers.tistory.com/146#entry146comment</comments>
      <pubDate>Mon, 10 May 2010 13:38:33 +0900</pubDate>
    </item>
    <item>
      <title>WX1 야간 사진</title>
      <link>https://kers.tistory.com/145</link>
      <description>야간에 사진이 강하다는 소니 WX1을 구매&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
야간에 직접 찍어본 사진입니다. 대략 저녁 10시 정도에 찍은 사진입니다.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
집 주위 안양천 근처를 지나가다 찍은 사진입니다.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
첫번째 사진은 야간 모드로 해서 찍은 사진입니다.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;두세번째 사진은 자동 모드로 찍은 사진이구요.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
그냥 지나가다 손에 들고 찍은 사진입니다.&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/203C88234BE16BBD20&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F203C88234BE16BBD20&quot; width=&quot;683&quot; height=&quot;512&quot; alt=&quot;&quot; filename=&quot;DSC00550.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/13176B234BE16BAA5D&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F13176B234BE16BAA5D&quot; width=&quot;683&quot; height=&quot;512&quot; alt=&quot;&quot; filename=&quot;DSC00552.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/112987234BE16B942B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F112987234BE16B942B&quot; width=&quot;683&quot; height=&quot;512&quot; alt=&quot;&quot; filename=&quot;DSC00575.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/div&gt;
&amp;nbsp;&lt;/div&gt;</description>
      <category>자유</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/145</guid>
      <comments>https://kers.tistory.com/145#entry145comment</comments>
      <pubDate>Wed, 5 May 2010 22:02:24 +0900</pubDate>
    </item>
    <item>
      <title>해킨토시를 깔다.</title>
      <link>https://kers.tistory.com/144</link>
      <description>해킨 토시를 설치 하다.&lt;br /&gt;
&lt;br /&gt;조금의 삽질끝네 해킨토시 설치를 완료..&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/200AB7254BD2DCA68B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F200AB7254BD2DCA68B&quot; width=&quot;321&quot; height=&quot;393&quot; alt=&quot;&quot; filename=&quot;스크린샷 2010-04-24 오후 8.46.55.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/div&gt;
&lt;br /&gt;</description>
      <category>자유</category>
      <category>MacOS</category>
      <category>설치</category>
      <category>해킨</category>
      <category>해킨토시</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/144</guid>
      <comments>https://kers.tistory.com/144#entry144comment</comments>
      <pubDate>Sat, 24 Apr 2010 20:58:00 +0900</pubDate>
    </item>
    <item>
      <title>해킨 설치</title>
      <link>https://kers.tistory.com/143</link>
      <description>MSI NEO2-FR 컴퓨터에 해킨설치 방법을 적어 본다.&lt;br /&gt;
&lt;br /&gt;준비물&lt;br /&gt;
&lt;br /&gt;1. USB 8G 또는 외장 하드(내장하드) &lt;br /&gt;
2. myHack_Installer_1.0.1.mpkg&lt;br /&gt;
&amp;nbsp; (파일은 http://osx86.sojugarden.com/downloads/) 에서 받는다.&lt;br /&gt;
3. 기존 맥컴퓨터에서 USB나&amp;nbsp; 외장 하드(내장하드)에 이미지를 풀어 놓는다.&lt;br /&gt;
4. myHack_Installer 로 USB 부팅이 가능할 수 있게 설치 해준다.&lt;br /&gt;
5. USB 로 부팅해서 사용자 선택으로 가서 INSTALL 이미지를 푼 매체를 선택해서 OSX를 설치 한다.&lt;br /&gt;
6. 설치후 USB로 부팅해서 myHack_Installer을 다시 한번 설치 해준다(여기서 설치된 OSX하드에 직접 설치한다)&lt;br /&gt;
7. 사운드 카드를 설치 한다.&lt;br /&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/150AB0274BD2985718&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&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;myHack_Installer_1.0.1.mpkg.tar.bz2&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/167A2D274BD2987239&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/unknown.gif&quot; style=&quot;vertical-align: middle;&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;ALC888.rar&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/207885274BD298815C&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&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;드라이버 설치 Kext_Helper_b7.zip&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/1579B1274BD298893E&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/zip.gif&quot; style=&quot;vertical-align: middle;&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;x64 audio for ALC888.zip&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/177EEF274BD2988D27&quot;&gt;&lt;img alt=&quot;&quot; src=&quot;https://i1.daumcdn.net/cfs.tistory/v/0/blog/image/extension/txt.gif&quot; style=&quot;vertical-align: middle;&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;readme.txt&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;</description>
      <category>아무거나</category>
      <category>설정</category>
      <category>설치</category>
      <category>해킨토시</category>
      <author>Tran</author>
      <guid isPermaLink="true">https://kers.tistory.com/143</guid>
      <comments>https://kers.tistory.com/143#entry143comment</comments>
      <pubDate>Sat, 24 Apr 2010 16:07:23 +0900</pubDate>
    </item>
  </channel>
</rss>