<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>PinGrrrrrr!</title>
    <link>https://choboking.tistory.com/</link>
    <description>밥먹고 코딩하고, 사진찍고, 음악하고</description>
    <language>ko</language>
    <pubDate>Sun, 14 Jun 2026 20:16:54 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>WaaGrr</managingEditor>
    <image>
      <title>PinGrrrrrr!</title>
      <url>https://t1.daumcdn.net/cfile/tistory/01105A49517B174C22</url>
      <link>https://choboking.tistory.com</link>
    </image>
    <item>
      <title>Windows Terminal Setting 공유</title>
      <link>https://choboking.tistory.com/entry/Windows-Terminal-Setting-%EA%B3%B5%EC%9C%A0</link>
      <description>&lt;pre&gt;&lt;code&gt;// This file was initially generated by Windows Terminal 1.0.1401.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.

// To view the default settings, hold &amp;quot;alt&amp;quot; while clicking on the &amp;quot;Settings&amp;quot; button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
    &amp;quot;$schema&amp;quot;: &amp;quot;https://aka.ms/terminal-profiles-schema&amp;quot;,

    &amp;quot;defaultProfile&amp;quot;: &amp;quot;{2c4de342-38b7-51cf-b940-2309a097f518}&amp;quot;,

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    &amp;quot;copyOnSelect&amp;quot;: false,

    // If enabled, formatted data is also copied to your clipboard
    &amp;quot;copyFormatting&amp;quot;: false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the &amp;#39;New Tab&amp;#39; dropdown,
    //   and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    &amp;quot;profiles&amp;quot;:
    {
        &amp;quot;defaults&amp;quot;:
        {
            // Put settings here that you want to apply to all profiles.
        },
        &amp;quot;list&amp;quot;:
        [
            {
                // Make changes here to the powershell.exe profile.
                &amp;quot;guid&amp;quot;: &amp;quot;{61c54bbd-c2c6-5271-96e7-009a87ff44bf}&amp;quot;,
                &amp;quot;name&amp;quot;: &amp;quot;Windows PowerShell&amp;quot;,
                &amp;quot;commandline&amp;quot;: &amp;quot;powershell.exe&amp;quot;,
                &amp;quot;hidden&amp;quot;: false
            },
            {
                // Make changes here to the cmd.exe profile.
                &amp;quot;guid&amp;quot;: &amp;quot;{0caa0dad-35be-5f56-a8ff-afceeeaa6101}&amp;quot;,
                &amp;quot;name&amp;quot;: &amp;quot;Command Prompt&amp;quot;,
                &amp;quot;commandline&amp;quot;: &amp;quot;cmd.exe&amp;quot;,
                &amp;quot;hidden&amp;quot;: false
            },
            {
                &amp;quot;guid&amp;quot;: &amp;quot;{2c4de342-38b7-51cf-b940-2309a097f518}&amp;quot;,
                &amp;quot;hidden&amp;quot;: false,
                &amp;quot;colorScheme&amp;quot; : &amp;quot;Material Darker&amp;quot;,
                &amp;quot;name&amp;quot;: &amp;quot;Ubuntu&amp;quot;,
                &amp;quot;source&amp;quot;: &amp;quot;Windows.Terminal.Wsl&amp;quot;,
                &amp;quot;cursorColor&amp;quot; : &amp;quot;#FFFFFF&amp;quot;,
                &amp;quot;cursorShape&amp;quot; : &amp;quot;filledBox&amp;quot;,
                &amp;quot;fontFace&amp;quot; : &amp;quot;MesloLGS NF&amp;quot;,
                &amp;quot;fontSize&amp;quot; : 11,
                &amp;quot;historySize&amp;quot; : 9001,
                &amp;quot;padding&amp;quot; : &amp;quot;0, 0, 0, 0&amp;quot;,
                &amp;quot;snapOnInput&amp;quot; : true,
                &amp;quot;startingDirectory&amp;quot; : &amp;quot;//wsl$/Ubuntu/home/계정명&amp;quot;
            },
            {
                &amp;quot;guid&amp;quot;: &amp;quot;{b453ae62-4e3d-5e58-b989-0a998ec441b8}&amp;quot;,
                &amp;quot;hidden&amp;quot;: false,
                &amp;quot;name&amp;quot;: &amp;quot;Azure Cloud Shell&amp;quot;,
                &amp;quot;source&amp;quot;: &amp;quot;Windows.Terminal.Azure&amp;quot;
            }
        ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    &amp;quot;schemes&amp;quot;: [
        {
            &amp;quot;name&amp;quot; : &amp;quot;Dracula&amp;quot;,
            &amp;quot;background&amp;quot; : &amp;quot;#282A36&amp;quot;,
            &amp;quot;black&amp;quot; : &amp;quot;#21222C&amp;quot;,
            &amp;quot;blue&amp;quot; : &amp;quot;#BD93F9&amp;quot;,
            &amp;quot;brightBlack&amp;quot; : &amp;quot;#6272A4&amp;quot;,
            &amp;quot;brightBlue&amp;quot; : &amp;quot;#D6ACFF&amp;quot;,
            &amp;quot;brightCyan&amp;quot; : &amp;quot;#A4FFFF&amp;quot;,
            &amp;quot;brightGreen&amp;quot; : &amp;quot;#69FF94&amp;quot;,
            &amp;quot;brightPurple&amp;quot; : &amp;quot;#FF92DF&amp;quot;,
            &amp;quot;brightRed&amp;quot; : &amp;quot;#FF6E6E&amp;quot;,
            &amp;quot;brightWhite&amp;quot; : &amp;quot;#FFFFFF&amp;quot;,
            &amp;quot;brightYellow&amp;quot; : &amp;quot;#FFFFA5&amp;quot;,
            &amp;quot;cyan&amp;quot; : &amp;quot;#8BE9FD&amp;quot;,
            &amp;quot;foreground&amp;quot; : &amp;quot;#F8F8F2&amp;quot;,
            &amp;quot;green&amp;quot; : &amp;quot;#50FA7B&amp;quot;,
            &amp;quot;purple&amp;quot; : &amp;quot;#FF79C6&amp;quot;,
            &amp;quot;red&amp;quot; : &amp;quot;#FF5555&amp;quot;,
            &amp;quot;white&amp;quot; : &amp;quot;#F8F8F2&amp;quot;,
            &amp;quot;yellow&amp;quot; : &amp;quot;#F1FA8C&amp;quot;
        },
        {
            &amp;quot;name&amp;quot;: &amp;quot;Material&amp;quot;,
            &amp;quot;background&amp;quot;: &amp;quot;#263238&amp;quot;,
            &amp;quot;foreground&amp;quot;: &amp;quot;#eeffff&amp;quot;,
            &amp;quot;black&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;blue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightBlack&amp;quot;: &amp;quot;#546e7a&amp;quot;,
            &amp;quot;brightBlue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightCyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;brightGreen&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;brightPurple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;brightRed&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;brightWhite&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;brightYellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;,
            &amp;quot;cyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;green&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;purple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;red&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;white&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;yellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;
        },
        {
            &amp;quot;name&amp;quot;: &amp;quot;Material Darker&amp;quot;,
            &amp;quot;background&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;foreground&amp;quot;: &amp;quot;#eeffff&amp;quot;,
            &amp;quot;black&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;blue&amp;quot;: &amp;quot;#4d7fe9&amp;quot;,
            &amp;quot;brightBlack&amp;quot;: &amp;quot;#90a4ae&amp;quot;,
            &amp;quot;brightBlue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightCyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;brightGreen&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;brightPurple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;brightRed&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;brightWhite&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;brightYellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;,
            &amp;quot;cyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;green&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;purple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;red&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;white&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;yellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;
        },
        {
            &amp;quot;name&amp;quot;: &amp;quot;Material Lighter&amp;quot;,
            &amp;quot;background&amp;quot;: &amp;quot;#fafafa&amp;quot;,
            &amp;quot;foreground&amp;quot;: &amp;quot;#90a4ae&amp;quot;,
            &amp;quot;black&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;blue&amp;quot;: &amp;quot;#6182b8&amp;quot;,
            &amp;quot;brightBlack&amp;quot;: &amp;quot;#90a4ae&amp;quot;,
            &amp;quot;brightBlue&amp;quot;: &amp;quot;#6182b8&amp;quot;,
            &amp;quot;brightCyan&amp;quot;: &amp;quot;#39adb5&amp;quot;,
            &amp;quot;brightGreen&amp;quot;: &amp;quot;#91b859&amp;quot;,
            &amp;quot;brightPurple&amp;quot;: &amp;quot;#7c4dff&amp;quot;,
            &amp;quot;brightRed&amp;quot;: &amp;quot;#e53935&amp;quot;,
            &amp;quot;brightWhite&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;brightYellow&amp;quot;: &amp;quot;#ffb62c&amp;quot;,
            &amp;quot;cyan&amp;quot;: &amp;quot;#39adb5&amp;quot;,
            &amp;quot;green&amp;quot;: &amp;quot;#91b859&amp;quot;,
            &amp;quot;purple&amp;quot;: &amp;quot;#7c4dff&amp;quot;,
            &amp;quot;red&amp;quot;: &amp;quot;#e53935&amp;quot;,
            &amp;quot;white&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;yellow&amp;quot;: &amp;quot;#ffb62c&amp;quot;
        },
        {
            &amp;quot;name&amp;quot;: &amp;quot;Material Ocean&amp;quot;,
            &amp;quot;background&amp;quot;: &amp;quot;#0f111a&amp;quot;,
            &amp;quot;foreground&amp;quot;: &amp;quot;#8f93a2&amp;quot;,
            &amp;quot;black&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;blue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightBlack&amp;quot;: &amp;quot;#464b5d&amp;quot;,
            &amp;quot;brightBlue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightCyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;brightGreen&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;brightPurple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;brightRed&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;brightWhite&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;brightYellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;,
            &amp;quot;cyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;green&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;purple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;red&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;white&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;yellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;
        },
        {
            &amp;quot;name&amp;quot;: &amp;quot;Material Palenight&amp;quot;,
            &amp;quot;background&amp;quot;: &amp;quot;#292d3e&amp;quot;,
            &amp;quot;foreground&amp;quot;: &amp;quot;#a6accd&amp;quot;,
            &amp;quot;black&amp;quot;: &amp;quot;#000000&amp;quot;,
            &amp;quot;blue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightBlack&amp;quot;: &amp;quot;#676e95&amp;quot;,
            &amp;quot;brightBlue&amp;quot;: &amp;quot;#82aaff&amp;quot;,
            &amp;quot;brightCyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;brightGreen&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;brightPurple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;brightRed&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;brightWhite&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;brightYellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;,
            &amp;quot;cyan&amp;quot;: &amp;quot;#89ddff&amp;quot;,
            &amp;quot;green&amp;quot;: &amp;quot;#c3e88d&amp;quot;,
            &amp;quot;purple&amp;quot;: &amp;quot;#c792ea&amp;quot;,
            &amp;quot;red&amp;quot;: &amp;quot;#ff5370&amp;quot;,
            &amp;quot;white&amp;quot;: &amp;quot;#ffffff&amp;quot;,
            &amp;quot;yellow&amp;quot;: &amp;quot;#ffcb6b&amp;quot;
        }
    ],

    // Add custom keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to &amp;quot;unbound&amp;quot;.
    // To learn more about keybindings, visit https://aka.ms/terminal-keybindings
    &amp;quot;keybindings&amp;quot;:
    [
        // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
        // These two lines additionally bind them to Ctrl+C and Ctrl+V.
        // To learn more about selection, visit https://aka.ms/terminal-selection
        { &amp;quot;command&amp;quot;: {&amp;quot;action&amp;quot;: &amp;quot;copy&amp;quot;, &amp;quot;singleLine&amp;quot;: false }, &amp;quot;keys&amp;quot;: &amp;quot;ctrl+c&amp;quot; },
        { &amp;quot;command&amp;quot;: &amp;quot;paste&amp;quot;, &amp;quot;keys&amp;quot;: &amp;quot;ctrl+v&amp;quot; },

        // Press Ctrl+Shift+F to open the search box
        { &amp;quot;command&amp;quot;: &amp;quot;find&amp;quot;, &amp;quot;keys&amp;quot;: &amp;quot;ctrl+shift+f&amp;quot; },

        // Press Alt+Shift+D to open a new pane.
        // - &amp;quot;split&amp;quot;: &amp;quot;auto&amp;quot; makes this pane open in the direction that provides the most surface area.
        // - &amp;quot;splitMode&amp;quot;: &amp;quot;duplicate&amp;quot; makes the new pane use the focused pane&amp;#39;s profile.
        // To learn more about panes, visit https://aka.ms/terminal-panes
        { &amp;quot;command&amp;quot;: { &amp;quot;action&amp;quot;: &amp;quot;splitPane&amp;quot;, &amp;quot;split&amp;quot;: &amp;quot;auto&amp;quot;, &amp;quot;splitMode&amp;quot;: &amp;quot;duplicate&amp;quot; }, &amp;quot;keys&amp;quot;: &amp;quot;alt+shift+d&amp;quot; }
    ]
}
&lt;/code&gt;&lt;/pre&gt;</description>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/28</guid>
      <comments>https://choboking.tistory.com/entry/Windows-Terminal-Setting-%EA%B3%B5%EC%9C%A0#entry28comment</comments>
      <pubDate>Thu, 4 Jun 2020 01:02:37 +0900</pubDate>
    </item>
    <item>
      <title>UNICOMP Model M 2014년식</title>
      <link>https://choboking.tistory.com/entry/UNICOMP-Model-M-2014%EB%85%84%EC%8B%9D</link>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;둘다 S6엣지로 찍은 사진이다. &lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;S6엣지가 사진이 잘나오는듯함&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;키캡 마감이 조금 아쉽긴하지만 묵직함이 마음에든다.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;나같은경운 무게감이 좀 있어도 구름타법으로 가볍게 치기때문에 무거운 키압은 별로 신경안쓰는데&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;다른사람들은 무겁다고 한다..&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;내가 녹축을 쓸때 부터 다름을 알았어야하는데.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;여튼 만족한다.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;이번엔 빨콩이 달려있는&amp;nbsp;EnduraPro&amp;nbsp;모델을 사볼까 한다.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;서버작업할때 너무나도 요긴할것 같다.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&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: 900px; font-size: 9pt; line-height: 1.5;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/242EF7365627159E34&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F242EF7365627159E34&quot; width=&quot;900&quot; height=&quot;675&quot; filename=&quot;KakaoTalk_20151020_114742051.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;font-size: 9pt; line-height: 1.5;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&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: 720px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/254A00335627156C32&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F254A00335627156C32&quot; width=&quot;720&quot; height=&quot;540&quot; filename=&quot;12116003_975365342502108_8845802649836092869_n.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>인생::../지름인증</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/27</guid>
      <comments>https://choboking.tistory.com/entry/UNICOMP-Model-M-2014%EB%85%84%EC%8B%9D#entry27comment</comments>
      <pubDate>Wed, 21 Oct 2015 13:35:37 +0900</pubDate>
    </item>
    <item>
      <title>percona server MYSQL서버 설치하기 With ubuntu</title>
      <link>https://choboking.tistory.com/entry/percona-server-MYSQL%EC%84%9C%EB%B2%84-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-With-ubuntu-1</link>
      <description>&lt;p&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;Percona 서버는 MYSQL클론 버전이다.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;자세한 내용은 아래를 참고하자&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#3d3c40&quot; face=&quot;Slack-Lato, appleLogo, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 22px;&quot;&gt;http://blog.embian.com/3&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#3d3c40&quot; face=&quot;Slack-Lato, appleLogo, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 22px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#3d3c40&quot; face=&quot;Slack-Lato, appleLogo, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 22px;&quot;&gt;핵심은 mysql엔지니어들이 따로 만든 클론이고 나름 우수하다는것이다 TokuDB랑 ㅋ&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#3d3c40&quot; face=&quot;Slack-Lato, appleLogo, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 22px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;sudo apt-key adv --keyserver&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://keys.gnupg.net/&quot; data-referer-safe=&quot;1&quot; rel=&quot;noreferrer&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(42, 128, 185); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;keys.gnupg.net&lt;/a&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&amp;nbsp;--recv-keys 1C4CBDCDCD2EFD2A&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;echo &quot;deb&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://repo.percona.com/apt&quot; data-referer-safe=&quot;1&quot; rel=&quot;noreferrer&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(42, 128, 185); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;http://repo.percona.com/apt&lt;/a&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&amp;nbsp;&quot;$(lsb_release -sc)&quot; main&quot; | sudo tee /etc/apt/sources.list.d/percona.list&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;echo &quot;deb-src&amp;nbsp;&lt;/span&gt;&lt;a href=&quot;http://repo.percona.com/apt&quot; data-referer-safe=&quot;1&quot; rel=&quot;noreferrer&quot; target=&quot;_blank&quot; style=&quot;box-sizing: border-box; color: rgb(42, 128, 185); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;http://repo.percona.com/apt&lt;/a&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&amp;nbsp;&quot;$(lsb_release -sc)&quot; main&quot; | sudo tee -a /etc/apt/sources.list.d/percona.list&lt;/span&gt;&lt;span class=&quot;para_break&quot; style=&quot;box-sizing: border-box; display: block; height: 0.5rem; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;i class=&quot;copy_only&quot; style=&quot;box-sizing: border-box; display: inline-block; vertical-align: baseline; height: 0px; text-indent: -9999px; font-size: 0px; float: left; text-rendering: auto; -webkit-user-select: none; background-size: 0px; background-repeat: no-repeat;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;sudo apt-get update&lt;/span&gt;&lt;span class=&quot;para_break&quot; style=&quot;box-sizing: border-box; display: block; height: 0.5rem; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;i class=&quot;copy_only&quot; style=&quot;box-sizing: border-box; display: inline-block; vertical-align: baseline; height: 0px; text-indent: -9999px; font-size: 0px; float: left; text-rendering: auto; -webkit-user-select: none; background-size: 0px; background-repeat: no-repeat;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;sudo apt-get install percona-server-server-5.6 percona-server-client-5.6&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&amp;nbsp;mysql -uroot -p -e &quot;CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'&quot;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&amp;nbsp;mysql -uroot -p -e &quot;CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'&quot;&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;// mysql -e &quot;CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'&quot;&lt;/span&gt;&lt;span class=&quot;para_break&quot; style=&quot;box-sizing: border-box; display: block; height: 0.5rem; color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;&lt;i class=&quot;copy_only&quot; style=&quot;box-sizing: border-box; display: inline-block; vertical-align: baseline; height: 0px; text-indent: -9999px; font-size: 0px; float: left; text-rendering: auto; -webkit-user-select: none; background-size: 0px; background-repeat: no-repeat;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;&gt;&lt;/i&gt;&lt;/span&gt;&lt;span style=&quot;color: rgb(61, 60, 64); font-family: Slack-Lato, appleLogo, sans-serif; font-size: 15px; line-height: 22px;&quot;&gt;sudo service mysql start&lt;/span&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/26</guid>
      <comments>https://choboking.tistory.com/entry/percona-server-MYSQL%EC%84%9C%EB%B2%84-%EC%84%A4%EC%B9%98%ED%95%98%EA%B8%B0-With-ubuntu-1#entry26comment</comments>
      <pubDate>Wed, 21 Oct 2015 13:29:39 +0900</pubDate>
    </item>
    <item>
      <title>java CV + FFmpeg 스트리밍 클라이언트.</title>
      <link>https://choboking.tistory.com/entry/java-CV-FFmpeg-%EC%8A%A4%ED%8A%B8%EB%A6%AC%EB%B0%8D-%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8</link>
      <description>&lt;p&gt;http://www.walking-productions.com/notslop/2013/01/16/android-live-streaming-courtesy-of-javacv-and-ffmpeg/&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./안드</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/23</guid>
      <comments>https://choboking.tistory.com/entry/java-CV-FFmpeg-%EC%8A%A4%ED%8A%B8%EB%A6%AC%EB%B0%8D-%ED%81%B4%EB%9D%BC%EC%9D%B4%EC%96%B8%ED%8A%B8#entry23comment</comments>
      <pubDate>Wed, 10 Jun 2015 09:58:19 +0900</pubDate>
    </item>
    <item>
      <title>android FFmpeg 컴파일</title>
      <link>https://choboking.tistory.com/entry/android-FFmpeg-%EC%BB%B4%ED%8C%8C%EC%9D%BC</link>
      <description>&lt;p&gt;FFmpeg를 활용한 안드로이드 스트리밍 클라이언트를 만드려 한다.&lt;/p&gt;&lt;p&gt;http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/&lt;/p&gt;&lt;p&gt;여기가 잘나와있고 일단 한방에 성공했다.&lt;/p&gt;&lt;p&gt;나중에 래핑했을때가 문제지..&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./안드</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/22</guid>
      <comments>https://choboking.tistory.com/entry/android-FFmpeg-%EC%BB%B4%ED%8C%8C%EC%9D%BC#entry22comment</comments>
      <pubDate>Wed, 10 Jun 2015 09:57:13 +0900</pubDate>
    </item>
    <item>
      <title>30D, 고구마 렌즈, 하늘공원</title>
      <link>https://choboking.tistory.com/entry/30D-%EA%B3%A0%EA%B5%AC%EB%A7%88%EB%A0%8C%EC%A6%88-%ED%95%98%EB%8A%98%EA%B3%B5%EC%9B%90</link>
      <description>&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: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21797B40551952AD1B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21797B40551952AD1B&quot; width=&quot;900&quot; height=&quot;1350&quot; filename=&quot;IMG_2072.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/21</guid>
      <comments>https://choboking.tistory.com/entry/30D-%EA%B3%A0%EA%B5%AC%EB%A7%88%EB%A0%8C%EC%A6%88-%ED%95%98%EB%8A%98%EA%B3%B5%EC%9B%90#entry21comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:42:18 +0900</pubDate>
    </item>
    <item>
      <title>30D, 고구마 렌즈. 하늘공원</title>
      <link>https://choboking.tistory.com/entry/30D-%EA%B3%A0%EA%B5%AC%EB%A7%88-%EB%A0%8C%EC%A6%88-%ED%95%98%EB%8A%98%EA%B3%B5%EC%9B%90</link>
      <description>&lt;p&gt;고등학교 2학년때였던가&amp;nbsp;&lt;/p&gt;&lt;p&gt;고구마렌즈에 30D빌려서 찍었던거.&lt;/p&gt;&lt;p&gt;(30D아닌가. EXIF날아간 보정본밖에 없네)&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: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/25664341551951E221&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F25664341551951E221&quot; width=&quot;900&quot; height=&quot;600&quot; filename=&quot;78196_456957024342945_739732367_o.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/256D1B41551951E419&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F256D1B41551951E419&quot; width=&quot;900&quot; height=&quot;600&quot; filename=&quot;172771_456956671009647_2026226904_o.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2279EC41551951E511&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2279EC41551951E511&quot; width=&quot;900&quot; height=&quot;600&quot; filename=&quot;286579_456957497676231_607648628_o.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2148A541551951E635&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2148A541551951E635&quot; width=&quot;900&quot; height=&quot;599&quot; filename=&quot;315681_456959177676063_1678250482_n.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 480px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/246C0441551951E717&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F246C0441551951E717&quot; width=&quot;480&quot; height=&quot;319&quot; filename=&quot;543246_456957244342923_1655693132_n.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/27070041551951E90A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F27070041551951E90A&quot; width=&quot;900&quot; height=&quot;600&quot; filename=&quot;622713_456956797676301_1734967850_o.jpg&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>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/20</guid>
      <comments>https://choboking.tistory.com/entry/30D-%EA%B3%A0%EA%B5%AC%EB%A7%88-%EB%A0%8C%EC%A6%88-%ED%95%98%EB%8A%98%EA%B3%B5%EC%9B%90#entry20comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:40:11 +0900</pubDate>
    </item>
    <item>
      <title>S5pro 다중노출</title>
      <link>https://choboking.tistory.com/entry/S5pro-%EB%8B%A4%EC%A4%91%EB%85%B8%EC%B6%9C</link>
      <description>&lt;p&gt;사실 나는 다중노출로 표현을 해볼일이 없고&amp;nbsp;&lt;/p&gt;&lt;p&gt;포토샵이 있기 때문에 더더욱 사용을 안하는 기능이긴하다&lt;/p&gt;&lt;p&gt;그래도 한번 써보고 싶어서 찍어놓았는데&amp;nbsp;&lt;/p&gt;&lt;p&gt;이쁘긴하다&amp;nbsp;&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: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/26289B415519513839&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F26289B415519513839&quot; width=&quot;900&quot; height=&quot;602&quot; filename=&quot;_DSF9537.jpg&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>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/19</guid>
      <comments>https://choboking.tistory.com/entry/S5pro-%EB%8B%A4%EC%A4%91%EB%85%B8%EC%B6%9C#entry19comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:36:37 +0900</pubDate>
    </item>
    <item>
      <title>JAVA, Android에서 문자열에서 URL추출하기 (정규식)</title>
      <link>https://choboking.tistory.com/entry/JAVA-Android%EC%97%90%EC%84%9C-%EB%AC%B8%EC%9E%90%EC%97%B4%EC%97%90%EC%84%9C-URL%EC%B6%94%EC%B6%9C%ED%95%98%EA%B8%B0-%EC%A0%95%EA%B7%9C%EC%8B%9D</link>
      <description>&lt;p&gt;프로젝트 작업중에 문자열들에서 url을 뽑아야하는 문제가 있었다&lt;/p&gt;&lt;p&gt;두가지의 신경쓸게 있었다.&lt;/p&gt;&lt;p&gt;http, https로 시작하지 않아도 잘되야한다&amp;nbsp;ex) aaa.com&lt;/p&gt;&lt;p&gt;빨라야한다&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;처음에 자바의 스트링기능을 사용했다&amp;nbsp;&lt;/p&gt;&lt;p&gt;짧은글은 그럭저럭 &lt;span style=&quot;font-size: 9pt; line-height: 1.5;&quot;&gt;하지만 이게 긴글을 대상으로 하니 꽤 눈에 띄일정도로 속도가 정규식과 차이가 나게되었다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;삽질하면서 정규식 만들었다.&amp;nbsp;&lt;/p&gt;&lt;p&gt;이것보다 짧고 좋게 만든것도 있겠지.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;PHP, Javascript, python 은 널려있으니 그냥 찾으면되는데&lt;/p&gt;&lt;p&gt;자바는 이 조건을 충족하는게 좀처럼 보이지 않았다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그래서 직접 삽질해서 했다.&lt;/p&gt;&lt;p&gt;마침 IDE도없는터라 온라인 컴파일러로 깨작깨작했다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;귀찮아서 그냥 소스코드만 적는다&lt;/p&gt;&lt;p&gt;아래 regex 스트링을 잘보면된다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;public static String UrlHtml(String str){&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; StringBuffer sb = new StringBuffer();&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String regex =&quot;[(http(s)?):\\/\\/(www\\.)?a-zA-Z0-9@:%._\\+~#=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%_\\+.~#?&amp;amp;//=]*)&quot;;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Pattern p = Pattern.compile(regex);&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Matcher m=p.matcher(str); &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(m.find()){&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sb.append(m.group(0));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&quot;===&quot;+m.group(0));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /*for(int i=0;i&amp;lt;=m.groupCount();i++){ &amp;nbsp; &amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(i+&quot;===&quot;+m.group(i));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sb.append(m.group(i));&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }*/&lt;/p&gt;&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/p&gt;</description>
      <category>개발::./안드</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/18</guid>
      <comments>https://choboking.tistory.com/entry/JAVA-Android%EC%97%90%EC%84%9C-%EB%AC%B8%EC%9E%90%EC%97%B4%EC%97%90%EC%84%9C-URL%EC%B6%94%EC%B6%9C%ED%95%98%EA%B8%B0-%EC%A0%95%EA%B7%9C%EC%8B%9D#entry18comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:31:00 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu PHP환경에서 PHP가 실행이아닌 다운로드또는 그대로 출력 될때</title>
      <link>https://choboking.tistory.com/entry/Ubuntu-Apache%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-PHP%EA%B0%80-%EC%8B%A4%ED%96%89%EC%9D%B4%EC%95%84%EB%8B%8C-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%EB%98%90%EB%8A%94-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5-%EB%90%A0%EB%95%8C</link>
      <description>&lt;p&gt;최근 들어 우분투 기본 APM모듈에 대해서 문제점을 조금 느끼고 있어서 매우 짜증나게 여기고 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이문제는 우분투 12.04환경에서 확인했으며 최근버전에도 그랬던것같다 (14.04)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;처음엔 shorttag문제인줄 알았는데 그게 아니더라&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그래도 몇개월된 문제였던것같은데 ㅡ.ㅡ;;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;mod_userdir 모듈과의 문제인듯&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;1) sudo vim /etc/apache2/mods-enabled/php5.conf&lt;/p&gt;&lt;p&gt;2) comment all lines from &amp;lt;IfModule mod_userdir.c&amp;gt; to the next &amp;lt;/IfModule&amp;gt;&lt;/p&gt;&lt;p&gt;3) sudo service apache2 reload&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그냥 모두 주석 처리하면됨&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/17</guid>
      <comments>https://choboking.tistory.com/entry/Ubuntu-Apache%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-PHP%EA%B0%80-%EC%8B%A4%ED%96%89%EC%9D%B4%EC%95%84%EB%8B%8C-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%EB%98%90%EB%8A%94-%EA%B7%B8%EB%8C%80%EB%A1%9C-%EC%B6%9C%EB%A0%A5-%EB%90%A0%EB%95%8C#entry17comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:25:06 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu 환경에서 Apache Virtual Host가 정상 동작되지 않을때</title>
      <link>https://choboking.tistory.com/entry/Ubuntu-%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-Apache-Virtual-Host%EA%B0%80-%EC%A0%95%EC%83%81-%EB%8F%99%EC%9E%91%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84%EB%95%8C</link>
      <description>&lt;p&gt;&lt;font color=&quot;#222222&quot; face=&quot;Helvetica Neue, Helvetica, Arial, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 19.5px;&quot;&gt;Ubuntu 환경에서 Apache Virtual Host가 정상 동작되지 않을때&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color=&quot;#222222&quot; face=&quot;Helvetica Neue, Helvetica, Arial, sans-serif&quot;&gt;&lt;span style=&quot;font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;아파치 가상 호스트 문법을 한번 확인해보아야 할것같다&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;몇가지 문제가 있었는데 Clean 한 상태에서 APM만 설치하고 vhost설정을 하면서 정상동작이 되질 않았고 로그를 통해서 권한 관련 모듈에서 에러가 있는것을 알게 되었다&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;찾아보니&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;apache2 2.4버전대로 오면서 바뀐부분이 있는듯&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;For all directories write&amp;nbsp;&lt;/span&gt;&lt;code style=&quot;margin: 0px; padding: 1px 5px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: pre-wrap; color: rgb(34, 34, 34); background-color: rgb(238, 238, 238);&quot;&gt;Require all granted&lt;/code&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&amp;nbsp;instead of&amp;nbsp;&lt;/span&gt;&lt;code style=&quot;margin: 0px; padding: 1px 5px; border: 0px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: pre-wrap; color: rgb(34, 34, 34); background-color: rgb(238, 238, 238);&quot;&gt;Allow from all&lt;/code&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(34, 34, 34); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; line-height: 19.5px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/16</guid>
      <comments>https://choboking.tistory.com/entry/Ubuntu-%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-Apache-Virtual-Host%EA%B0%80-%EC%A0%95%EC%83%81-%EB%8F%99%EC%9E%91%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84%EB%95%8C#entry16comment</comments>
      <pubDate>Mon, 30 Mar 2015 22:22:39 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu Apache2환경에서 HTML파일에서 PHP실행되게 하기</title>
      <link>https://choboking.tistory.com/entry/Ubuntu-Apache2%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-HTML%ED%8C%8C%EC%9D%BC%EC%97%90%EC%84%9C-PHP%EC%8B%A4%ED%96%89%EB%90%98%EA%B2%8C-%ED%95%98%EA%B8%B0-1</link>
      <description>&lt;p&gt;나같이 한참동안 서칭하시면서 시간낭비 하시지 않기를..&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;sudo vi /etc/apache2/mods-enabled/&lt;span class=&quot;skimlinks-unlinked&quot;&gt;mime.conf&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;vi 가 열리면 아래 라인을 추가 해준다&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;AddType application/x-httpd-php .php .phtml .html .htm&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;(위치는 상관없음)&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;이제 저장하자 &lt;br /&gt;&lt;/p&gt;esc누르시고 : 를 입력해주시고 wq를 입력해주시고 엔터 (:wq) w는 write의 약자 q는 quit의 약자이다.&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;저장이되었지만 서버는 멍청해서 모른다. 깔끔하게 아파치서버를 재시작해주자&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;sudo service apache2 restart&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;잘될것이다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;만약 되지 않는다면 혹시 해당 파일이 &amp;lt;?php가아닌 &amp;lt;? 로 시작하지 않는가?&lt;br /&gt;&lt;a class=&quot;tx-link&quot; target=&quot;_top&quot; href=&quot;http://story.dkserver.wo.tc/14&quot;&gt;여기를 눌러서 확인해보시라.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/15</guid>
      <comments>https://choboking.tistory.com/entry/Ubuntu-Apache2%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-HTML%ED%8C%8C%EC%9D%BC%EC%97%90%EC%84%9C-PHP%EC%8B%A4%ED%96%89%EB%90%98%EA%B2%8C-%ED%95%98%EA%B8%B0-1#entry15comment</comments>
      <pubDate>Sun, 26 Oct 2014 13:45:45 +0900</pubDate>
    </item>
    <item>
      <title>Ubuntu Apache2환경에서 PHP파일에서 &amp;lt;? 으로도 실행하기(short open tag)</title>
      <link>https://choboking.tistory.com/entry/Ubuntu-Apache2%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-PHP%ED%8C%8C%EC%9D%BC%EC%97%90%EC%84%9C-%EC%9C%BC%EB%A1%9C%EB%8F%84-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0short-open-tag</link>
      <description>&lt;p&gt;우분투 아파치 PHP5 기본 환경에서는 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;원래 PHP를 실행할려면 &amp;lt;?php 로 PHP를 실행하는 것임.&lt;/p&gt;&lt;p&gt;하지만 이게 치기가 귀찮아서 php에서 &amp;lt;? 로도 실행을 할 수 있는 기능이 있다.&lt;/p&gt;&lt;p&gt;그 기능을 short open tag이라고 부른단다 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;몇몇 배포판은 이게 디폴트로 on이 되어있다고 하는데 우분투 php5 패키지에서는 그러지 아니하다&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;앞설은 그만하고 이제 솔루션&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;sudo vi /etc/php5/apache2/php.ini 를 오픈하고 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;14.04기준으로&amp;nbsp; 212라인에 보면 &lt;br /&gt;&lt;/p&gt;&lt;p&gt;short_open_tag = Off 으로 되어 있다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;팁으로 vi로 검색하는 기능을 적어본다&lt;/p&gt;&lt;p&gt;esc를 누르고 /를 입력한다 그리고 검색하고 싶은 문자열을 입력하고 엔터를 누른다 (/short_open_tag =) (tag뒤에 한자 띄고 =를 주의!!ㅋㅋ)&lt;/p&gt;&lt;p&gt;그리고 i를 누르고 편집을한다&lt;/p&gt;&lt;p&gt;Off를 On으로 교제한다.&lt;/p&gt;&lt;p&gt;-&amp;gt; short_open_tag = On&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;이제 저장하자 &lt;br /&gt;esc누르시고 : 를 입력해주시고 wq를 입력해주시고 엔터 (:wq) w는 write의 약자 q는 quit의 약자이다.&lt;p&gt;&lt;br /&gt;&lt;/p&gt;저장이되었지만 서버는 멍청해서 모른다. 깔끔하게 아파치서버를 재시작해주자&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;sudo service apache2 restart&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;잘될것이다.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/14</guid>
      <comments>https://choboking.tistory.com/entry/Ubuntu-Apache2%ED%99%98%EA%B2%BD%EC%97%90%EC%84%9C-PHP%ED%8C%8C%EC%9D%BC%EC%97%90%EC%84%9C-%EC%9C%BC%EB%A1%9C%EB%8F%84-%EC%8B%A4%ED%96%89%ED%95%98%EA%B8%B0short-open-tag#entry14comment</comments>
      <pubDate>Sun, 26 Oct 2014 13:45:03 +0900</pubDate>
    </item>
    <item>
      <title>스카이프 다운로드</title>
      <link>https://choboking.tistory.com/entry/%EC%8A%A4%EC%B9%B4%EC%9D%B4%ED%94%84-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C</link>
      <description>&lt;p&gt;대성스카이프아님&lt;/p&gt;&lt;p&gt;미국 스카이프임&lt;/p&gt;&lt;p&gt;대성그룹 스카이프는 페북 로그인이안되고&amp;nbsp;&lt;/p&gt;&lt;p&gt;암걸리고&lt;/p&gt;&lt;p&gt;짜증나서&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://download.skype.com/8cb825b36feb677a0ddd008696164d8d/SkypeSetup.exe&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;http://download.skype.com/8cb825b36feb677a0ddd008696164d8d/SkypeSetup.exe&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;항상 이거 찾을려고 VPN쓰기도 암걸리고&lt;/p&gt;</description>
      <category>자료::../꿀팁</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/12</guid>
      <comments>https://choboking.tistory.com/entry/%EC%8A%A4%EC%B9%B4%EC%9D%B4%ED%94%84-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C#entry12comment</comments>
      <pubDate>Mon, 25 Aug 2014 04:12:43 +0900</pubDate>
    </item>
    <item>
      <title>PPTP VPN 서버사용시 일부 사이트가 접속이 되지 않을떄</title>
      <link>https://choboking.tistory.com/entry/PPTP-VPN-%EC%84%9C%EB%B2%84%EC%82%AC%EC%9A%A9%EC%8B%9C-%EC%9D%BC%EB%B6%80-%EC%82%AC%EC%9D%B4%ED%8A%B8%EA%B0%80-%EC%A0%91%EC%86%8D%EC%9D%B4-%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84%EB%96%84</link>
      <description>&lt;p&gt;speedtest.net&lt;/p&gt;&lt;p&gt;paypal.com&lt;/p&gt;&lt;p&gt;fc2.com&lt;/p&gt;&lt;p&gt;등 일부 사이트가 제대로 접속이 안되었는데&amp;nbsp;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;Google링을 통하여 찾아보니 PMTU가 문제였다.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;다른거 없다 아래 글 카피해서 룰 추가해주시고 세이브 해주심됨...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 9pt; line-height: 1.5; background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu&lt;/p&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;몇일을 고생한거지...&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;+ 관련 문제로 서칭해보니 kldp에서 좀더 자세한 내용을 알려주셨다. https://kldp.org/node/73417&lt;br /&gt;&lt;/p&gt;</description>
      <category>개발::./서버</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/11</guid>
      <comments>https://choboking.tistory.com/entry/PPTP-VPN-%EC%84%9C%EB%B2%84%EC%82%AC%EC%9A%A9%EC%8B%9C-%EC%9D%BC%EB%B6%80-%EC%82%AC%EC%9D%B4%ED%8A%B8%EA%B0%80-%EC%A0%91%EC%86%8D%EC%9D%B4-%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%84%EB%96%84#entry11comment</comments>
      <pubDate>Thu, 24 Jul 2014 01:34:41 +0900</pubDate>
    </item>
    <item>
      <title>용기를 내보면...</title>
      <link>https://choboking.tistory.com/entry/%EC%9A%A9%EA%B8%B0%EB%A5%BC-%EB%82%B4%EB%B3%B4%EB%A9%B4</link>
      <description>&lt;p&gt;용기를 내보면&lt;/p&gt;&lt;p&gt;무식하면 용감하다&lt;/p&gt;&lt;p&gt;용감하게 카메라를 방수만 잘 처리해서 비를 안 맞게 처리해서 찍으면&lt;/p&gt;&lt;p&gt;마치 포스터에서 본 듯한 느낌의 사진을 건질&amp;nbsp;수&amp;nbsp;있을지 모른다.&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2759BC3B51DAA43B31&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2759BC3B51DAA43B31&quot; width=&quot;900&quot; height=&quot;675&quot; filename=&quot;DSCF2712-1-2.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/10</guid>
      <comments>https://choboking.tistory.com/entry/%EC%9A%A9%EA%B8%B0%EB%A5%BC-%EB%82%B4%EB%B3%B4%EB%A9%B4#entry10comment</comments>
      <pubDate>Mon, 8 Jul 2013 20:38:28 +0900</pubDate>
    </item>
    <item>
      <title>수많은 꽃들 중에서</title>
      <link>https://choboking.tistory.com/entry/%EC%88%98%EB%A7%8E%EC%9D%80-%EA%BD%83%EB%93%A4-%EC%A4%91%EC%97%90%EC%84%9C</link>
      <description>&lt;p&gt;수많은 꽃들 중에서&amp;nbsp;&lt;/p&gt;&lt;p&gt;정말 아름다운 꽃인 당신을 본 것은&lt;/p&gt;&lt;p&gt;어쩌면 &quot;행운&quot;일지도 모릅니다.&lt;/p&gt;&lt;p&gt;당신을 담고 싶어요&amp;nbsp;&lt;/p&gt;&lt;p&gt;내 안에 가득 담고 싶어요&lt;/p&gt;&lt;p&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: 900px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0116DF3651DAA3E505&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0116DF3651DAA3E505&quot; width=&quot;900&quot; height=&quot;1200&quot; filename=&quot;DSCF2618-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;아 중2병돋는 자작시다..&lt;/strike&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/9</guid>
      <comments>https://choboking.tistory.com/entry/%EC%88%98%EB%A7%8E%EC%9D%80-%EA%BD%83%EB%93%A4-%EC%A4%91%EC%97%90%EC%84%9C#entry9comment</comments>
      <pubDate>Mon, 8 Jul 2013 20:35:36 +0900</pubDate>
    </item>
    <item>
      <title>어두운곳에서 빛나는 빛</title>
      <link>https://choboking.tistory.com/entry/%EC%96%B4%EB%91%90%EC%9A%B4%EA%B3%B3%EC%97%90%EC%84%9C-%EB%B9%9B%EB%82%98%EB%8A%94-%EB%B9%9B</link>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;table class=&quot;txc-table&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border:none;border-collapse:collapse;;font-family:돋움;font-size:12px&quot; align=&quot;center&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot; height: 24px; border: 1px solid rgb(204, 204, 204); background-color: rgb(0, 0, 0);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;장노출놀이...&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;셔터 속도를 길게해놓고 조리개를 조이고 감도를 낮추고..&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;광원을 든다던가 광원을 생성하면&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;광원만 남게 되는 원리를 활용해서 놀아보았다.&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;꼭 해보고싶었던 LOVE쓰기...&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;&lt;br /&gt;&lt;/font&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/033A4C3651D6FF4435&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F033A4C3651D6FF4435&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2695-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;일부로 수차를 조금 일으켜서 노란색과 파란색이 묻어나오게 하였다.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/262F023B51D6FF6920&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F262F023B51D6FF6920&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2699-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/270ADB3B51D6FF6904&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F270ADB3B51D6FF6904&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2700-2.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/26514F3B51D6FF6915&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F26514F3B51D6FF6915&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2701-3.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0264B23B51D6FF690E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0264B23B51D6FF690E&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2702-4.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;어렸을때 에프킬라 같은 스프레이와 라이터를 가지고 화염 방사기를 만들어서 장난을 친 기억이 다들 있을 것 이다.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;이 추억들을 회상하고싶기도하였고...&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;아름답지만 만지지는 못하는 그 아픔을 사진으로 남기어 보고 싶었다.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;불꽃의 풍경을....&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: right;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;2013-07-05&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/8</guid>
      <comments>https://choboking.tistory.com/entry/%EC%96%B4%EB%91%90%EC%9A%B4%EA%B3%B3%EC%97%90%EC%84%9C-%EB%B9%9B%EB%82%98%EB%8A%94-%EB%B9%9B#entry8comment</comments>
      <pubDate>Sat, 6 Jul 2013 02:20:27 +0900</pubDate>
    </item>
    <item>
      <title>13'06'27 하굣길.</title>
      <link>https://choboking.tistory.com/entry/130627-%ED%95%98%EA%B5%A3%EA%B8%B8</link>
      <description>&lt;table class=&quot;txc-table&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; align=&quot;center&quot; style=&quot;border: none; border-collapse: collapse; font-size: 12px;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 100%; height: 24px; border: 1px solid rgb(204, 204, 204); background-color: rgb(0, 0, 0);&quot;&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;시험기간이라 학원을 안가고 바로 집으로&amp;nbsp;올수있다보니 많은것을 밝을때 담을수 있다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;2013-06-27 이야기 시작.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/21230D4F51CC1A3C28&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F21230D4F51CC1A3C28&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2461-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;분명 lcd로 보았을땐 무척이나 이뻣는데 아무리 해도 이쁘게 안보인다... 조금은 아쉽...&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2611394F51CC1A3D32&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2611394F51CC1A3D32&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2470-2.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;따듯한느낌으로 보정을 했는데 이런 색감 무척이나 맘에든다!&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2113204F51CC1A4C35&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2113204F51CC1A4C35&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2437.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;일렉기타 사진. 역씨 메츠!&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2610DE4F51CC1A5C33&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2610DE4F51CC1A5C33&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2453.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;나비가 하얀색이라 노출을 조금 언더로 찍어야한다.&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;이쁘다 나비... 나도 저렇게 아름다워졌으면..?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/234E0E4F51CC1ADF10&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F234E0E4F51CC1ADF10&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2445-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;줄기의 하얀색 털은 너무 몽환적이고 신기한 느낌으로 다가오게 된다&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/7</guid>
      <comments>https://choboking.tistory.com/entry/130627-%ED%95%98%EA%B5%A3%EA%B8%B8#entry7comment</comments>
      <pubDate>Thu, 27 Jun 2013 20:04:08 +0900</pubDate>
    </item>
    <item>
      <title>MSI 게임대회 우승.....</title>
      <link>https://choboking.tistory.com/entry/MSI-%EA%B2%8C%EC%9E%84%EB%8C%80%ED%9A%8C-%EC%9A%B0%EC%8A%B9</link>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;MSI메인보드 런칭행사에서 게임대회를 행사내용중에 진행했었다&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&amp;nbsp;워페이스라는 게임이였는데...&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;본인포함 5명이서 팀워크가 너무 잘되었다...&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;정말 학살을 했다&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;속한 커뮤니티, 타커뮤니티 모두 학살해버려서&amp;nbsp;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;당당하게 1등을 해버렸다.&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/241AFC4451C998981F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F241AFC4451C998981F&quot; width=&quot;700&quot; height=&quot;466&quot; filename=&quot;1001332_479875618766692_1297719327_n.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;요즈음 스트레스를 너무 받아서인지 여드름이 심각하다...&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&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: 480px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0209E84451C9989827&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0209E84451C9989827&quot; width=&quot;480&quot; height=&quot;720&quot; filename=&quot;1016675_559860844052562_1004940383_n.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/26151F4451C9989922&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F26151F4451C9989922&quot; width=&quot;700&quot; height=&quot;392&quot; filename=&quot;270451_560322687339711_868042747_n.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;모에모에뀽!&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;(닉네임이 철컹철컹메이드여서 닉값은해야지..)&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px; text-align: center;; height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2446364451C9989803&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2446364451C9989803&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;1043856_559868364051810_2044357166_n.jpg&quot; filemime=&quot;image/jpeg&quot; style=&quot;text-align: center;&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&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: 590px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2641154551C9990918&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2641154551C9990918&quot; width=&quot;590&quot; height=&quot;50&quot; filename=&quot;5506327ba95402401ff23e028dc5bbbc.png&quot; filemime=&quot;image/png&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center;&quot;&gt;얻게된 전리품들......&lt;/p&gt;</description>
      <category>인생::../삶이야기</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/6</guid>
      <comments>https://choboking.tistory.com/entry/MSI-%EA%B2%8C%EC%9E%84%EB%8C%80%ED%9A%8C-%EC%9A%B0%EC%8A%B9#entry6comment</comments>
      <pubDate>Tue, 25 Jun 2013 22:20:36 +0900</pubDate>
    </item>
    <item>
      <title>13'06'25 학교에서부터 집에 오는길</title>
      <link>https://choboking.tistory.com/entry/130625-%ED%95%99%EA%B5%90%EC%97%90%EC%84%9C%EB%B6%80%ED%84%B0-%EC%A7%91%EC%97%90-%EC%98%A4%EB%8A%94%EA%B8%B8</link>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;table class=&quot;txc-table&quot; width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; style=&quot;border: none; border-collapse: collapse; font-size: 12px; width: 100%;&quot; align=&quot;center&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;width: 100%; height: 24px; border: 1px solid rgb(204, 204, 204); background-color: rgb(0, 0, 0);&quot;&gt;&lt;p&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;날씨도 좋았고 심심해서&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;메쯔와 빌린카메라인 Fujifilm Finpix S200EXR을 학교에 가져가서 점심시간과 하굣길에 사진몇장을 찍었다&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;카메라를 들고다니니 무조건 사진을 찍게된다.&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;기쁘다.&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font color=&quot;#ffffff&quot;&gt;&lt;br /&gt;&lt;/font&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2249754C51C9917B1B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2249754C51C9917B1B&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2371-1.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;빛의 원리를 이용하면 이렇게 간단히 배경을 검게 날릴수있는데!(물론 후보정은 들어갓다)&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2616BA4C51C9917C3F&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2616BA4C51C9917C3F&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2373-2.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;필름시뮬레이션을 비비드로 놓으면 &amp;nbsp;이렇게 이쁘게 나온다 그냥 찍어도 말이다.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2169814C51C9917D0A&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2169814C51C9917D0A&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2375-3.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/035CEF4C51C9917E11&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F035CEF4C51C9917E11&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2382-4.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;이거 무슨꽃일까요? 아시는분?&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0333CD4C51C9917F2E&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0333CD4C51C9917F2E&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2386-5.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;뭔가 쌀같아요 요것도 아시는분?&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/033E594C51C9918227&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F033E594C51C9918227&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;DSCF2396-6.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;어떻게 찍었냐면..&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;잎아래 휴대폰 플래시 라이트를 이용해서 찍었어요.&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/0267D34C51C991840B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F0267D34C51C991840B&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2406-7.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: rgb(255, 255, 255);&quot;&gt;요건 어떤것일까요?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center; clear: none; float: none;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/2337D54C51C991862C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F2337D54C51C991862C&quot; width=&quot;700&quot; height=&quot;933&quot; filename=&quot;DSCF2409-8.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;인간의 때가 묻지 않은 정돈되지 않은 아름다움&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; font-size: 13px; line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;캬.. 이쁘지 않나요..?&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;lucida grande, tahoma, verdana, arial, sans-serif&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;비록 DSLR은 아니라 쨍하지도 않을지 몰라도 이 정도의 표현력이면 충분히 이쁘게 간직할 수 있는 사진 아닌가합니다&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;lucida grande, tahoma, verdana, arial, sans-serif&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;lucida grande, tahoma, verdana, arial, sans-serif&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;lucida grande, tahoma, verdana, arial, sans-serif&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;line-height: 17px; color: rgb(255, 255, 255);&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../비인물사진</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/5</guid>
      <comments>https://choboking.tistory.com/entry/130625-%ED%95%99%EA%B5%90%EC%97%90%EC%84%9C%EB%B6%80%ED%84%B0-%EC%A7%91%EC%97%90-%EC%98%A4%EB%8A%94%EA%B8%B8#entry5comment</comments>
      <pubDate>Tue, 25 Jun 2013 21:55:01 +0900</pubDate>
    </item>
    <item>
      <title>사진 이야기를 시작하기 앞서.</title>
      <link>https://choboking.tistory.com/entry/%EC%82%AC%EC%A7%84%EC%97%90%EB%8C%80%ED%95%9C-%EC%9D%B4%EC%95%BC%EA%B8%B0%EB%A5%BC-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-%EC%95%9E%EC%84%9C</link>
      <description>&lt;p style=&quot;text-align: center;&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/014D913B51A57FBB22&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F014D913B51A57FBB22&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;IMG_20130418_192735.JPG&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
먼저 이 블로그와 사진이야기는 아는 여자애의 부탁으로 쓰게 되었다..&lt;/p&gt;&lt;p&gt;일단 글은 DSLR사용자 위주로 당연히 쓸것같고.&lt;/p&gt;&lt;p&gt;사진을 시작하게된 계기를 간단히 말하자면 어릴때 소중한 사람을 잃고 남는것이 사진밖에 없다는 사실을 알게되었고&lt;/p&gt;&lt;p&gt;나를 떠나간 사람들을 추억할수있는것중 하나도 사진이였던 것 같다.&lt;/p&gt;&lt;p&gt;뭐 이런이야기도있었는데 초등학교때, 중학교때 인상깊었던 선생님두분이 계시는데 이 두분도 사진을 취미로 가지고 계셨었다.&lt;/p&gt;&lt;p&gt;사진을 통해서 조금은 사람들을 쉽게 접할 수 있었고 여러가지로 사진과 친하게 되었던 것 같다.&lt;/p&gt;&lt;p&gt;또한 항상 느끼는것이지만&amp;nbsp;&lt;/p&gt;&lt;p&gt;내가 찍어준 사진을 보고나서 기뻐하는 사람들의 표정을 볼때마다 내가 더 기쁜표정을 지을수있게 되던데&amp;nbsp;&lt;/p&gt;&lt;p&gt;이것만큼 기분이 좋은것도 없을것이다.&lt;/p&gt;&lt;p&gt;여하튼 배울건 많고 하고 싶은것도 많은 고등학생일 뿐이니....&lt;/p&gt;&lt;p&gt;
분명 틀린점도 있을지모른다 (그러면 과감히 태클을 걸어주시길..)&lt;/p&gt;&lt;p&gt;
이글을 읽는 모든 초보분들과 그 누군가에게 도움이 되길 바라며&amp;nbsp;&lt;/p&gt;&lt;p&gt;이글을 시점으로 하나씩 글을 올려볼테니 도움을 얻고 응원해주길(??)바란다&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <category>사진::../사진이야기</category>
      <category>서론</category>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/3</guid>
      <comments>https://choboking.tistory.com/entry/%EC%82%AC%EC%A7%84%EC%97%90%EB%8C%80%ED%95%9C-%EC%9D%B4%EC%95%BC%EA%B8%B0%EB%A5%BC-%EC%8B%9C%EC%9E%91%ED%95%98%EA%B8%B0-%EC%95%9E%EC%84%9C#entry3comment</comments>
      <pubDate>Wed, 29 May 2013 13:04:14 +0900</pubDate>
    </item>
    <item>
      <title>무소음! 저전력! 이젠! 소형PC가 대세! Open PC를 만나다!</title>
      <link>https://choboking.tistory.com/entry/%EB%AC%B4%EC%86%8C%EC%9D%8C-%EC%A0%80%EC%A0%84%EB%A0%A5-%EC%9D%B4%EC%A0%A0-%EC%86%8C%ED%98%95PC%EA%B0%80-%EB%8C%80%EC%84%B8-Open-PC%EB%A5%BC-%EB%A7%8C%EB%82%98%EB%8B%A4</link>
      <description>&lt;p&gt;비공개 트래커를 접하고 토렌트 머신을 돌리는데&lt;/p&gt;&lt;p&gt;점점 전기세가 올라가다보니까 전기세를 신경쓰다보니 서버를 축소해야될지 모른다는 불안감에&lt;/p&gt;&lt;p&gt;요즈음 저전력 PC를 알아보고있었습니다.&lt;/p&gt;&lt;p&gt;그러다 보니 Open PC라는 것을 알게되었습니다.&lt;/p&gt;&lt;p&gt;간단히 생각하셔서 한국형 라즈베리 파이라 생각하시면 쉽습니다.&lt;/p&gt;&lt;p&gt;설명은 아래 더보기를 눌러주세요&lt;/p&gt;&lt;button type=&quot;button&quot; class=&quot;btn_more&quot; id=&quot;more2_0&quot; data-id=&quot;2_0&quot;&gt;더보기&lt;/button&gt;&lt;div class=&quot;moreless_content&quot; id=&quot;content2_0&quot; style=&quot;display: none;&quot;&gt;&lt;button type=&quot;button&quot; class=&quot;btn_less&quot; id=&quot;less2_0&quot; data-id=&quot;2_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;p&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: 668px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1766BD49502BA64526&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1766BD49502BA64526&quot; width=&quot;668&quot; height=&quot;2055&quot; filename=&quot;img_business_01.gif&quot; filemime=&quot;image/gif&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/p&gt;
&lt;button type=&quot;button&quot; class=&quot;btn_less&quot; id=&quot;less2_0&quot; data-id=&quot;2_0&quot;&gt;&lt;span class=&quot;txt_fold&quot;&gt;접기&lt;/span&gt;&lt;/button&gt;&lt;/div&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;꽤 흥미로운 제품이였기에&lt;/p&gt;&lt;p&gt;이전에 arm 같은 제품들은 데스크탑용이기보단 산업용에서 많이 보았고 휴대폰에 들어가는 제품들만 보았기에&lt;/p&gt;&lt;p&gt;매우 궁금해져있던 찰나 체험단 모집이있어서 응모를 하고 직접 만져보게되었습니다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot;&gt;&lt;span class=&quot;imageblock&quot; style=&quot;display: inline-block; width: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1863313F502BA6F119&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1863313F502BA6F119&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;IMG_20120814_175706.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;전체 사진입니다. 왼쪽 맨위부터 시계 방향으로 RJ-45규격 유선랜 단자, USB 2.0 단자 2개, RGB단자 하나, HDMI단자&amp;nbsp;하나, 전원입력 (DC) 단자 하나, 전원스위치 하나,상태표시등(네트워크, CPU 상태, 전원)&amp;nbsp;USB 2.0 단자 2개, 3.5파이 스트레오 출력, 입력 으로 단자구성이되어있습니다.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1550143F502BA6F02C&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1550143F502BA6F02C&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;WP_000366.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1629EB46502BA6DE08&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1629EB46502BA6DE08&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;P8140001.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/18219F46502BA6E015&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F18219F46502BA6E015&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;P8140004.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/202AB646502BA6E306&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F202AB646502BA6E306&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;P8140002.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;제가 사용한제품은 네트워크 상태등이 동작하지않습니다&lt;/p&gt;&lt;p&gt;(참고로 N/T링크가 무었인지 관계자님께&amp;nbsp;물어보니 네트워크 등인지 잘모르겠다 하셨습니다.)&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/132A2F46502BA6E507&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F132A2F46502BA6E507&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;P8140003.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/20285E46502BA6E80B&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F20285E46502BA6E80B&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;P8140005.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/1522FC46502BA6EA14&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F1522FC46502BA6EA14&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;WP_000367.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&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: 700px;  height: auto; max-width: 100%;&quot;&gt;&lt;img src=&quot;https://t1.daumcdn.net/cfile/tistory/17230D46502BA6EB15&quot; srcset=&quot;https://img1.daumcdn.net/thumb/R1280x0/?scode=mtistory2&amp;fname=https%3A%2F%2Ft1.daumcdn.net%2Fcfile%2Ftistory%2F17230D46502BA6EB15&quot; width=&quot;700&quot; height=&quot;525&quot; filename=&quot;WP_000365.jpg&quot; filemime=&quot;image/jpeg&quot;/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;생각해보니까 제품사진만 찍어놓았더라구요.... 실사 사진은 한장도없더라구요&lt;/p&gt;&lt;p&gt;이럴수가.....&lt;/p&gt;&lt;p&gt;사용한 내용과 평은 아래와 같습니다.&lt;/p&gt;&lt;p&gt;아직은 개선이 많이 되어야될것같아요~ 하지만 시도는 정말 좋네요~&lt;/p&gt;&lt;p&gt;일단 OS는 리눅스 였구요 영상재생에대래서 많은분들이 의구심이 들으셨을텐데요 CPU안에 동영상류를 담담해주는 그래픽 칩셋(코덱)이 들어가있다 합니다 그래서 1080P영상도 무난하게 돌아갔습니다.&lt;/p&gt;&lt;p&gt;테스트 영상은 Youtube 1080P영상이였고 2만 비트레이트짜리 애니메이션도 문제없이 재생이되었고 테스트용으로 있는 1080P영상도 매우 부드럽게 돌아갔습니다(프레임저하를 못느꼇습니다)&lt;/p&gt;&lt;p&gt;크롬브라우저로 파일을 두개를 동시에 받으니 초당 약 3메가정도를 못넘더라구요 아마 성능이 딸려서 속도를 제대로 못내는것같았습니다.&lt;/p&gt;&lt;p&gt;아직 테스트용이라그런지 오피스도 anyoffice가 상단바에 openoffice라고 뜨기도했구요(아마 openoffice기반으로 개조하실생각이신가봅니다)&lt;/p&gt;&lt;p&gt;PPT파일과 Xls파일도 올바르게 표현을 해주고있었습니다.&lt;/p&gt;&lt;p&gt;기본적으로 간단한 작업을 하는데는 부족한것같으면서도 부족하지않았네요~ 약간 2%아쉽다고 할수는 있습니다.&lt;/p&gt;&lt;p&gt;하지만 7와트정도의 전기를 먹는 PC라는것에 대해서 매우 매력을 느끼고있습니다 무려 20W짜리 백열전구보다 3배 안되게 적으니까요&lt;/p&gt;&lt;p&gt;리눅스를깔고 NFS로 스토리지 서버에 마운트하고 토렌트 서버(웹으로 관리가가능한) 프로그램을 깔고 시딩머신으로 쓴다면 정말 혁신적일것같습니다.&lt;/p&gt;&lt;p&gt;그외에도 저같이 자작을 좋와하시는분들은 XBMC를 설치하시고 자신만의 케이스를 만드셔서 HTPC로 활용하시면&amp;nbsp;좋을것같습니다.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot;font-size: 18pt; &quot;&gt;마치며...&lt;/span&gt;&lt;/p&gt;&lt;p&gt;아직은 조금 부족한점이많지만 발전가능성도 정말 많아보였습니다.&lt;/p&gt;&lt;p&gt;활용도도 리눅스를 아시는분이라면 무궁무진해보이구요&lt;/p&gt;&lt;p&gt;또한 크롬브라우저가 내장되어있어서 액티브 엑스를 사용불가능해서 아직 국내웹에선 부적절해보이리라 사료되지만&lt;/p&gt;&lt;p&gt;많은 사이트가 표준을 지키고 다른브라우저에서도 표시가가능하게 개발이되고있는 추세라 정보 획득자체에는 여전히 불편함은 없어 보이긴합니다.&lt;/p&gt;&lt;p&gt;영상은 디코딩칩덕에 부드러웠구요&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;그런데 어디가서 구입하고 알아볼수있냐구요?&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://openpc.kr&quot; target=&quot;_blank&quot; class=&quot;tx-link&quot;&gt;http://openpc.kr&lt;/a&gt;입니다!&lt;/p&gt;&lt;p&gt;긴글 읽어주셔서 감사합니다. 좋은하루되세요~&lt;/p&gt;&lt;p style=&quot;text-align: center; clear: none; float: none; &quot;&gt;&lt;/p&gt;</description>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/2</guid>
      <comments>https://choboking.tistory.com/entry/%EB%AC%B4%EC%86%8C%EC%9D%8C-%EC%A0%80%EC%A0%84%EB%A0%A5-%EC%9D%B4%EC%A0%A0-%EC%86%8C%ED%98%95PC%EA%B0%80-%EB%8C%80%EC%84%B8-Open-PC%EB%A5%BC-%EB%A7%8C%EB%82%98%EB%8B%A4#entry2comment</comments>
      <pubDate>Wed, 15 Aug 2012 22:56:03 +0900</pubDate>
    </item>
    <item>
      <title>이블로그 style.cs</title>
      <link>https://choboking.tistory.com/entry/%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%85%87%E3%84%B4</link>
      <description>&lt;div&gt;
@charset &quot;utf-8&quot;;&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 반드시 들어가야 하는 스타일 시작 */&lt;/div&gt;
&lt;div&gt;* {margin:0; padding:0; border:0; }&lt;/div&gt;
&lt;div&gt;body {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-color:/*@background-color*/#fff/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-image:/*@background-image*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-repeat:/*@background-image-repeat*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-position:/*@background-image-position*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font:12px/1.5 dotum;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;a {text-decoration:none; }&lt;/div&gt;
&lt;div&gt;a:hover {text-decoration:underline; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 페이징 - 현재 페이지 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.selected&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;{color:#545252; font-weight:bold; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.no-more-prev&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;{background:url(images/icon_prev_no.gif) no-repeat left 4px !important; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.no-more-next&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;{background:url(images/icon_next_no.gif) right 4px no-repeat !important; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 카테고리 - 이미지 버튼 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.ib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { cursor:pointer;}&lt;/div&gt;
&lt;div&gt;/* 카테고리 - 트리 셀 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.branch3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ cursor:pointer;}&lt;/div&gt;
&lt;div&gt;/* 카테고리 - 카테고리 옆 개수 스타일 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.c_cnt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ font:9px/9px tahoma; letter-spacing:0px; color: #717171; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 달력 월 표시 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_month &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ font:0.95em Verdana, Helvetica, Arial, Gulim, sans-serif; &amp;nbsp;height:18px; }&lt;/div&gt;
&lt;div&gt;/* 달력 요일 표시(th 영역) */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_week1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ font:0.95em Dotum, Arial, sans-serif; &amp;nbsp;height:18px; &amp;nbsp;font-weight:normal;}&lt;/div&gt;
&lt;div&gt;/* 달력 일요일 표시(th 영역) */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_week2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ font:0.95em Dotum, Arial, sans-serif; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 달력 Week(tr 영역) &amp;nbsp;*/&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_week &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_current_week &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 달력 Day(td 영역) */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ height:16px; color:#A3A3A3; font:10px/10px tahoma; text-align:center; }&lt;/div&gt;
&lt;div&gt;/* 달력 Day, 일요일 (td 영역) &amp;nbsp;*/&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day_sunday &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day_sunday a&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;{ }&lt;/div&gt;
&lt;div&gt;/* 달력 지난 달 날짜 표시(td) &amp;nbsp; */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 달력 다음 달 날짜 표시(td) &amp;nbsp; */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 달력 이번 달 날짜 표시(td) */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 달력 오늘 날짜 표시(td) */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cal_day4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { background:url(images/bg_today.gif) no-repeat 5px 2px; color:#fff; }&lt;/div&gt;
&lt;div&gt;/* 달력 글쓴 날 링크 스타일 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;#sidebar .cal_click&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;{ color:#fff; font:10px/12px tahoma; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;a.cal_click:link &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;a.cal_click:visited &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;a.cal_click:hover &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 종류별 코멘트  */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.rp_general &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.rp_admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { background:url(images/iconAdmin.gif) no-repeat; &amp;nbsp;padding-left:20px; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.rp_secret &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ color:#f30;}&lt;/div&gt;
&lt;div&gt;/* 종류별 방명록 글  */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.guest_general &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.guest_admin &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ background:url(images/iconAdmin.gif) no-repeat; padding-left:20px;}&lt;/div&gt;
&lt;div&gt;/* 비밀 댓글 (로그아웃시 비밀글 표현) &amp;nbsp; &amp;nbsp;*/&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.hiddenComment { background:url(images/iconSecret.gif) no-repeat; &amp;nbsp;padding-left:20px; &amp;nbsp;font-weight:normal;}&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 이미지 아래 캡션 스타일 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.cap1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { color:#999; &amp;nbsp;text-align:center; padding:4px 0; margin:0;}&lt;/div&gt;
&lt;div&gt;/* 그림 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.imageblock &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { margin:5px 0;}&lt;/div&gt;
&lt;div&gt;/* 왼쪽 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.left &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 가운데 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.center &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { }&lt;/div&gt;
&lt;div&gt;/* 오른쪽 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.right &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{ }&lt;/div&gt;
&lt;div&gt;/* 그림 2개 배치 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.dual &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { margin-bottom:5px;}&lt;/div&gt;
&lt;div&gt;/* 그림 3개 배치 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.triple &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; { margin-bottom:5px;}&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 본문 - more / less */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.moreless_fold, .moreless_top, .moreless_bottom {color:#424242; font:12px tahoma; text-decoration:underline; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.moreless_fold {margin-top:18px; padding-left:14px; background:url(images/iconMore.gif) no-repeat left 5px; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.moreless_top {margin-top:18px; padding-left:14px; background:url(images/iconLess.gif) no-repeat left 5px; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.moreless_content {margin:5px 0 2px 0; }&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.moreless_bottom {padding-right:14px; background:url(images/iconLess.gif) no-repeat right 5px; text-align:right; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 키워드 */&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;.key1 { cursor: pointer; border-bottom: 1px dotted #ccc; }&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;
hr {display:none; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
#taglog ul, #tagbox ul {text-align:justify; }&lt;/div&gt;
&lt;div&gt;#blogMenu li, #counter li, #tagbox li, #taglog li {display:inline; }&lt;/div&gt;
&lt;div&gt;.nonEntry li, .listEntry li, #sidebar li, #conter li, .trackback li, .commentList li {list-style-type:none; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 포스트 본문 마크업 */&lt;/div&gt;
&lt;div&gt;#content .entry { margin-bottom: 100px; }&lt;/div&gt;
&lt;div&gt;#content .entry .article ol, #content .entry .article ul, #content .entry .article il {padding-left:25px; }&lt;/div&gt;
&lt;div&gt;.article dt {padding-top:5px; text-decoration:underline; }&lt;/div&gt;
&lt;div&gt;.article dd {padding-left:25px; padding-bottom:5px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 표만들기 color */&lt;/div&gt;
&lt;div&gt;.article table th {background-color:#ccc; }&lt;/div&gt;
&lt;div&gt;.article table td {background-color:#eee; }&lt;/div&gt;
&lt;div&gt;/* 카테고리 글 더보기 테이블 */&lt;/div&gt;
&lt;div&gt;.another_category th, .another_category td { background-color: transparent !important; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 이미지를 둘러싼 테이블 bg */&lt;/div&gt;
&lt;div&gt;.dual table td, .triple table td {background-color:transparent; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 블로그 레이아웃 */&lt;/div&gt;
&lt;div&gt;#container {width:/*@post-width:100*/1000px/*@*/; margin:0px auto; background-color:#fff; }&lt;/div&gt;
&lt;div&gt;#header {width:/*@post-width:100*/1000px/*@*/; border-bottom:4px solid #000; position: relative; }&lt;/div&gt;
&lt;div&gt;#header h1 {float:left; width:/*@post-width:-100*/800px/*@*/; &amp;nbsp;margin-top:/*@title-height:-27*/74px/*@*/; word-break:break-allt:left; word-wrap:break-word; }&lt;/div&gt;
&lt;div&gt;#blogMenu {float:right; margin-top:/*@title-height:-23*/78px/*@*/; position: absolute; right: 0; bottom: 11px; }&lt;/div&gt;
&lt;div&gt;#sidebar {display:none; padding-top:40px; padding-bottom:21px; border-bottom:1px solid #000; }&lt;/div&gt;
&lt;div&gt;.sidebar-one, .sidebar-two, .sidebar-three, .sidebar-four {word-break:break-allt:left; width:155; word-wrap:break-word; overflow:hidden; }&lt;/div&gt;
&lt;div&gt;.sidebar-one {float:left; width:155px; margin-right:20px; }&lt;/div&gt;
&lt;div&gt;.sidebar-two {float:left; margin-right:20px; }&lt;/div&gt;
&lt;div&gt;.sidebar-three {float:left; margin-right:20px; }&lt;/div&gt;
&lt;div&gt;.sidebar-four {float:left; }&lt;/div&gt;
&lt;div&gt;.sidebar { width: 190px; }&lt;/div&gt;
&lt;div&gt;#content {width:/*@post-width*/900px/*@*/; padding:50px 50px 0 50px; }&lt;/div&gt;
&lt;div&gt;#tt-body-media #content { padding-top: 30px; }&lt;/div&gt;
&lt;div&gt;#footer {width:/*@post-width:100*/1000px/*@*/; margin-top:65px; margin-bottom:66px; border-top:1px solid #E7E7E7; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 해더 */&lt;/div&gt;
&lt;div&gt;#header {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;padding-bottom:11px;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-color:/*@title-background-color*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-image:/*@title-background-image*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-repeat:/*@title-background-image-repeat*/ /*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background-position:/*@title-background-image-position*/ /*@*/;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;#header h1 a {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;height:16px;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;overflow:visible;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;color:/*@title-color*/#000/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-size:/*@title-font-size*/16px/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;line-height:1.1em;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-family:/*@title-font-family*/dotum/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;letter-spacing:-1px;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;#btnRSS {padding-left:12px; background:url(images/rss.gif) no-repeat right center; font-size:/*@title-font-size*/16px/*@*/; }&lt;/div&gt;
&lt;div&gt;#btnRSS:hover {text-decoration:none; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 블로그 메뉴 */&lt;/div&gt;
&lt;div&gt;#blogMenu li {float:left; height:10px; padding:0 6px 0 8px; background:url(images/tab_bar.gif) no-repeat; }&lt;/div&gt;
&lt;div&gt;#blogMenu li a {display:block; height:10px; background-image:url(images/tab.gif); background-repeat:no-repeat; text-indent:-1000px; overflow:hidden; cursor:pointer; }&lt;/div&gt;
&lt;div&gt;#blogMenu li#sidebar_open, #blogMenu li#sidebar_close {background-image:none; }&lt;/div&gt;
&lt;div&gt;#blogMenu li.tab_home {background-image:none; }&lt;/div&gt;
&lt;div&gt;#blogMenu li.tab_write {padding-right:10px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
.tab_home a {width:6px; background-position:0px 0px; }&lt;/div&gt;
&lt;div&gt;.tab_tag a {width:6px; background-position:0px -10px; }&lt;/div&gt;
&lt;div&gt;.tab_media a {width:10px; background-position:0px -20px; }&lt;/div&gt;
&lt;div&gt;.tab_location a {width:6px; background-position:0px -30px; }&lt;/div&gt;
&lt;div&gt;.tab_key a {width:6px; background-position:0px -40px; }&lt;/div&gt;
&lt;div&gt;.tab_guestbook a {width:8px; background-position:0px -50px; }&lt;/div&gt;
&lt;div&gt;.tab_admin a {width:8px; background-position:0px -60px; }&lt;/div&gt;
&lt;div&gt;.tab_write a {width:10px; background-position:0px -70px; }&lt;/div&gt;
&lt;div&gt;li#sidebar_open a {width:15px; background-image:url(images/btn_open.gif); }&lt;/div&gt;
&lt;div&gt;li#sidebar_close a {width:15px; background-image:url(images/btn_close.gif); }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* footer 레이아웃 */&lt;/div&gt;
&lt;div&gt;#adTistory {float:left; }&lt;/div&gt;
&lt;div&gt;#footer .wrap {float:right; text-align:right; padding-right: 3px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 태그로그 */&lt;/div&gt;
&lt;div&gt;#taglog li {line-height:20px; font:12px/20px dotum; vertical-align:middle; }&lt;/div&gt;
&lt;div&gt;#taglog li .cloud1 {background-color:#000; color:#fff; font-weight:bold; font-size:14px; }&lt;/div&gt;
&lt;div&gt;#taglog li .cloud2 {color:#000; font-weight:bold; font-size:14px; }&lt;/div&gt;
&lt;div&gt;#taglog li .cloud3 {background-color:#9E9E9E; color:#fff; font-weight:bold; font-size:12px; }&lt;/div&gt;
&lt;div&gt;#taglog li .cloud4 {color:#939393; font-weight:bold; font-size:14px; }&lt;/div&gt;
&lt;div&gt;#taglog li .cloud5 {color:#939393; font-size:12px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 지역로그 */&lt;/div&gt;
&lt;div&gt;#localog, #localog a {color:#888; font:12px/18px dotum; }&lt;/div&gt;
&lt;div&gt;#localog .spot {padding-left:14px; background:url(images/iconIndentArrow_local.gif) no-repeat 0px 1px; }&lt;/div&gt;
&lt;div&gt;#localog .info {padding-left:9px; background:url(images/iconIndentArrow_localinfo.gif) no-repeat 0px 5px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 공통 */&lt;/div&gt;
&lt;div&gt;input.text {height:13px; padding-top:2px; padding-left:5px; border:1px solid #D6D6D6; color:#979796; font:11px/11px dotum; } /* 방명록 댓글 기준 */&lt;/div&gt;
&lt;div&gt;textarea {width:/*@post-width:-12*/688px/*@*/; height:80px; padding:5px; border:1px solid #D6D6D6; color:#A4A4A4; font:12px/15px dotum; }&lt;/div&gt;
&lt;div&gt;.submit {text-indent:-5000px; overflow:hidden; cursor:pointer; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 방명록 댓글 */&lt;/div&gt;
&lt;div&gt;.comment {margin-top:16px; }&lt;/div&gt;
&lt;div&gt;/* 쓰기 */&lt;/div&gt;
&lt;div&gt;#guestWrite, .commentWrite {width:/*@post-width*/900px/*@*/; }&lt;/div&gt;
&lt;div&gt;#guestWrite {margin-top:5px; }&lt;/div&gt;
&lt;div&gt;.commentWrite {margin-top:19px; }&lt;/div&gt;
&lt;div&gt;.head label {display:block; margin-bottom:3px; color:#a3a3a3; font:11px dotum, sans-serif; text-transform:lowercase; }&lt;/div&gt;
&lt;div&gt;.head {float:left; }&lt;/div&gt;
&lt;div&gt;.name, .password {width:133px; }&lt;/div&gt;
&lt;div&gt;.name input.text, .password input.text {width:122px; }&lt;/div&gt;
&lt;div&gt;.homepage input.text {width:/*@post-width:-273*/427px/*@*/; }&lt;/div&gt;
&lt;div&gt;.secretWrap {clear:both; padding:2px 0; text-align:right; }&lt;/div&gt;
&lt;div&gt;.secretWrap label {color:#979796; font:11px/11px dotum; }&lt;/div&gt;
&lt;div&gt;.secretWrap label, .secretWrap input {vertical-align:middle; }&lt;/div&gt;
&lt;div&gt;.btn-write {width:/*@post-width*/900px/*@*/; height:17px; margin-top:5px; text-align:right; }&lt;/div&gt;
&lt;div&gt;.btn-write input.submit {float:right; width:70px; height:17px; background:url(images/btn_confirm.gif) no-repeat; }&lt;/div&gt;
&lt;div&gt;/* 읽기 */&lt;/div&gt;
&lt;div&gt;#guestList {margin-top:20px; }&lt;/div&gt;
&lt;div&gt;#guestList li, .commentList li {width:/*@post-width*/900px/*@*/; word-break:break-all; word-wrap:break-word; overflow:hidden; }&lt;/div&gt;
&lt;div&gt;#guestList .name, #guestList .name a, .commentList .name, .commentList .name a {color:#585858; font:11px/20px dotum, sans-serif; }&lt;/div&gt;
&lt;div&gt;#guestList .date, .commentList .date {color:#b0b0b0; font:9px/20px tahoma; }&lt;/div&gt;
&lt;div&gt;#guestList p, .commentList p {padding:5px 0 11px 0; color:#A4A4A4; font:12px/15px dotum, sans-serif; }&lt;/div&gt;
&lt;div&gt;.control {float:right; color:#666; font:8px/20px tahoma; }&lt;/div&gt;
&lt;div&gt;.control a {color:#b5b4b4; font:9px/20px tahoma; letter-spacing:1px; }&lt;/div&gt;
&lt;div&gt;#guestList ul li, .commentList ul li {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;width:/*@post-width:-13*/687px/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;padding:0 0 0 13px;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background:url(images/iconIndentArrow_re.gif) no-repeat 0px 3px;&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;.trackback {margin-top:22px; }&lt;/div&gt;
&lt;div&gt;.trackback h3 {margin-bottom:12px; color:#555555; font:11px/11px tahoma; }&lt;/div&gt;
&lt;div&gt;.trackback ol {margin-top:14px; padding-bottom:2px; border-bottom:1px solid #ECECEC; }&lt;/div&gt;
&lt;div&gt;.trackback li {width:/*@post-width*/900px/*@*/; word-break:break-all; word-wrap:break-word; overflow:hidden; }&lt;/div&gt;
&lt;div&gt;.trackback h4 a {color:#9D9D9D; font:12px/18px dotum, sans-serif; }&lt;/div&gt;
&lt;div&gt;.trackback .delete {padding-left:9px; background:url(images/iconDelete.gif) no-repeat right 3px; font:12px/18px dotum; }&lt;/div&gt;
&lt;div&gt;.trackback .from {color:#A3A3A3; font:12px/15px dotum; }&lt;/div&gt;
&lt;div&gt;.trackback .date {color:#A3A3A3; font:9px/15px tahoma; }&lt;/div&gt;
&lt;div&gt;.trackback p {padding:5px 0 14px 0; color:#B6B6B6; font:11px/16px dotum, sans-serif; letter-spacing:-1px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 보호글 */&lt;/div&gt;
&lt;div&gt;.entryProtected .article {padding:30px 0 35px 0; border:1px solid #ECECEC; text-align:center; }&lt;/div&gt;
&lt;div&gt;.entryProtected p {padding:4px; }&lt;/div&gt;
&lt;div&gt;.entryProtected label {color:#A3A3A3; font:11px/11px tahoma; letter-spacing:1px; }&lt;/div&gt;
&lt;div&gt;.entryProtected input.submit {width:70px; height:17px; margin-left:4px; background:url(images/btn_confirm.gif) no-repeat; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 검색결과 */&lt;/div&gt;
&lt;div&gt;.listEntry { margin-bottom: 50px; }&lt;/div&gt;
&lt;div&gt;.listEntry h3 { margin-bottom:15px; color:#424242; font:12px/18px dotum; }&lt;/div&gt;
&lt;div&gt;.listEntry h3 b {font-weight:bold; }&lt;/div&gt;
&lt;div&gt;.listEntry .date {display:block; float:left; width:64px; margin-top:1px; color:#A5A5A5; font:11px/11px tahoma; }&lt;/div&gt;
&lt;div&gt;.listEntry .list {float:left; width:/*@post-width:-64*/636px/*@*/; }&lt;/div&gt;
&lt;div&gt;.listEntry, .listEntry a, listEntry span {color:#888; font:12px/16px dotum, sans-serif; }&lt;/div&gt;
&lt;div&gt;.listEntry li {margin-bottom:2px; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 포스트 */&lt;/div&gt;
&lt;div&gt;.titleWrap {padding-bottom:12px; }&lt;/div&gt;
&lt;div&gt;.titleWrap h2 a {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;color:/*@post-title-color*/#424242/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-size:/*@post-title-font-size*/12px/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;line-height:1.2em;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-family:/*@post-title-font-family*/dotum, &quot;돋움&quot;/*@*/;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;.titleWrap .date, .titleWrap .category {color:#B7B7B7; font:9px/9px tahoma; }&lt;/div&gt;
&lt;div&gt;.titleWrap .category a {color:#B7B7B7; font:11px/11px dotum;}&lt;/div&gt;
&lt;div&gt;.admin {margin-top:12px; margin-bottom:2px; }&lt;/div&gt;
&lt;div&gt;.admin, .admin a, .admin a:hover {color:#b7b7b7; font:11px/18px dotum; }&lt;/div&gt;
&lt;div&gt;.article {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;width:/*@post-width*/900px/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;padding-bottom:25px;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;color:/*@post-body-color*/#A5A5A5/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-size:/*@post-body-font-size*/12px/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;line-height:1.6;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;font-family:/*@post-body-font-family*/dotum/*@*/;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;word-break:break-all; word-wrap:break-word; overflow:hidden;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;.article a {color:/*@post-body-color*/#A5A5A5/*@*/; text-decoration:underline; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 포스트본문 */&lt;/div&gt;
&lt;div&gt;.article blockquote {padding-left:10px; background:url(images/iconBlockquote.gif) no-repeat; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 테그트레일 */&lt;/div&gt;
&lt;div&gt;.tagTrail {margin-bottom:8px; padding-left:16px; background:url(images/icon_tag.gif) no-repeat 0px 0px; }&lt;/div&gt;
&lt;div&gt;.tagTrail, .tagTrail a {color:#a5a5a5; font:12px/14px dotum; }&lt;/div&gt;
&lt;div&gt;/* 액션트레일 */&lt;/div&gt;
&lt;div&gt;.actionTrail, .actionTrail a, .actionTrail a span, .actionTrail b {color:#a5a5a5; font:12px/14px dotum; }&lt;/div&gt;
&lt;div&gt;.author {float:right; color:#B7B7B7; font:11px/14px dotum, sans-serif; letter-spacing:-1px; }&lt;/div&gt;
&lt;div&gt;.author .text {text-transform:uppercase; }&lt;/div&gt;
&lt;div&gt;.actionTrail span.cnt { font: bold 10px verdana; color: #545252; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 페이지 */&lt;/div&gt;
&lt;div&gt;#paging {margin-top:35px; text-align:center; }&lt;/div&gt;
&lt;div&gt;.numbox a {padding:0 4px; }&lt;/div&gt;
&lt;div&gt;#paging, #paging a, #paging a:hover {color:#8E8E8E; font:11px verdana; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 이전 다음 버튼 */&lt;/div&gt;
&lt;div&gt;#prevPage {padding-left:5px; background:url(images/icon_prev.gif) no-repeat left 4px; }&lt;/div&gt;
&lt;div&gt;#nextPage {padding-right:5px; background:url(images/icon_next.gif) no-repeat right 4px; }&lt;/div&gt;
&lt;div&gt;.no-more-prev:hover, .no-more-next:hover {text-decoration:none; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* footer */&lt;/div&gt;
&lt;div&gt;#footer {padding-top:15px; }&lt;/div&gt;
&lt;div&gt;#adTistory {width:80px; height:10px; margin-top:1px; padding-top:6px; padding-left:88px; background:url(images/tistory.gif) no-repeat; }&lt;/div&gt;
&lt;div&gt;#adTistory a {color:#bbb; font:9px/9px verdana; padding-right:6px; background:url(images/bul_tistory.gif) no-repeat right 5px; }&lt;/div&gt;
&lt;div&gt;#footMenu {color:#E7E7E7; &amp;nbsp;font:11px/14px dotum, sans-serif; }&lt;/div&gt;
&lt;div&gt;#footMenu a, #copyright, #copyright a {color:#B8B6B6; font:11px/14px dotum, sans-serif; letter-spacing:-1px; }&lt;/div&gt;
&lt;div&gt;#copyright, #copyright a {text-transform:uppercase; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* sidebar */&lt;/div&gt;
&lt;div&gt;#blogImage {margin-bottom:9px; }&lt;/div&gt;
&lt;div&gt;#blogImage img {width:155px; }&lt;/div&gt;
&lt;div&gt;#userID, #blogDesc {color:#919191; font:11px/14px dotum; }&lt;/div&gt;
&lt;div&gt;#userID {color:#919191; }&lt;/div&gt;
&lt;div&gt;#blogDesc {margin-bottom:16px; color:#A7A6A6; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 달력테이블 */&lt;/div&gt;
&lt;div&gt;#calendar {margin-bottom:16px; }&lt;/div&gt;
&lt;div&gt;.cal_month {padding:0 4px 9px 4px; }&lt;/div&gt;
&lt;div&gt;.prev-month, .next-month {width:3px; height:5px; margin-top:3px; background-repeat:no-repeat; background-position:0px 0px; text-indent:-1000px; overflow:hidden; }&lt;/div&gt;
&lt;div&gt;.prev-month {float:left; background-image:url(images/btn_prev.gif); }&lt;/div&gt;
&lt;div&gt;.next-month {float:right; background-image:url(images/btn_next.gif); }&lt;/div&gt;
&lt;div&gt;.tt-calendar thead {display:none; }&lt;/div&gt;
&lt;div&gt;#sidebar .cal_month a {display:block; }&lt;/div&gt;
&lt;div&gt;#sidebar .this-month {color:#9E9E9E; font:10px/10px tahoma; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* search */&lt;/div&gt;
&lt;div&gt;#searchBox {height:18px; margin-bottom:15px; padding-top:3px; border:1px solid #E6E6E6; }&lt;/div&gt;
&lt;div&gt;#searchBox input {vertical-align:top; }&lt;/div&gt;
&lt;div&gt;#searchBox input.text {float:left; width:131px; height:14px; padding-top:0px; border:0px; color:#888; font:12px/14px dotum; }&lt;/div&gt;
&lt;div&gt;#searchBox .submit {float:right; width:12px; height:12px; margin-top:1px; margin-right:5px; background:url(images/btn_search.gif) no-repeat; vertical-align:middle; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* counter */&lt;/div&gt;
&lt;div&gt;#counter {margin-bottom:16px; color:#9E9E9E; font:9px/18px tahoma; }&lt;/div&gt;
&lt;div&gt;#counter span {float:right; }&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&gt;
&lt;div&gt;/* 타이틀 */&lt;/div&gt;
&lt;div&gt;#sidebar h3 {height:14px; background-repeat:no-repeat; line-height:5000px; overflow:hidden; }&lt;/div&gt;
&lt;div&gt;#category h3 {background-image:url(images/stit_category.gif); }&lt;/div&gt;
&lt;div&gt;#tagbox h3 {background-image:url(images/stit_tag.gif); }&lt;/div&gt;
&lt;div&gt;#notice h3 {background-image:url(images/stit_notice.gif); }&lt;/div&gt;
&lt;div&gt;#recentPost h3 {background-image:url(images/stit_recentpost.gif); }&lt;/div&gt;
&lt;div&gt;#recentComment h3 {background-image:url(images/stit_recentcomment.gif); }&lt;/div&gt;
&lt;div&gt;#recentTrackback h3 {background-image:url(images/stit_recenttrackback.gif); }&lt;/div&gt;
&lt;div&gt;#archive h3 {background-image:url(images/stit_archive.gif); }&lt;/div&gt;
&lt;div&gt;#link h3 {background-image:url(images/stit_link.gif); }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
.module { margin-bottom: 16px; }&lt;/div&gt;
&lt;div&gt;.module_widget h3, .module_plugin h3 {margin-bottom:6px; color:#757575; font:bold 11px dotum, sns-serif; line-height:14px !important; overflow:visible; } /* 플러그인 위젯 타이틀 */&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* 목록 */&lt;/div&gt;
&lt;div&gt;#sidebar, #sidebar a {color:#9C9C9C; font:11px/14px dotum; }&lt;/div&gt;
&lt;div&gt;#sidebar ul {margin-bottom:16px; }&lt;/div&gt;
&lt;div&gt;#sidebar li {padding:1px 0; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
#sidebar .cnt, #sidebar .date .c_cnt {font:9px/9px tahoma; letter-spacing:0px; color: #717171; }&lt;/div&gt;
&lt;div&gt;/* 카테고리 */&lt;/div&gt;
&lt;div&gt;#category {margin-bottom:16px; }&lt;/div&gt;
&lt;div&gt;#sidebar #category ul {margin:0; }&lt;/div&gt;
&lt;div&gt;#sidebar #category li {padding:0; }&lt;/div&gt;
&lt;div&gt;#sidebar #category li a {display:block; padding:2px 0; }&lt;/div&gt;
&lt;div&gt;#category ul li ul li ul li {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;padding-left:9px !important;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;background:url(images/iconDepth3.gif) no-repeat 0px 5px;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
.hide { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }&lt;/div&gt;
&lt;div&gt;.clear {clear:both; }&lt;/div&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;
/* Float 버그 */&lt;/div&gt;
&lt;div&gt;.floatWrapper:after {&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;content: &quot;.&quot;;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;display: block;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;height: 0;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;clear: both;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;visibility: hidden;&lt;/div&gt;
&lt;div&gt;}&lt;/div&gt;
&lt;div&gt;.floatWrapper {display: inline-block;}&lt;/div&gt;
&lt;div&gt;/* Hides from IE-mac \*/&lt;/div&gt;
&lt;div&gt;* html .floatWrapper {height: 1%;}&lt;/div&gt;
&lt;div&gt;/* End hide from IE-mac */&lt;/div&gt;</description>
      <author>WaaGrr</author>
      <guid isPermaLink="true">https://choboking.tistory.com/1</guid>
      <comments>https://choboking.tistory.com/entry/%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%84%B4%E3%85%87%E3%85%81%E3%85%87%E3%84%B4#entry1comment</comments>
      <pubDate>Tue, 10 Jan 2012 00:00:01 +0900</pubDate>
    </item>
  </channel>
</rss>