<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Hello</title>
    <link>https://stdnstr.tistory.com/</link>
    <description></description>
    <language>ko</language>
    <pubDate>Sun, 17 May 2026 08:52:48 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>amiz</managingEditor>
    <image>
      <title>Hello</title>
      <url>https://t1.daumcdn.net/cfile/tistory/166A470C4AA91C4A8B</url>
      <link>https://stdnstr.tistory.com</link>
    </image>
    <item>
      <title>[LINUX] burn a DVD ISO</title>
      <link>https://stdnstr.tistory.com/232</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); padding: 10px; background-color: rgb(238, 238, 238);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New';&quot;&gt;# wodim --devices&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; font-size: 9pt; line-height: 1.5;&quot;&gt;#&amp;nbsp;wodim -v dev=/dev/sg1 speed=4 -eject /path/to/file.iso&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>TIPs</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/232</guid>
      <comments>https://stdnstr.tistory.com/232#entry232comment</comments>
      <pubDate>Tue, 5 Aug 2014 16:26:44 +0900</pubDate>
    </item>
    <item>
      <title>SSH login without password</title>
      <link>https://stdnstr.tistory.com/231</link>
      <description>&lt;p&gt;원문 : &lt;a class=&quot;tx-link&quot; target=&quot;_blank&quot; href=&quot;http://www.linuxproblem.org/art_9.html&quot;&gt;http://www.linuxproblem.org/art_9.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;a@A 에서 b@B 로 password 없이 로그인&lt;/p&gt;&lt;div style=&quot;border-style: solid; border-width: 1px; border-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot; class=&quot;txc-textbox&quot;&gt;&lt;pre class=&quot;shell&quot;&gt;&lt;span style=&quot;font-family: Courier New;&quot;&gt;a@A:~&amp;gt; ssh-keygen -t rsa&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: Courier New;&quot;&gt;a@A:~&amp;gt; cat .ssh/id_rsa.pub | ssh b@B 'cat &amp;gt;&amp;gt; .ssh/authorized_keys'&lt;/span&gt;&lt;span style=&quot;font-family: Courier New;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>CS/Linux</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/231</guid>
      <comments>https://stdnstr.tistory.com/231#entry231comment</comments>
      <pubDate>Wed, 26 Mar 2014 15:01:43 +0900</pubDate>
    </item>
    <item>
      <title>Linux NAT server forwarding [ubuntu]</title>
      <link>https://stdnstr.tistory.com/229</link>
      <description>&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;원문 :&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;http://www.linuxrookie.com/?p=160&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;http://www.howtoforge.com/nat_iptables&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;private interface : eth1&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;public &amp;nbsp; interface : eth0&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; font-family: Verdana;&quot;&gt;1. Open the forward option&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style=&quot;border-style: solid; border-width: 1px; border-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px; line-height: 0.8;&quot; class=&quot;txc-textbox&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# echo 1 &amp;gt; /proc/sys/net/ipv4/ip_forward&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;or&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# vim /etc/sysctl.conf&amp;nbsp; change net.ipv4.ip_forward = 0,let 0 to 1&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt; font-family: Verdana;&quot;&gt;2. Config NAT rules&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style=&quot;border-style: solid; border-width: 1px; border-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px; line-height: 0.8;&quot; class=&quot;txc-textbox&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# iptables –t nat –A POSTROUTING –s 192.168.100.0/24 –o eth0 –j MASQUERADE&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# iptables –A FORWARD –i eth1 –j ACCEPT&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 10pt;&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;3. Permanently update iptables&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style=&quot;border-style: solid; border-width: 1px; border-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px; line-height: 0.8;&quot; class=&quot;txc-textbox&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# &lt;/span&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;apt-get install iptables-persistent&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;# iptables-save &amp;gt; /etc/iptables/rules.v4&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;line-height: 0.8;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>CS/Network</category>
      <category>iptables</category>
      <category>linux</category>
      <category>NAT</category>
      <category>Network</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/229</guid>
      <comments>https://stdnstr.tistory.com/229#entry229comment</comments>
      <pubDate>Mon, 9 Dec 2013 20:52:29 +0900</pubDate>
    </item>
    <item>
      <title>[SHELL] 특수 변수</title>
      <link>https://stdnstr.tistory.com/228</link>
      <description>&lt;p&gt;원문 : &lt;a class=&quot;tx-link&quot; target=&quot;_blank&quot; href=&quot;http://unixhelp.ed.ac.uk/scrpt/scrpt2.2.2.html&quot;&gt;http://unixhelp.ed.ac.uk/scrpt/scrpt2.2.2.html&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;table class=&quot;txc-table&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;988&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-width: 1px; border-style: solid; border-color: rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;Name&lt;/b&gt;&amp;nbsp;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-top: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;b&gt;&amp;nbsp;Description&lt;/b&gt; &lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$1 - $9&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;위치 파라미터의 값&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$0&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;현재 실행되고 있는 command의 이름&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$#&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;위치 파라미터의 개수&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$?&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;가장 마지막에 실행된 command의 exit status&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$$&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;현재 shell의 pid &lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$!&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;background 에서 가장 마지막에 실행된 pid&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$- &lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;the current options supplied to this invocation of the shell&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$*&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;a string containing all the arguments to theshell, starting at $1&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;&lt;td style=&quot;width: 172px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204); border-left: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;$@&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style=&quot;width: 816px; height: 24px; border-bottom: 1px solid rgb(204, 204, 204); border-right: 1px solid rgb(204, 204, 204);&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;&amp;nbsp;same as above, except when quoted&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>CS/Shell/Perl/Python</category>
      <category>Shell</category>
      <category>변수</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/228</guid>
      <comments>https://stdnstr.tistory.com/228#entry228comment</comments>
      <pubDate>Tue, 13 Aug 2013 10:27:18 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] Emacs tomorrow theme</title>
      <link>https://stdnstr.tistory.com/227</link>
      <description>&lt;p&gt;링크:&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://github.com/chriskempson/tomorrow-theme/tree/master/GNU%20Emacs&quot;&gt;https://github.com/chriskempson/tomorrow-theme/tree/master/GNU%20Emacs&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;https://code.google.com/p/princess-alist/source/browse/trunk/home/xiaogaozi/.emacs.d/site-lisp/color-theme-tomorrow.el?r=123&quot;&gt;https://code.google.com/p/princess-alist/source/browse/trunk/home/xiaogaozi/.emacs.d/site-lisp/color-theme-tomorrow.el?r=123&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block;   height: auto; max-width: 100%;&quot;&gt;&lt;a href=&quot;https://t1.daumcdn.net/cfile/tistory/1643043B513463510D&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;color-theme-tomorrow.el&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;(setq load-path (cons (expand-file-name &quot;~/.emacs.d&quot;) load-path))&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;(load-library &quot;color-theme-tomorrow&quot;)&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;(color-theme-tomorrow-night)&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;현재 터미널이 256 칼라가 아니라면&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;$ tput colors&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;8&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;256 color 설정&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;export TERM=&quot;xterm-256color&quot;&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>TIPs</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/227</guid>
      <comments>https://stdnstr.tistory.com/227#entry227comment</comments>
      <pubDate>Mon, 4 Mar 2013 18:03:23 +0900</pubDate>
    </item>
    <item>
      <title>[Linux] gnome-terminal 256 color 사용</title>
      <link>https://stdnstr.tistory.com/226</link>
      <description>&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px;&quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;&lt;span style=&quot;font-family: Verdana;&quot;&gt;export TERM=&quot;xterm-256color&quot;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>TIPs</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/226</guid>
      <comments>https://stdnstr.tistory.com/226#entry226comment</comments>
      <pubDate>Mon, 4 Mar 2013 17:46:58 +0900</pubDate>
    </item>
    <item>
      <title>Linux IO Stack Diagram</title>
      <link>https://stdnstr.tistory.com/225</link>
      <description>&lt;p&gt;원문 :&amp;nbsp;&lt;a href=&quot;http://www.thomas-krenn.com/en/oss/linux-io-stack-diagram/linux-io-stack-diagram_v0.1.pdf&quot;&gt;http://www.thomas-krenn.com/en/oss/linux-io-stack-diagram/linux-io-stack-diagram_v0.1.pdf&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&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: 800px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0104D34550927A2E13&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0104D34550927A2E13&quot; width=&quot;800&quot; height=&quot;1047&quot; filename=&quot;linux-io-stack-diagram_v0.1.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;</description>
      <category>CS/Linux</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/225</guid>
      <comments>https://stdnstr.tistory.com/225#entry225comment</comments>
      <pubDate>Thu, 1 Nov 2012 22:33:49 +0900</pubDate>
    </item>
    <item>
      <title>이미지 파일 생성 / 마운트</title>
      <link>https://stdnstr.tistory.com/224</link>
      <description>&lt;div class=&quot;txc-textbox&quot; style=&quot;border: 1px solid rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding: 10px; &quot;&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# dd if=/dev/zero of=disk.img bs=4k count=1024&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# mkfs.ext3 -F disk.img&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# mount -o loop disk.img mount_point&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;or&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# losetup /dev/loop0 disk.img&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# mount /dev/loop mount_point&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>CS/Linux</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/224</guid>
      <comments>https://stdnstr.tistory.com/224#entry224comment</comments>
      <pubDate>Thu, 1 Nov 2012 22:06:03 +0900</pubDate>
    </item>
    <item>
      <title>Apache + mod_wsgi + Django install from source</title>
      <link>https://stdnstr.tistory.com/222</link>
      <description>&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;OpenSSL (필요한 경우만)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.openssl.org/&quot; target=&quot;_blank&quot; title=&quot;[http://www.openssl.org/]로 이동합니다.&quot; style=&quot;font-family: Verdana; &quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_ssl.html&quot; target=&quot;_blank&quot; title=&quot;[http://httpd.apache.org/docs/2.0/mod/mod_ssl.html]로 이동합니다.&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://www.openssl.org/&quot; target=&quot;_blank&quot; title=&quot;[http://www.openssl.org/]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://www.openssl.org/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_ssl.html&quot; target=&quot;_blank&quot; title=&quot;[http://httpd.apache.org/docs/2.0/mod/mod_ssl.html]로 이동합니다.&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://httpd.apache.org/docs/2.0/mod/mod_ssl.html&quot; target=&quot;_blank&quot; title=&quot;[http://httpd.apache.org/docs/2.0/mod/mod_ssl.html]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://httpd.apache.org/docs/2.0/mod/mod_ssl.html&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# ./config --prefix=&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;/path/to/openssl&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# make; make install&lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# openssl genrsa -des3 -out server.key 1024&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# openssl req -new -key server.key -out server.csr&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# openssl x509 -req -days 90 -in server.csr -signkey server.key -out server.crt&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;font face=&quot;Verdana&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;Apache&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://httpd.apache.org/&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://httpd.apache.org/&quot; target=&quot;_blank&quot; title=&quot;[http://httpd.apache.org/]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://httpd.apache.org/&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;[mpm-worker]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# ./configure --prefix=&lt;i&gt;/path/to/apache&lt;/i&gt; --enable-so --with-mpm=worker&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;[mpm-worker, ssl]&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# ./configure --prefix=&lt;/span&gt;&lt;i style=&quot;font-family: 'Courier New'; &quot;&gt;/path/to/apache&lt;/i&gt;&amp;nbsp;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp;--enable-so --with-mpm=worker \&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;gt; --enable-ssl --with-ssl=&lt;i&gt;/path/to/openssl&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
(debug mode)&lt;br /&gt;
&lt;/span&gt;&lt;font face=&quot;'Courier New'&quot;&gt;--enable-maintainer-mode&lt;br /&gt;
&lt;br /&gt;
&lt;/font&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# make; make install&lt;/span&gt;&lt;/span&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;/font&gt;
&lt;font face=&quot;Verdana&quot;&gt;e&lt;span style=&quot;font-family: Verdana; &quot;&gt;xtra/httpd-wcgi.conf 생성&lt;/span&gt;&lt;/font&gt;&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;a href=&quot;http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ &quot; target=&quot;_blank&quot; title=&quot;[http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ ]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/&lt;/span&gt;&lt;/a&gt;&lt;a href=&quot;http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ &quot; target=&quot;_blank&quot; title=&quot;[http://blog.stannard.net.au/2010/12/11/installing-django-with-apache-and-mod_wsgi-on-ubuntu-10-04/ ]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/font&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;a href=&quot;http://gauryan.blogspot.com/2010/10/apache-django-modwsgi.html&quot; target=&quot;_blank&quot; title=&quot;[http://gauryan.blogspot.com/2010/10/apache-django-modwsgi.html]로 이동합니다.&quot;&gt;http://gauryan.blogspot.com/2010/10/apache-django-modwsgi.html&lt;br /&gt;
&lt;/a&gt;&lt;/span&gt;&lt;a href=&quot;http://bryanhelmig.com/setting-up-ubuntu-10-04-with-apache-memcached-ufw-mysql-and-django-1-2-on-linode/&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://bryanhelmig.com/setting-up-ubuntu-10-04-with-apache-memcached-ufw-mysql-and-django-1-2-on-linode/&quot; target=&quot;_blank&quot; title=&quot;[http://bryanhelmig.com/setting-up-ubuntu-10-04-with-apache-memcached-ufw-mysql-and-django-1-2-on-linode/]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://bryanhelmig.com/setting-up-ubuntu-10-04-with-apache-memcached-ufw-mysql-and-django-1-2-on-linode/&lt;/span&gt;&lt;/a&gt;&lt;font face=&quot;Verdana&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;a href=&quot;https://code.djangoproject.com/wiki/django_apache_and_mod_wsgi&quot; target=&quot;_blank&quot; title=&quot;[https://code.djangoproject.com/wiki/django_apache_and_mod_wsgi]로 이동합니다.&quot;&gt;https://code.djangoproject.com/wiki/django_apache_and_mod_wsgi&lt;/a&gt;&amp;nbsp;&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango&quot; target=&quot;_blank&quot; title=&quot;[http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango]로 이동합니다.&quot;&gt;http://code.google.com/p/modwsgi/wiki/IntegrationWithDjango&lt;/a&gt;&amp;nbsp;&lt;/font&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;LoadModule wsgi_module modules/mod_wsgi.so&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;NameVirtualHost *:80&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; ServerName localhost&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; DocumentRoot &lt;b&gt;&lt;i&gt;/app/foo&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;Location /&amp;gt;&lt;br /&gt;
&lt;/font&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order allow,deny&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Allow from all&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Directory&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; &lt;font color=&quot;#318561&quot;&gt;# setting 에서 static file을 /app/foo/static 으로 한 경우&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#318561&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; Alias /static &lt;i&gt;&lt;b&gt;/app/foo/static&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;Location /static&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Order allow,deny&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Allow from all&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/Location&amp;gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 4em; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; WSGIScriptAlias &lt;b&gt;&lt;i&gt;/ /app/foo/django.wsgi&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;lt;/VirtualHost&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;br /&gt;
httpd.conf 파일 수정&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;strike&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;DocumentRoot &lt;i style=&quot;font-weight: bold; &quot;&gt;/path/to/document/root&lt;/i&gt;&lt;br /&gt;
ServerName&lt;b&gt; &lt;i&gt;MyServerName:80&amp;nbsp;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;lt;Directory &quot;&lt;b&gt;&lt;i&gt;/path/to/document/root&lt;/i&gt;&lt;/b&gt;&quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp; &amp;nbsp; ...&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;lt;/Directory&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;/strike&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;Include conf/extra/httpd-mpm.conf&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;Include conf/extra/httpd-default.conf&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;Include conf/extra/httpd-wcgi.conf&lt;/span&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;/font&gt;&lt;br /&gt;
포트 막혀있는 경우 80번 열어주기&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;/etc/sysconfig/iptables 에 다음 추가&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;br /&gt;
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT&lt;br /&gt;
&lt;br /&gt;
# /etc/init.d/iptables restart&lt;br /&gt;
혹은&lt;br /&gt;
# service iptables restart&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;/font&gt;&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;Python&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://python.org/getit/&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;http://python.org/getit/&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# ./configure --prefix=&lt;i&gt;/path/to/python \&lt;br /&gt;
&amp;gt;&amp;nbsp;&lt;/i&gt;--enable-shared&lt;br /&gt;
&lt;br /&gt;
# make; make install&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;mod_wsgi&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;a href=&quot;http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide&quot; target=&quot;_blank&quot; title=&quot;[http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide]로 이동합니다.&quot;&gt;http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://code.google.com/p/modwsgi/wiki/PerformanceEstimates&quot; target=&quot;_blank&quot; title=&quot;[http://code.google.com/p/modwsgi/wiki/PerformanceEstimates]로 이동합니다.&quot;&gt;http://code.google.com/p/modwsgi/wiki/PerformanceEstimates&lt;/a&gt;&lt;br /&gt;
&lt;/font&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;'Courier New'&quot;&gt;#&amp;nbsp;./configure --with-apxs=&lt;b&gt;&lt;i&gt;/path/to/httpd/bin/&lt;/i&gt;&lt;/b&gt;apxs \&lt;br /&gt;
&amp;gt; --with-python=&lt;b&gt;&lt;i&gt;/path/to/pythton/bin&lt;/i&gt;&lt;/b&gt;/python&lt;/font&gt;&lt;br /&gt;
&lt;span style=&quot;line-height: 16px; color: rgb(42, 42, 42); font-family: monospace; font-size: x-small; text-align: left; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# make; make install&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 12pt; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;Django&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;a href=&quot;https://www.djangoproject.com/download/&quot; target=&quot;_blank&quot; title=&quot;[https://www.djangoproject.com/download/]로 이동합니다.&quot;&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;https://www.djangoproject.com/download/&lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Verdana&quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# python setup.py install&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(121, 165, 228); border-right-color: rgb(121, 165, 228); border-bottom-color: rgb(121, 165, 228); border-left-color: rgb(121, 165, 228); background-color: rgb(219, 232, 251); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font face=&quot;Verdana&quot; size=&quot;3&quot;&gt;&lt;span style=&quot;line-height: 24px;&quot;&gt;&lt;b&gt;Sample Project&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(193, 193, 193); border-right-color: rgb(193, 193, 193); border-bottom-color: rgb(193, 193, 193); border-left-color: rgb(193, 193, 193); background-color: rgb(238, 238, 238); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# cd /app/&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# django-admin.py startproject foo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# cd /app/foo&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# ls&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;__init__.py &amp;nbsp;__init__.pyc &amp;nbsp;manage.py &amp;nbsp;settings.py &amp;nbsp;urls.py &amp;nbsp;urls.pyc&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;# cat &amp;gt; django.wsgi&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;import os&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;import sys&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;sys.path.append('/app/')&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;os.environ['DJANGO_SETTINGS_MODULE'] = 'foo.settings'&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;import django.core.handlers.wsgi&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: 'Courier New'; &quot;&gt;application = django.core.handlers.wsgi.WSGIHandler()&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;font face=&quot;Verdana&quot;&gt;&lt;br /&gt;
&lt;/font&gt;</description>
      <category>Develop/Web</category>
      <category>Apache</category>
      <category>Django</category>
      <category>install</category>
      <category>mod_wsgi</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/222</guid>
      <comments>https://stdnstr.tistory.com/222#entry222comment</comments>
      <pubDate>Fri, 10 Feb 2012 20:43:50 +0900</pubDate>
    </item>
    <item>
      <title>[IPHONE] UUID 생성</title>
      <link>https://stdnstr.tistory.com/221</link>
      <description>&lt;span style=&quot;color: rgb(51, 51, 51); font-family: Verdana; &quot;&gt;원문 :&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Verdana; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#333333&quot;&gt;&lt;a href=&quot;http://stackoverflow.com/questions/7016311/how-to-generate-unique-identifier&quot; target=&quot;_blank&quot; title=&quot;[http://stackoverflow.com/questions/7016311/how-to-generate-unique-identifier]로 이동합니다.&quot;&gt;http://stackoverflow.com/questions/7016311/how-to-generate-unique-identifier&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;&lt;div class=&quot;txc-textbox&quot; style=&quot;border-top-style: dashed; border-right-style: dashed; border-bottom-style: dashed; border-left-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: rgb(203, 203, 203); border-right-color: rgb(203, 203, 203); border-bottom-color: rgb(203, 203, 203); border-left-color: rgb(203, 203, 203); background-color: rgb(255, 255, 255); padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; &quot;&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;+ (&lt;span style=&quot;color: #7234a9&quot;&gt;NSString&lt;/span&gt; *)uuid&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;{&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #7234a9&quot;&gt;CFUUIDRef&lt;/span&gt; uuidRef = &lt;span style=&quot;color: #411081&quot;&gt;CFUUIDCreate&lt;/span&gt;(&lt;span style=&quot;color: #b61ca3&quot;&gt;NULL&lt;/span&gt;);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #7234a9&quot;&gt;CFStringRef&lt;/span&gt; uuidStringRef = &lt;span style=&quot;color: #411081&quot;&gt;CFUUIDCreateString&lt;/span&gt;(&lt;span style=&quot;color: #b61ca3&quot;&gt;NULL&lt;/span&gt;, uuidRef);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #411081&quot;&gt;CFRelease&lt;/span&gt;(uuidRef);&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;&amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #b61ca3&quot;&gt;return&lt;/span&gt; [(&lt;span style=&quot;color: #7234a9&quot;&gt;NSString&lt;/span&gt; *)uuidStringRef &lt;span style=&quot;color: #411081&quot;&gt;autorelease&lt;/span&gt;];&lt;/p&gt;
&lt;p style=&quot;margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px Menlo&quot;&gt;}&lt;/p&gt;
&lt;/div&gt;&amp;nbsp;&lt;/font&gt;&lt;/span&gt;</description>
      <category>CS/iPhone</category>
      <category>iPhone</category>
      <category>uuid</category>
      <author>amiz</author>
      <guid isPermaLink="true">https://stdnstr.tistory.com/221</guid>
      <comments>https://stdnstr.tistory.com/221#entry221comment</comments>
      <pubDate>Tue, 24 Jan 2012 17:52:07 +0900</pubDate>
    </item>
  </channel>
</rss>