<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>program1472 &amp;gt; Windows &amp;gt; Windows</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01</link>
<language>ko</language>
<description>Windows (2025-12-23 16:53:03)</description>

<item>
<title>윈도우11 가상메모리 설정 최적화</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=32</link>
<description><![CDATA[<div style="max-width:800px;margin:0 auto;padding:20px;font-family:'Malgun Gothic', sans-serif;line-height:1.8;color:#333;">

        <p style="font-size:16px;margin-bottom:20px;">
            컴퓨터 시스템의 메모리 관리는 전체 성능에 직접적인 영향을 미치는 핵심 요소입니다.
            특히 <strong>윈도우 11 환경에서 물리적 RAM 용량이 제한적인 경우</strong>, 운영체제는 가상 메모리(Pagefile)를 활용하여
            부족한 메모리 공간을 보완합니다. 그러나 기본 설정 상태로 운영할 경우, 시스템 성능 저하나 저장 장치의
            불필요한 마모가 발생할 수 있습니다.
        </p>

        <p style="font-size:16px;margin-bottom:30px;">
            본 가이드에서는 <strong>시스템 엔지니어링 관점에서 가상 메모리의 작동 원리를 분석</strong>하고,
            하드웨어 구성에 따른 최적의 설정 방법을 상세히 안내해 드리겠습니다.
        </p>

        <div style="text-align:center;margin:30px 0;">
            <img src="/data/editor/2512/1703318401.png" style="height:auto;" alt="1703318401.png" /></div>

        <h2 style="font-size:22px;color:#1a1a1a;border-bottom:2px solid #0066cc;padding-bottom:10px;margin:40px 0 20px 0;">목차</h2>
        <ol style="background:#f8f9fa;padding:20px 40px;margin-bottom:30px;"><li style="margin-bottom:8px;"><strong>가상 메모리의 개념과 필요성</strong></li>
            <li style="margin-bottom:8px;"><strong>윈도우 11 가상 메모리 기본 설정 확인</strong></li>
            <li style="margin-bottom:8px;"><strong>최적의 가상 메모리 크기 산정 및 설정</strong></li>
            <li style="margin-bottom:8px;"><strong>SSD 환경에서의 가상 메모리 설정 고려사항</strong></li>
            <li style="margin-bottom:0;"><strong>시스템 최적화를 위한 추가 권장 설정</strong></li>
        </ol><hr style="border:none;border-top:1px solid #ddd;margin:40px 0;" /><h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">1. 가상 메모리의 개념과 필요성</h2>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">가상 메모리(Virtual Memory)의 정의</h3>
        <p style="font-size:16px;margin-bottom:15px;">
            가상 메모리는 운영체제가 제공하는 <strong>메모리 관리 기법</strong>으로, 물리적 RAM이 부족할 때
            저장 장치(SSD 또는 HDD)의 일정 영역을 임시 메모리 공간으로 활용하는 기술입니다.
            윈도우에서는 이를 <strong>페이지 파일(Pagefile.sys)</strong>이라는 시스템 파일 형태로 관리합니다.
        </p>
        <p style="font-size:16px;margin-bottom:20px;background:#e8f4fd;padding:15px;">
            <strong>기술적 관점:</strong> 가상 메모리 시스템은 메모리 페이지 단위(일반적으로 4KB)로 데이터를
            물리 메모리와 디스크 간에 스왑(Swap)하며, 이 과정을 페이징(Paging)이라고 합니다.
            CPU의 MMU(Memory Management Unit)가 가상 주소를 물리 주소로 변환하는 역할을 담당합니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">가상 메모리가 필요한 이유</h3>
        <ul style="list-style:none;padding:0;margin-bottom:20px;"><li style="padding:10px 15px;margin-bottom:10px;background:#f5f5f5;">
                <strong>메모리 확장:</strong> RAM 부족 시 추가적인 메모리 역할을 수행하여 프로그램이 중단 없이 실행될 수 있도록 지원합니다.
            </li>
            <li style="padding:10px 15px;margin-bottom:10px;background:#f5f5f5;">
                <strong>시스템 안정성:</strong> 메모리 부족으로 인한 애플리케이션 강제 종료를 방지합니다.
                Adobe Photoshop, Premiere Pro, 3D 모델링 소프트웨어 등 대용량 메모리를 요구하는 전문 프로그램 사용 시 필수적입니다.
            </li>
            <li style="padding:10px 15px;margin-bottom:10px;background:#f5f5f5;">
                <strong>멀티태스킹 지원:</strong> 다수의 프로그램을 동시에 실행할 때 메모리 자원을 효율적으로 분배하여 원활한 작업 환경을 제공합니다.
            </li>
            <li style="padding:10px 15px;background:#f5f5f5;">
                <strong>크래시 덤프 생성:</strong> 시스템 오류 발생 시 메모리 덤프 파일을 생성하기 위해 일정 크기의 페이지 파일이 필요합니다.
            </li>
        </ul><div style="background:#fff3cd;padding:15px 20px;border-left:4px solid #ffc107;margin-bottom:30px;">
            <strong style="color:#856404;">주의사항:</strong>
            가상 메모리는 물리적 RAM보다 접근 속도가 현저히 느립니다. SSD의 경우에도 RAM 대비 약 10~100배 느린 속도를 보이며,
            HDD는 1,000배 이상 느릴 수 있습니다. 따라서 가상 메모리에 과도하게 의존하는 환경에서는
            <strong style="color:#d63384;">시스템 전반의 성능 저하와 저장 장치의 수명 단축</strong>이 발생할 수 있습니다.
        </div>

        
        <h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">2. 윈도우 11 가상 메모리 기본 설정 확인</h2>

        <p style="font-size:16px;margin-bottom:20px;">
            윈도우 11은 기본적으로 가상 메모리를 자동 관리 모드로 운영합니다. 그러나 이 설정이
            모든 하드웨어 구성에서 최적의 성능을 보장하지는 않습니다. 시스템 환경에 맞게 수동으로
            조정하는 것이 권장됩니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">가상 메모리 설정 확인 방법</h3>
        <ol style="padding-left:20px;margin-bottom:20px;"><li style="margin-bottom:20px;">
                <p style="margin-bottom:10px;"><strong>시스템 속성 창 열기:</strong>
                <code style="background:#e9ecef;padding:2px 8px;">Windows + R</code> 키를 누르고
                <code style="background:#e9ecef;padding:2px 8px;">sysdm.cpl</code>을 입력한 후 Enter를 누릅니다.</p>
                <div style="text-align:center;margin:15px 0;">
                    <img src="/data/editor/2512/1703318402.png" style="height:auto;border:1px solid #ddd;" alt="1703318402.png" /></div>
            </li>
            <li style="margin-bottom:20px;">
                <p style="margin-bottom:10px;"><strong>성능 옵션 접근:</strong>
                "고급" 탭을 선택하고, <strong>성능</strong> 섹션의 "설정" 버튼을 클릭합니다.</p>
                <div style="text-align:center;margin:15px 0;">
                    <img src="/data/editor/2512/1703318403.png" style="height:auto;border:1px solid #ddd;" alt="1703318403.png" /></div>
            </li>
            <li style="margin-bottom:20px;">
                <p style="margin-bottom:10px;"><strong>가상 메모리 설정 창:</strong>
                성능 옵션 창에서 "고급" 탭으로 이동 후, <strong>가상 메모리</strong> 섹션의 "변경" 버튼을 클릭합니다.</p>
                <div style="text-align:center;margin:15px 0;">
                    <img src="/data/editor/2512/1703318404.png" style="height:auto;border:1px solid #ddd;" alt="1703318404.png" /></div>
            </li>
            <li style="margin-bottom:10px;">
                <p><strong>현재 설정 확인:</strong>
                페이지 파일 크기를 확인합니다. 기본적으로 "모든 드라이브에 대한 페이징 파일 크기 자동 관리" 옵션이 활성화되어 있습니다.</p>
            </li>
        </ol><div style="text-align:center;margin:20px 0;">
            <img src="/data/editor/2512/1703318405.png" style="height:auto;border:1px solid #ddd;" alt="1703318405.png" /></div>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">기본 자동 관리 설정의 한계</h3>
        <ul style="list-style:none;padding:0;margin-bottom:30px;"><li style="padding:12px 15px;margin-bottom:10px;background:#f5f5f5;border-left:3px solid #dc3545;">
                <strong>비효율적인 디스크 사용:</strong> 자동 관리 모드에서는 시스템이 필요에 따라 페이지 파일 크기를
                동적으로 조정하는데, 이 과정에서 과도한 디스크 I/O가 발생할 수 있습니다.
            </li>
            <li style="padding:12px 15px;margin-bottom:10px;background:#f5f5f5;border-left:3px solid #dc3545;">
                <strong>SSD 수명 문제:</strong> SSD에 가상 메모리가 설정된 경우,
                <strong style="color:#d63384;">잦은 쓰기 작업으로 인해 NAND 플래시 메모리의 수명이 단축</strong>될 수 있습니다.
                특히 TLC/QLC 타입의 SSD는 쓰기 내구성이 상대적으로 낮아 주의가 필요합니다.
            </li>
            <li style="padding:12px 15px;background:#f5f5f5;border-left:3px solid #dc3545;">
                <strong>파편화 문제:</strong> 동적 크기 조정으로 인해 페이지 파일이 파편화되면
                스왑 작업 시 추가적인 성능 저하가 발생할 수 있습니다.
            </li>
        </ul><h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">3. 최적의 가상 메모리 크기 산정 및 설정</h2>

        <p style="font-size:16px;margin-bottom:20px;">
            가상 메모리 크기는 시스템의 <strong>물리적 RAM 용량, 사용 패턴, 저장 장치 종류</strong>를
            종합적으로 고려하여 설정해야 합니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">권장 가상 메모리 크기 산정 공식</h3>
        <div style="background:#e8f4fd;padding:20px;margin-bottom:20px;">
            <p style="margin:0 0 10px 0;"><strong>일반적인 권장 기준:</strong></p>
            <ul style="margin:0;padding-left:20px;"><li style="margin-bottom:5px;"><strong>초기 크기(최소값):</strong> RAM 용량의 1배 ~ 1.5배</li>
                <li><strong>최대 크기:</strong> RAM 용량의 2배 ~ 3배</li>
            </ul></div>

        <p style="font-size:16px;margin-bottom:15px;background:#f8f9fa;padding:15px;">
            <strong>전문가 팁:</strong> 초기 크기와 최대 크기를 동일하게 설정하면 페이지 파일의 동적 확장/축소로 인한
            오버헤드를 방지할 수 있으며, 파일 파편화도 최소화됩니다. 다만, 디스크 공간이 충분한 경우에만 권장됩니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">가상 메모리 수동 설정 절차</h3>
        <ol style="padding-left:20px;margin-bottom:20px;"><li style="margin-bottom:10px;">앞서 설명한 방법으로 "가상 메모리" 설정 창을 엽니다.</li>
            <li style="margin-bottom:10px;"><strong>"모든 드라이브에 대한 페이징 파일 크기 자동 관리"</strong> 체크박스를 해제합니다.</li>
            <li style="margin-bottom:10px;">페이지 파일을 배치할 <strong>드라이브를 선택</strong>합니다 (일반적으로 시스템 드라이브 C:).</li>
            <li style="margin-bottom:10px;"><strong>"사용자 지정 크기"</strong>를 선택하고, 초기 크기와 최대 크기를 MB 단위로 입력합니다.
                <p style="margin-top:10px;padding:10px;background:#f5f5f5;">
                    <strong>예시:</strong> RAM이 8GB인 경우 - 초기 크기: 12,288MB / 최대 크기: 24,576MB
                </p>
            </li>
            <li style="margin-bottom:10px;"><strong>"설정"</strong> 버튼을 클릭하여 변경사항을 적용합니다.</li>
            <li style="margin-bottom:10px;">"확인"을 눌러 모든 창을 닫고 <strong>시스템을 재부팅</strong>합니다.</li>
        </ol><div style="text-align:center;margin:20px 0;">
            <img src="/data/editor/2512/1703318406.png" style="height:auto;border:1px solid #ddd;" alt="1703318406.png" /></div>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">RAM 용량별 권장 설정 참조표</h3>
        <table style="width:100%;border-collapse:collapse;margin-bottom:30px;font-size:15px;"><thead><tr style="background:#0066cc;color:#FFFFFF;"><th style="padding:12px 15px;text-align:left;border:1px solid #0055aa;">RAM 용량</th>
                    <th style="padding:12px 15px;text-align:center;border:1px solid #0055aa;">초기 크기 (MB)</th>
                    <th style="padding:12px 15px;text-align:center;border:1px solid #0055aa;">최대 크기 (MB)</th>
                    <th style="padding:12px 15px;text-align:left;border:1px solid #0055aa;">비고</th>
                </tr></thead><tbody><tr style="background:#f8f9fa;"><td style="padding:12px 15px;border:1px solid #ddd;"><strong>4GB</strong></td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">6,144</td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">12,288</td>
                    <td style="padding:12px 15px;border:1px solid #ddd;">가상 메모리 의존도 높음</td>
                </tr><tr><td style="padding:12px 15px;border:1px solid #ddd;"><strong>8GB</strong></td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">12,288</td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">24,576</td>
                    <td style="padding:12px 15px;border:1px solid #ddd;">일반 사용자 권장</td>
                </tr><tr style="background:#f8f9fa;"><td style="padding:12px 15px;border:1px solid #ddd;"><strong>16GB</strong></td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">16,384</td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">32,768</td>
                    <td style="padding:12px 15px;border:1px solid #ddd;">고사양 작업 시 적합</td>
                </tr><tr><td style="padding:12px 15px;border:1px solid #ddd;"><strong>32GB 이상</strong></td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">8,192 ~ 16,384</td>
                    <td style="padding:12px 15px;text-align:center;border:1px solid #ddd;">32,768</td>
                    <td style="padding:12px 15px;border:1px solid #ddd;">최소 설정 또는 비활성화 검토</td>
                </tr></tbody></table><h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">4. SSD 환경에서의 가상 메모리 설정 고려사항</h2>

        <p style="font-size:16px;margin-bottom:20px;">
            SSD(Solid State Drive)는 NAND 플래시 메모리 기반으로 작동하며, 쓰기 횟수에 제한이 있습니다.
            가상 메모리는 빈번한 읽기/쓰기 작업을 수반하므로, SSD 환경에서는 신중한 설정이 필요합니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">SSD에서 가상 메모리 설정 시 고려사항</h3>
        <ol style="padding-left:20px;margin-bottom:20px;"><li style="margin-bottom:15px;">
                <strong>과도한 페이지 파일 크기 지양:</strong>
                필요 이상으로 큰 가상 메모리를 할당하면 불필요한 쓰기 작업이 증가합니다.
                실제 사용 패턴을 모니터링하여 적정 크기를 산정하는 것이 바람직합니다.
            </li>
            <li style="margin-bottom:15px;">
                <strong>충분한 RAM 확보 시 최소화:</strong>
                RAM이 충분한 환경에서는 가상 메모리 의존도가 낮으므로, 크기를 최소화하거나
                시스템 안정성을 위한 최소 크기만 유지할 수 있습니다.
            </li>
            <li style="margin-bottom:15px;">
                <strong>별도 HDD 활용 검토:</strong>
                시스템에 추가 HDD가 있다면, 페이지 파일을 HDD에 배치하여 SSD의 쓰기 부하를 분산시킬 수 있습니다.
                다만, HDD의 느린 접근 속도로 인해 스왑 발생 시 체감 성능이 저하될 수 있습니다.
            </li>
        </ol><h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">SSD 수명 보호를 위한 권장 설정</h3>
        <ul style="list-style:none;padding:0;margin-bottom:30px;"><li style="padding:12px 15px;margin-bottom:10px;background:#d4edda;border-left:3px solid #28a745;">
                <strong>RAM 16GB 이상:</strong> 가상 메모리를 4,096MB ~ 8,192MB 수준으로 최소화하여 설정할 수 있습니다.
                대부분의 작업에서 물리 RAM만으로 충분히 처리 가능합니다.
            </li>
            <li style="padding:12px 15px;margin-bottom:10px;background:#d4edda;border-left:3px solid #28a745;">
                <strong>RAM 32GB 이상:</strong> 가상 메모리 비활성화를 검토할 수 있습니다.
                단, 일부 애플리케이션(예: 특정 Adobe 제품, 대용량 데이터 처리 프로그램)은
                페이지 파일 존재를 필수로 요구하므로 호환성 테스트가 필요합니다.
            </li>
            <li style="padding:12px 15px;background:#d4edda;border-left:3px solid #28a745;">
                <strong>듀얼 드라이브 구성:</strong> SSD(시스템) + HDD(데이터) 구성에서는
                HDD에 페이지 파일을 배치하는 것이 SSD 수명 관리 측면에서 유리합니다.
            </li>
        </ul><div style="background:#fff3cd;padding:15px 20px;border-left:4px solid #ffc107;margin-bottom:30px;">
            <strong style="color:#856404;">참고:</strong>
            최신 NVMe SSD는 TBW(Total Bytes Written) 내구성이 크게 향상되어,
            일반적인 사용 환경에서 가상 메모리로 인한 수명 단축 영향은 제한적입니다.
            그러나 데이터 센터급 워크로드나 극단적인 쓰기 작업이 예상되는 환경에서는
            여전히 주의가 필요합니다.
        </div>

        
        <h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">5. 시스템 최적화를 위한 추가 권장 설정</h2>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">페이지 파일 위치 최적화</h3>
        <p style="font-size:16px;margin-bottom:20px;">
            기본적으로 페이지 파일은 시스템 드라이브(C:)에 생성됩니다. 멀티 드라이브 환경에서는
            <strong>운영체제와 별도의 고속 드라이브에 페이지 파일을 배치</strong>하면
            I/O 병목 현상을 완화할 수 있습니다. 특히 별도의 NVMe SSD가 있는 경우 효과적입니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">SysMain(Superfetch) 서비스 관리</h3>
        <p style="font-size:16px;margin-bottom:10px;">
            SysMain은 자주 사용하는 애플리케이션을 미리 메모리에 로드하여 실행 속도를 높이는 서비스입니다.
            그러나 RAM이 부족한 환경에서는 오히려 가상 메모리 사용량을 증가시킬 수 있습니다.
        </p>
        <div style="background:#f5f5f5;padding:15px;margin-bottom:20px;">
            <strong>비활성화 방법:</strong><br /><code style="background:#e9ecef;padding:2px 8px;">Windows + R</code> →
            <code style="background:#e9ecef;padding:2px 8px;">services.msc</code> 입력 →
            "SysMain" 서비스 찾기 → 속성에서 "사용 안 함"으로 변경
        </div>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">자동 디스크 최적화 설정 검토</h3>
        <p style="font-size:16px;margin-bottom:20px;">
            윈도우는 HDD에 대해 조각 모음을, SSD에 대해 TRIM 명령을 자동 실행합니다.
            SSD의 경우 조각 모음이 불필요하며 오히려 해로울 수 있으므로,
            <strong>드라이브 최적화 설정에서 SSD가 올바르게 인식되어 TRIM만 수행되는지</strong> 확인하시기 바랍니다.
        </p>

        <h3 style="font-size:18px;color:#333;margin:25px 0 15px 0;">시작 프로그램 관리</h3>
        <p style="font-size:16px;margin-bottom:10px;">
            불필요한 시작 프로그램은 부팅 시 메모리를 점유하여 가상 메모리 의존도를 높입니다.
        </p>
        <div style="background:#f5f5f5;padding:15px;margin-bottom:30px;">
            <strong>관리 방법:</strong><br /><code style="background:#e9ecef;padding:2px 8px;">Ctrl + Shift + Esc</code>
            (작업 관리자) → "시작 앱" 탭 → 불필요한 프로그램 "사용 안 함" 처리
        </div>

        <hr style="border:none;border-top:1px solid #ddd;margin:40px 0;" /><h2 style="font-size:22px;color:#1a1a1a;border-left:4px solid #0066cc;padding-left:15px;margin:40px 0 20px 0;">결론</h2>

        <p style="font-size:16px;margin-bottom:20px;">
            본 가이드에서는 <strong>윈도우 11 환경에서의 가상 메모리 최적화 방법</strong>을
            시스템 관리자 관점에서 상세히 살펴보았습니다.
        </p>

        <div style="background:#e8f4fd;padding:20px;margin-bottom:25px;">
            <p style="margin:0 0 10px 0;font-weight:bold;">핵심 요약:</p>
            <ul style="margin:0;padding-left:20px;"><li style="margin-bottom:8px;">가상 메모리는 RAM 부족 상황에서 시스템 안정성을 유지하는 필수 기능입니다.</li>
                <li style="margin-bottom:8px;">자동 관리 대신 수동 설정을 통해 시스템 환경에 최적화된 구성이 가능합니다.</li>
                <li style="margin-bottom:8px;">SSD 환경에서는 쓰기 부하를 고려한 적정 크기 설정이 권장됩니다.</li>
                <li style="margin-bottom:0;">관련 시스템 서비스 및 시작 프로그램 관리를 통해 전반적인 메모리 효율을 개선할 수 있습니다.</li>
            </ul></div>

        <p style="font-size:16px;margin-bottom:20px;">
            가상 메모리 설정은 시스템의 하드웨어 구성과 사용 목적에 따라 최적값이 달라집니다.
            본 가이드의 권장 설정을 기준으로 하되, <strong>실제 사용 환경에서 성능을 모니터링하며
            미세 조정</strong>하시기 바랍니다. 작업 관리자의 "성능" 탭에서 메모리 사용량과
            커밋된 메모리 수치를 주기적으로 확인하면 적정 설정값을 파악하는 데 도움이 됩니다.
        </p>
    </div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2025-12-23T16:53:03+09:00</dc:date>
</item>


<item>
<title>[dos] 특정 프로그램이 실행중이지 않으면 자동실행</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=31</link>
<description><![CDATA[<div></div><div style="padding:0 6px;white-space:pre;line-height:130%;">@ECHO OFF</div><div style="padding:0 6px;white-space:pre;line-height:130%;">CD C:\tmp</div><div style="padding:0 6px;white-space:pre;line-height:130%;">TASKLIST <span style="color:#0086b3;"></span><span style="color:#a71d5d;">|</span> FIND <span style="color:#63a35c;">"notepad.exe"</span> <span style="color:#0086b3;"></span><span style="color:#a71d5d;">&gt;</span> NUL</div><div style="padding:0 6px;white-space:pre;line-height:130%;"><span style="color:#a71d5d;">IF</span> <span style="color:#a71d5d;">NOT</span> ERRORLEVEL <span style="color:#0099cc;">1</span>  (</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    ECHO 기동중입니다.</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    GOTO PGOK</div><div style="padding:0 6px;white-space:pre;line-height:130%;">) <span style="color:#a71d5d;">ELSE</span> (</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    ECHO 기동되어있지 않습니다.</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    GOTO PGNG</div><div style="padding:0 6px;white-space:pre;line-height:130%;">)</div><div style="padding:0 6px;white-space:pre;line-height:130%;"> </div><div style="padding:0 6px;white-space:pre;line-height:130%;">:PGOK</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    ECHO 기동되어있으므로 그냥종료</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    GOTO <span style="color:#a71d5d;">END</span></div><div style="padding:0 6px;white-space:pre;line-height:130%;">:PGNG</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    ECHO 기동안되어있으므로 기동합니다. %<span style="color:#066de2;">DATE</span>% %TIME% <span style="color:#0086b3;"></span><span style="color:#a71d5d;">&gt;</span><span style="color:#0086b3;"></span><span style="color:#a71d5d;">&gt;</span> process_test.txt</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    START %SystemRoot%\system32\notepad.exe</div><div style="padding:0 6px;white-space:pre;line-height:130%;">    GOTO <span style="color:#a71d5d;">END</span></div><div style="padding:0 6px;white-space:pre;line-height:130%;">:<span style="color:#a71d5d;">END</span></div><div style="padding:0 6px;white-space:pre;line-height:130%;">    ECHO</div><div style="padding:0 6px;white-space:pre;line-height:130%;">EXIT</div><div></div>
<div class="content_move">[이 게시물은 하나를하더라도최선을님에 의해 2023-09-11 09:42:31 한줄메모에서 이동 됨]</div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2023-09-11T09:41:07+09:00</dc:date>
</item>


<item>
<title>윈도우7, 윈도우8에서도 가상데스크탑을 이용하기</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=30</link>
<description><![CDATA[<div></div><p><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">윈도 10에는 기본적으로 가상 데스크톱이 제공된다.</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">윈도 7이나 윈도 8 사용자는 조금 아쉬운 부분이지만 실망하지 말자.</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">Dexpot에서 개인에게 무료로 제공하는 가상데스트탑 프로그램이 있습니다.</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">윈도10 과 기능은 거의 비슷하나 단축키가 조금 다를 뿐...</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">한글화도 잘되어 있어 1대의 컴퓨터로 다양한 작업을 하시는 분들에겐 정말 좋은 유틸리티가 될 듯</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">가상 데스크톱 이동 : alt+1, alt+2, alt+3, ...</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">가상 데스크톱 전체 보기 : 윈도 유키 + F3</span><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><br style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'-apple-system', BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', sans-serif;font-size:13px;background-color:rgb(255,255,255);">개인은 무료, 상업적 사용은 유료</span> </p><p> </p><p> </p><p><a href="https://t1.daumcdn.net/cfile/blog/2229F54555D285FA0C?download" rel="nofollow"> dexpot_1614_r2439.exe</a></p><p> </p><p> </p><p>Dexpot 홈페이지 : <a href="http://dexpot.de/" rel="nofollow">http://dexpot.de/</a></p><div></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2022-09-05T15:06:18+09:00</dc:date>
</item>


<item>
<title>SAMSUNG USB Driver for Mobile Phones.exe</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=29</link>
<description><![CDATA[<div></div><p>다운로드:<a href="https://downloadcenter.samsung.com/content/SW/202205/20220530081422735/SAMSUNG_USB_Driver_for_Mobile_Phones.exe" rel="nofollow">SAMSUNG USB Driver for Mobile Phones.exe</a> </p><div></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2022-09-05T13:26:07+09:00</dc:date>
</item>


<item>
<title>FileLocator Pro Version 8.5 - Build 2912 Crack</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=28</link>
<description><![CDATA[<div></div><div class="se-component se-text se-l-default" style="margin:0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-text se-l-default" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><div class="se-module se-module-text" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">FileLocator Pro Version 8.5 - Build 2912 Crack</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">​</span></p></div></div></div></div><div class="se-component se-image se-l-default" style="margin:20px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content se-component-content-fit" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-image se-l-default se-section-align-" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><div class="se-module se-module-image" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><img src="../../../data/editor/2009/50b756edc50f03452423195dd81c2b67_1600785658_5977.png" title="50b756edc50f03452423195dd81c2b67_1600785658_5977.png" alt="50b756edc50f03452423195dd81c2b67_1600785658_5977.png" /><br style="clear:both;" /><img src="../../../data/editor/2009/50b756edc50f03452423195dd81c2b67_1600785658_3734.png" title="50b756edc50f03452423195dd81c2b67_1600785658_3734.png" alt="50b756edc50f03452423195dd81c2b67_1600785658_3734.png" /><br style="clear:both;" /><img src="../../../data/editor/2009/50b756edc50f03452423195dd81c2b67_1600785658_1669.png" title="50b756edc50f03452423195dd81c2b67_1600785658_1669.png" alt="50b756edc50f03452423195dd81c2b67_1600785658_1669.png" /><br style="clear:both;" /> </div></div></div></div><div class="se-component se-text se-l-default" style="margin:20px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-text se-l-default" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><div class="se-module se-module-text" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">다운로드 받을 수 있는 곳입니다. 아래 링크에서 받을 수 있습니다.</span></p></div></div></div></div><div class="se-component se-oglink se-l-large_image" style="margin:30px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-oglink se-l-large_image se-section-align-" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;width:450px;max-width:450px;"><div class="se-module se-module-oglink" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;width:450px;"><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-thumbnail" target="_blank" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;max-height:450px;" rel="nofollow noreferrer noopener"><br /></a><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a><div class="se-oglink-info-container" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:middle;max-width:100%;"><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"><span class="se-oglink-title" style="white-space:nowrap;font-weight:700;color:rgb(51,51,51);font-size:15px;">FileLocator Pro 8.5 Build 2912 Multilingual</span></a><p class="se-oglink-summary" style="margin-top:7px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:13px;line-height:18px;font-family:inherit;vertical-align:baseline;white-space:nowrap;color:rgb(153,153,153);max-height:34px;"><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener">دانلود FileLocator ؛ برنامه جست‌وجوی سریع فایل</a></p><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a><p class="se-oglink-url" style="margin-top:9px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:13px;line-height:15px;font-family:inherit;vertical-align:baseline;white-space:nowrap;color:rgb(0,168,50);"><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener">downloadly.ir</a></p><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a></div><a href="https://downloadly.ir/software/utility/mythicsoft-filelocator/" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a></div></div></div></div><div class="se-component se-text se-l-default" style="margin:30px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-text se-l-default" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><div class="se-module se-module-text" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">파일 다운로드 링크</span></p></div></div></div></div><div class="se-component se-oglink se-l-text" style="margin:30px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-oglink se-l-text se-section-align-" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;width:450px;max-width:450px;"><div class="se-module se-module-oglink" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;width:450px;"><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"> </a><div class="se-oglink-info-container" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:middle;max-width:100%;"><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"><span class="se-oglink-title" style="white-space:nowrap;font-weight:700;color:rgb(51,51,51);font-size:15px;">دانلود رایگان نرم افزار - ویندوز، مک، لینوکس، فیلم آموزشی، سریال، اندروید - دانلودلی</span></a><p class="se-oglink-summary" style="margin-top:7px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:13px;line-height:18px;font-family:inherit;vertical-align:baseline;white-space:nowrap;color:rgb(153,153,153);"><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener">ویندوز، مک، لینوکس، فیلم آموزشی، سریال، اندروید - دانلودلی</a></p><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a><p class="se-oglink-url" style="margin-top:9px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:13px;line-height:15px;font-family:inherit;vertical-align:baseline;white-space:nowrap;color:rgb(0,168,50);"><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener">downloadly.ir</a></p><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a></div><a href="https://downloadly.ir/?u=protocoleAdl.downloadly.ir/Files/Software2/FileLocator_Pro_8.5_Build_2912_Multilingual_Downloadly.ir.rar&amp;i=22764" class="se-oglink-info" target="_blank" style="margin:0px;padding:21px 26px 18px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.4;font-family:inherit;vertical-align:baseline;" rel="nofollow noreferrer noopener"></a></div></div></div></div><div class="se-component se-text se-l-default" style="margin:30px 0px 0px;padding:0px;border:0px;font-size:medium;line-height:inherit;font-family:'se-nanumgothic', sans-serif;vertical-align:baseline;color:rgb(138,131,126);background-color:rgb(255,255,255);"><div class="se-component-content" style="margin:0px auto;padding:0px 40px;border:0px;font:inherit;vertical-align:baseline;max-width:100%;"><div class="se-section se-section-text se-l-default" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><div class="se-module se-module-text" style="margin:0px;padding:0px;border:0px;font:inherit;vertical-align:baseline;"><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">설명대로 설치 후 같이 동봉된 Crack 폴더의 하위 폴더중 운영체제에 맞는 exe 파일을 설치한 경로 에 넣어주면 됩니다.</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">기본 경로는 C:\Program Files\Mythicsoft\FileLocator Pro\ 입니다.</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">​</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">한국에서는 인기가 없는 프록램 인가 봅니다. </span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">​</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">한국어 지원이 안되는군요....</span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;"><br /></span></p><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">

</span></p><table class="__se_tbl" style="border-top:#cccccc 1px solid;border-right:#cccccc 1px solid;border-bottom:#cccccc 1px solid;border-left:#cccccc 1px solid;" cellspacing="0" cellpadding="0" border="0"><tbody><tr><td width="33%"><div style="border-width:1px;border-style:solid;border-color:rgb(238,238,238);padding:20px;margin:5px;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"><img src="https://static.coupangcdn.com/image/retail/images/604846519376986-d028bd0b-7f97-4f5f-8875-af25bfaf1fa5.jpg" alt="604846519376986-d028bd0b-7f97-4f5f-8875-af25bfaf1fa5.jpg" /></a></p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"></a><div style="font-size:14px;margin-top:5px;color:#000;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7">레스쁘리 로얄장미 조화 번들1p + 디퓨저 스틱 10p, 조화 (화이트), 스틱 (핑크), 1세트</a></div><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"><strong style="font-size:16px;font-family:Tahoma;color:rgb(174,0,0);">8,890원</strong></a><span class="se-fs-fs11 se-ff-system se-style-unset" style="color:#ae0000;"><b>(포스팅일기준)</b></span><br /><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650715%26itemId%3D119198039%26vendorItemId%3D3240965514%26traceid%3DV0-153-2f6fd4bd91d38eb7"><img alt="로켓배송" src="//image10.coupangcdn.com/image/badges/rocket/rocket_logo.png" height="16" /><br /><em style="width:7em;background-image:url(&quot;//img1a.coupangcdn.com/image/coupang/search/search_product_assets_170324.png&quot;);background-position:0px -199px;float:left;text-indent:-999em;"></em></a></p></div></td><td width="33%"><div style="border-width:1px;border-style:solid;border-color:rgb(238,238,238);padding:20px;margin:5px;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"><img src="https://static.coupangcdn.com/image/retail/images/604847186294803-7da5f2d1-24a5-46e6-8acc-a104dcc3e026.jpg" alt="604847186294803-7da5f2d1-24a5-46e6-8acc-a104dcc3e026.jpg" /></a></p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"></a><div style="font-size:14px;margin-top:5px;color:#000;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45">아제르퍼시픽 레스쁘리 로얄장미 1p + 디퓨저 스틱 40p, 조화 (퍼플), 스틱 (핑크), 1세트</a></div><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"><strong style="font-size:16px;font-family:Tahoma;color:rgb(174,0,0);">12,550원</strong></a><span class="se-fs-fs11 se-ff-system se-style-unset" style="color:#ae0000;"><b>(포스팅일기준)</b></span><br /><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650719%26itemId%3D119198065%26vendorItemId%3D3240965578%26traceid%3DV0-153-9ed1fccee2553a45"><img alt="로켓배송" src="//image10.coupangcdn.com/image/badges/rocket/rocket_logo.png" height="16" /><br /><em style="width:7em;background-image:url(&quot;//img1a.coupangcdn.com/image/coupang/search/search_product_assets_170324.png&quot;);background-position:0px -199px;float:left;text-indent:-999em;"></em></a></p></div></td><td width="33%"><div style="border-width:1px;border-style:solid;border-color:rgb(238,238,238);padding:20px;margin:5px;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"><img src="https://static.coupangcdn.com/image/retail/images/165550545442475-69d63826-5652-4037-9dc3-432080fdaacc.jpg" alt="165550545442475-69d63826-5652-4037-9dc3-432080fdaacc.jpg" /></a></p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"></a><div style="font-size:14px;margin-top:5px;color:#000;"><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a">아제르퍼시픽 아트 플라워 골드메리 3p + 디퓨저 스틱 40p, 조화 (블루), 스틱 (우드), 1세트</a></div><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"></a><p><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"><strong style="font-size:16px;font-family:Tahoma;color:rgb(174,0,0);">10,070원</strong></a><span class="se-fs-fs11 se-ff-system se-style-unset" style="color:#ae0000;"><b>(포스팅일기준)</b></span><br /><a href="../../../apps?url=https%3A%2F%2Flink.coupang.com%2Fre%2FAFFSDP%3Flptag%3DAF5526616%26pageKey%3D31650698%26itemId%3D119197968%26vendorItemId%3D3240965399%26traceid%3DV0-153-c4dfe554fdb3161a"><img alt="로켓배송" src="//image10.coupangcdn.com/image/badges/rocket/rocket_logo.png" height="16" /><br /><em style="width:7em;background-image:url(&quot;//img1a.coupangcdn.com/image/coupang/search/search_product_assets_170324.png&quot;);background-position:0px -199px;float:left;text-indent:-999em;"></em></a></p></div></td></tr></tbody></table><div style="text-align:center;" align="center"><img src="../../../apps/img/ad_notice.png" alt="" /></div><p class="se-text-paragraph se-text-paragraph-align-" style="border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:0px;line-height:1.8;font-family:inherit;vertical-align:baseline;white-space:pre-wrap;"><span class="se-fs- se-ff-" style="margin:0px;padding:0px;border:0px;font-style:inherit;font-variant:inherit;font-weight:inherit;font-size:15px;vertical-align:baseline;">

</span></p></div></div></div></div><div></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2020-09-22T23:42:02+09:00</dc:date>
</item>


<item>
<title>하나의 모니터를 멀티 모니터처럼! Windows10의 가상 데스크톱!</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=27</link>
<description><![CDATA[<p>Ctrl + Win + D 키로 새로운 가상데스크탑을 생성할 수 있습니다.<img src="http://program1472.com/data/editor/2002/28822aea1eebc01d69f0cf3524b975fb_1581997308_3142.jpg" title="28822aea1eebc01d69f0cf3524b975fb_1581997308_3142.jpg" alt="28822aea1eebc01d69f0cf3524b975fb_1581997308_3142.jpg" /> </p><p>그럼 아래와 같이 새로운 가상데스크탑이 생성됩니다.</p><p><img src="http://program1472.com/data/editor/2002/28822aea1eebc01d69f0cf3524b975fb_1581997319_9058.jpg" title="28822aea1eebc01d69f0cf3524b975fb_1581997319_9058.jpg" alt="28822aea1eebc01d69f0cf3524b975fb_1581997319_9058.jpg" /> </p><p><br /></p><p><br /></p><p>가상 데스크톱 사이를 전환하는 것도 두 가지가 있습니다.</p><p>    1. Win + Tab 을 눌러 아래 표시되는 가상 데스크톱을 클릭해서 이동하는 방법</p><p>    2. Ctrl + Win + ◀ 또는 Ctrl + Win + ▶ 를 눌러 이동하는 방법</p><p>추천 드리는 방법은 2번째 방법 단축키를 이용하는 것입니다.</p><p><br /></p><p>실행중인 앱을 다른 가상데스크탑에 이동하거나 공유하실 수 있는데요</p><p>Win + Tab을 눌러 마우스로 드레그하여 이동하거나 </p><p><img src="http://program1472.com/data/editor/2002/28822aea1eebc01d69f0cf3524b975fb_1581997359_6751.gif" title="28822aea1eebc01d69f0cf3524b975fb_1581997359_6751.gif" alt="28822aea1eebc01d69f0cf3524b975fb_1581997359_6751.gif" /><br style="clear:both;" /> </p><p>우클릭 "이동(M)"을 눌러 이동하거나 우클릭  "모든 바탕 화면에 이 창 표시(W)"를 눌러 공유 하실 수 있습니다.</p><p><img src="http://program1472.com/data/editor/2002/28822aea1eebc01d69f0cf3524b975fb_1581997374_4719.jpg" title="28822aea1eebc01d69f0cf3524b975fb_1581997374_4719.jpg" alt="28822aea1eebc01d69f0cf3524b975fb_1581997374_4719.jpg" /><br style="clear:both;" /> </p><p>데스크톱을 닫는것은 설명 안드려도 알겠지요?</p><p>Win + Tab 를 누르신 수 닫고자 하는 텝의 x를 눌러 닫으면 됩니다. </p><p>이때 주의하실 점은 <span style="color:rgb(239,0,124);">하나의 가상데스크탑에서 앱을 닫을 경우 공유된 앱은 다른 데스크톱에서도 전부 다 제거됩니다 </span></p>
<div class="content_move">[이 게시물은 하나를하더라도최선을님에 의해 2020-03-05 11:23:24 자유게시판에서 이동 됨]</div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2020-02-18T12:43:25+09:00</dc:date>
</item>


<item>
<title>about URI scheme</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=26</link>
<description><![CDATA[<p><span></span>

<b>about</b> is an internal <a href="/wiki/URI_scheme" class="mw-redirect" title="URI scheme">URI scheme</a> (also known as a "<a href="/wiki/Uniform_Resource_Locator" class="mw-redirect" title="Uniform Resource Locator">URL</a> scheme" or, erroneously, "<a href="/wiki/Protocol_(computing)" class="mw-redirect" title="Protocol (computing)">protocol</a>") implemented in various <a href="/wiki/Web_browser" title="Web browser">Web browsers</a> to reveal internal state and built-in functions. It is an IANA <a href="/wiki/URI_scheme#Official_IANA-registered_schemes" class="mw-redirect" title="URI scheme">officially registered scheme</a>,<sup class="reference"><a href="#cite_note-1">[1]</a></sup> and is standardized<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (November 2011)">citation needed</span></a></i>]</sup>.

</p><p>In early versions of <a href="/wiki/Netscape_Navigator" title="Netscape Navigator">Netscape</a>, any <a href="/wiki/Uniform_Resource_Identifier" title="Uniform Resource Identifier">URI</a> beginning <code>about:</code> that wasn't recognized as a built-in command would simply result in the text after the colon being displayed. Similarly, in early versions of <a href="/wiki/Internet_Explorer" title="Internet Explorer">Internet Explorer</a>, <code>about:</code> followed by a string of <a href="/wiki/HTML" title="HTML">HTML</a> (e.g. <code>about:&lt;em&gt;hello world&lt;/em&gt;</code>) would render that string as though it were the source of the page — thus providing a similar (though more limited) facility to the <a href="/wiki/Data:_URI_scheme" class="mw-redirect" title="Data: URI scheme">data: URI scheme</a> defined by <a href="/wiki/Request_for_Comments_(identifier)" class="mw-redirect" title="Request for Comments (identifier)">RFC</a> <a class="external text" href="https://tools.ietf.org/html/rfc2397" rel="nofollow">2397</a>. Still other versions of Netscape would return various phrases in response to an unknown <code>about</code> URI, including "Whatchew talkin' 'bout, Willis?" (a catch phrase from the TV show <i><a href="/wiki/Diff%27rent_Strokes" title="Diff'rent Strokes">Diff'rent Strokes</a></i>) or "Homey don't play dat!" (from a recurring <a href="/wiki/Sketch_comedy" title="Sketch comedy">skit</a> on the TV show <i><a href="/wiki/In_Living_Color" title="In Living Color">In Living Color</a></i>).<sup class="reference"><a href="#cite_note-2">[2]</a></sup><sup class="reference"><a href="#cite_note-3">[3]</a></sup></p><p>The most commonly implemented <code>about</code> URIs are <code>about:blank</code>, which displays a blank HTML document, and simply <code>about:</code>, which may display information about the browser. Some browsers use URIs beginning with the name of the browser for similar purposes, and many <code>about</code> URIs will be translated into the appropriate URI if entered. Examples are <code>opera</code> (<a href="/wiki/Opera_(browser)" class="mw-redirect" title="Opera (browser)">Opera</a>) or <code>chrome</code> (Google Chrome). An exception is <code>about:blank</code>, which is not translated.

</p>

<div class="toc"><div class="toctitle" lang="en" dir="ltr" xml:lang="en"><h2>Contents</h2><span class="toctogglespan"></span></div>

<ul><li class="toclevel-1 tocsection-1"><a href="#Standardization"><span class="tocnumber">1</span> <span class="toctext">Standardization</span></a></li>

<li class="toclevel-1 tocsection-2"><a href="#Common_about:_URIs"><span class="tocnumber">2</span> <span class="toctext">Common about: URIs</span></a></li>

<li class="toclevel-1 tocsection-3"><a href="#Mozilla-specific_about:_URIs"><span class="tocnumber">3</span> <span class="toctext">Mozilla-specific about: URIs</span></a></li>

<li class="toclevel-1 tocsection-4"><a href="#Opera_(Presto)-specific_about:_URIs"><span class="tocnumber">4</span> <span class="toctext">Opera (Presto)-specific about: URIs</span></a></li>

<li class="toclevel-1 tocsection-5"><a href="#Internet_Explorer-specific_about:_URIs"><span class="tocnumber">5</span> <span class="toctext">Internet Explorer-specific about: URIs</span></a></li>

<li class="toclevel-1 tocsection-6"><a href="#Edge-specific_about:_URIs"><span class="tocnumber">6</span> <span class="toctext">Edge-specific about: URIs</span></a></li>

<li class="toclevel-1 tocsection-7"><a href="#Chromium-specific_about:_URIs"><span class="tocnumber">7</span> <span class="toctext">Chromium-specific about: URIs</span></a></li>

<li class="toclevel-1 tocsection-8"><a href="#Konqueror"><span class="tocnumber">8</span> <span class="toctext">Konqueror</span></a></li>

<li class="toclevel-1 tocsection-9"><a href="#Epiphany_(GNOME_Web)"><span class="tocnumber">9</span> <span class="toctext">Epiphany (GNOME Web)</span></a></li>

<li class="toclevel-1 tocsection-10"><a href="#Netscape_(historical)"><span class="tocnumber">10</span> <span class="toctext">Netscape (historical)</span></a></li>

<li class="toclevel-1 tocsection-11"><a href="#Internet_Explorer_for_Mac_OS_5_(historical)"><span class="tocnumber">11</span> <span class="toctext">Internet Explorer for Mac OS 5 (historical)</span></a></li>

<li class="toclevel-1 tocsection-12"><a href="#Safari"><span class="tocnumber">12</span> <span class="toctext">Safari</span></a></li>

<li class="toclevel-1 tocsection-13"><a href="#Microsoft_Outlook"><span class="tocnumber">13</span> <span class="toctext">Microsoft Outlook</span></a></li>

<li class="toclevel-1 tocsection-14"><a href="#Notes"><span class="tocnumber">14</span> <span class="toctext">Notes</span></a></li>

<li class="toclevel-1 tocsection-15"><a href="#References"><span class="tocnumber">15</span> <span class="toctext">References</span></a></li>

<li class="toclevel-1 tocsection-16"><a href="#External_links"><span class="tocnumber">16</span> <span class="toctext">External links</span></a></li>

</ul></div><h2><span class="mw-headline">Standardization</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=1" title="Edit section: Standardization">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>In 2010, and onwards, there are efforts to standardize the <code>about</code> URI scheme, and define the processing requirements for some specific URIs, in the IETF Applications Area Working Group (APPSAWG).<sup class="reference"><a href="#cite_note-4">[4]</a></sup> In August 2012, it was published as an official <a href="/wiki/Request_for_Comments" title="Request for Comments">Request for Comments</a> as <a href="/wiki/Request_for_Comments_(identifier)" class="mw-redirect" title="Request for Comments (identifier)">RFC</a> <a class="external text" href="https://tools.ietf.org/html/rfc6694" rel="nofollow">6694</a>. The <code>about</code> URIs that have since been defined and assigned by <a href="/wiki/Internet_Assigned_Numbers_Authority" title="Internet Assigned Numbers Authority">IANA</a> are listed below.<sup class="reference"><a href="#cite_note-5">[5]</a></sup></p>

<table class="wikitable"><tbody><tr><th>URI

</th>

<th>Purpose

</th></tr><tr><th>about:blank<sup class="reference"><a href="#cite_note-rfc-6">[6]</a></sup></th>

<td>References a blank HTML document with the media type text/html and character encoding UTF-8. This is widely used to load blank pages into browsing contexts, such as iframes within HTML, which may then be modified by scripts.

</td></tr><tr><th>about:legacy-compat

</th>

<td>A reserved, though unresolvable, URI defined within <a href="/wiki/HTML5" title="HTML5">HTML5</a> intended for use in the <a href="/wiki/DOCTYPE" class="mw-redirect" title="DOCTYPE">DOCTYPE</a> designed for compatibility with some legacy authoring tools, such as <a href="/wiki/XSLT" title="XSLT">XSLT</a>, which may not be capable of outputting the more common, shorter alternative that lacks both the PUBLIC and SYSTEM identifiers. <code>&lt;!DOCTYPE html SYSTEM "about:legacy-compat"&gt;</code>.

</td></tr><tr><th>about:srcdoc

</th>

<td>A reserved, though unresolvable, URI defined within <a href="/wiki/HTML5" title="HTML5">HTML5</a> intended to be the URI navigated to within iframes whose content comes from the srcdoc attribute.

</td></tr><tr><th>about:invalid

</th>

<td>References a non-existent document with a generic error condition. Intended for the case where a URL is necessary, but it should not be resolveable.<sup class="reference"><a href="#cite_note-7">[7]</a></sup></td></tr><tr><th>about:html-kind

</th>

<td>Used as an identifier for kinds of media tracks.<sup class="reference"><a href="#cite_note-8">[8]</a></sup></td></tr></tbody></table><h2><span class="mw-headline">Common about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=2" title="Edit section: Common about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<table class="wikitable"><caption><b>Common about: URIs</b>

</caption>

<tbody><tr><th>URIs

</th>

<th><a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla</a> / <a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a>

</th>

<th><a href="/wiki/Mozilla_Firefox" class="mw-redirect" title="Mozilla Firefox">Mozilla Firefox</a>

</th>

<th><a href="/wiki/Google_Chrome" title="Google Chrome">Google Chrome</a>

</th>

<th><a href="/wiki/Chromium_(web_browser)" title="Chromium (web browser)">Chromium</a>

</th>

<th><a href="/wiki/Konqueror" title="Konqueror">Konqueror</a>

</th>

<th><a href="/wiki/Opera_(web_browser)" title="Opera (web browser)">Opera</a>

</th>

<th><a href="/wiki/Safari_(web_browser)" title="Safari (web browser)">Safari</a>

</th>

<th><a href="/wiki/Internet_Explorer" title="Internet Explorer">Internet Explorer</a> / <a href="/wiki/Microsoft_Edge" title="Microsoft Edge">Edge</a>

</th>

<th><a href="/wiki/MSN_Explorer" class="mw-redirect" title="MSN Explorer">MSN Explorer</a>

</th></tr><tr><td><b>about:</b>

</td>

<td colspan="2">Shows version information and copyright information

</td>

<td colspan="2">Translated to "chrome://version"

</td>

<td>Translated to "about:konqueror"

</td>

<td>Translated to "opera:about"

</td>

<td rowspan="2">

</td>

<td rowspan="2">

</td>

<td>Shows a blank page

</td></tr><tr><td><b>about:about</b>

</td>

<td colspan="2">Lists all the about: URIs <br /> (Firefox since version 4.0)

</td>

<td colspan="2">Translated to "chrome://about"<br />Lists all the chrome: URIs<br />Works like "chrome://chrome-urls"

</td>

<td>Translated to "about:konqueror"

</td>

<td>Translated to "opera:about"

</td>

<td>Shows nothing but the text:"about"

</td></tr><tr><td><b>about:blank</b><sup class="reference"><a href="#cite_note-9">[note 1]</a></sup></td>

<td colspan="8" style="text-align:center;">Shows a blank document

</td>

<td rowspan="4">

</td></tr><tr><td><b>about:plugins</b>

</td>

<td colspan="2">Shows the filename, <a href="/wiki/MIME_type" class="mw-redirect" title="MIME type">MIME type</a>, description, suffix, and status of all installed plug-ins

</td>

<td colspan="2">Translates to "chrome://plugins/", works like Mozilla/Firefox

</td>

<td>Shows the filename, <a href="/wiki/MIME_type" class="mw-redirect" title="MIME type">MIME type</a>, description, suffix, and status of all installed plug-ins

</td>

<td>Translated to "opera:plugins"

</td>

<td rowspan="3">

</td>

<td rowspan="2">

</td></tr><tr><td><b>about:cache</b>

</td>

<td colspan="2">Shows information about the Cache Service.

</td>

<td colspan="2">Translated to "chrome://cache", lists the URIs of pages stored within the cache, with each linking to <code>view-cache:<var>uri</var></code> that provides more information about its content.

</td>

<td>Translated to "about:konqueror"

</td>

<td>Translated to "opera:cache"

</td></tr><tr><td><b>about:mozilla</b>

</td>

<td colspan="2">Shows a page from the fictional <i><a href="/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">Book of Mozilla</a></i>. In some versions of Netscape, also replaced the meteors in the standard Netscape <a href="/wiki/Throbber" title="Throbber">throbber</a> with a large fire-breathing lizard.

</td>

<td colspan="2">Doesn't work (unresolvable)

</td>

<td>Translated to "about:konqueror"

</td>

<td>

</td>

<td>The Windows version of IE showed a blank HTML document with <a href="/wiki/Blue" title="Blue">blue</a> background color. Possibly a joke reference to the "<a href="/wiki/Blue_Screen_of_Death" class="mw-redirect" title="Blue Screen of Death">Blue Screen of Death</a>". Removed in <a href="/wiki/Windows_XP" title="Windows XP">Windows XP</a> <a href="/wiki/Service_pack" title="Service pack">SP2</a> but it can still be shown by typing "<i>res://mshtml.dll/about.moz</i>" instead.

</td></tr></tbody></table><h2><span class="mw-headline">Mozilla-specific about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=3" title="Edit section: Mozilla-specific about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>Many of these can also be used in Thunderbird, by setting them as the "Mail Start Page". Also, some extensions define additional about: URIs not listed here.<sup class="reference"><a href="#cite_note-About_protocol_links-10">[9]</a></sup></p>

<table class="wikitable"><caption><b>Mozilla-specific about: URIs</b>

</caption>

<tbody><tr><th>URIs

</th>

<th><a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a> / <a href="/wiki/SeaMonkey" title="SeaMonkey">SeaMonkey</a>

</th>

<th><a href="/wiki/Mozilla_Firefox" class="mw-redirect" title="Mozilla Firefox">Mozilla Firefox</a>

</th></tr><tr><td><b>about:addons</b>

</td>

<td colspan="2">Shows installed addons, plugins, themes, and provides an interface for installing new addons. <b>Firefox 4+, SeaMonkey 2.1+</b>

</td></tr><tr><td><b>about:app-manager</b>

</td>

<td>

</td>

<td>Shows the Firefox OS Simulator.

</td></tr><tr><td><b>about:bloat</b>

</td>

<td>

</td>

<td>Displays <a class="external text" href="https://developer.mozilla.org/en/Debugging_memory_leaks#BloatView" rel="nofollow">BloatView</a> output (disabled in release builds). Superseded by <b>about:memory</b> on Gecko 1.9.2.<sup class="reference"><a href="#cite_note-mozdev_leaks-11">[10]</a></sup></td></tr><tr><td><b>about:bloat?new</b>

</td>

<td>

</td>

<td>TBA

</td></tr><tr><td><b>about:bloat?clear</b>

</td>

<td>

</td>

<td>TBA

</td></tr><tr><td><b>about:blocked</b>

</td>

<td>

</td>

<td>Shows the <a href="/wiki/Malware" title="Malware">malware</a> protection page used when the browser identifies a page as not safe for viewing. <b>Firefox 3+</b>

</td></tr><tr><td><b>about:buildconfig</b>

</td>

<td colspan="2">Shows the arguments and options used to compile the build in use.

</td></tr><tr><td><b>about:cache</b>

</td>

<td colspan="2">Shows information about the Cache Service. Number of entries, location of cache, size of cache, etc. for both memory and disk cache.

</td></tr><tr><td><b>about:cache?device=memory</b>

</td>

<td colspan="2">Shows individual entries in memory.

</td></tr><tr><td><b>about:cache?device=disk</b>

</td>

<td colspan="2">Shows individual entries on disk.

</td></tr><tr><td><b>about:cache?device=offline</b>

</td>

<td colspan="2">Shows individual entries for offline viewing. <b>Gecko 1.9+</b>

</td></tr><tr><td><b>about:cache-entry</b>

</td>

<td colspan="2">Shows information about a cache entry. Used in about:cache links. Requires parameters.

</td></tr><tr><td><b>about:certerror</b>

</td>

<td colspan="2">Shows the error page used when an <a href="/wiki/Transport_Layer_Security" title="Transport Layer Security">SSL/TLS</a> certificate is untrusted or otherwise invalid.

</td></tr><tr><td><b>about:config</b>

</td>

<td colspan="2">Shows an interface for viewing and setting a wide variety of configuration variables, many of which are not otherwise accessible through the <a href="/wiki/Graphical_user_interface" title="Graphical user interface">GUI</a> (options panels).

<p>The known earliest use of about:config dates back to Netscape 4.x, where it was not possible to edit the settings from the browser.

</p><p>about:config settings first became modifiable in <a href="/wiki/Mozilla_Application_Suite" title="Mozilla Application Suite">Mozilla Application Suite</a>.

</p><p>On first use, about:config displays a message which tells the user that the settings might void the warranty and they can be "Harmful to the stability, security, and performance of this application." The message about voiding one's warranty is a joke, as Mozilla Firefox ships without a warranty of any kind.<sup class="reference"><a href="#cite_note-12">[11]</a></sup> The message has a checkbox to turn it off.

</p>

</td></tr><tr><td><b>about:crashes</b>

</td>

<td colspan="2">Shows details of crashes submitted by Mozilla's crash reporter. <b>Firefox 3+, SeaMonkey 2.0+</b>

</td></tr><tr><td><b>about:credits</b>

</td>

<td colspan="2">Shows a list of all those who contributed to Mozilla.

</td></tr><tr><td><b>about:devtools</b>

</td>

<td colspan="2">Shows the welcome page used by Firefox Developer Tools.

</td></tr><tr><td><b>about:downloads</b>

</td>

<td colspan="2">Shows a list of downloaded files.

</td></tr><tr><td><b>about:feeds</b>

</td>

<td colspan="2">Shows the page used when clicking the rss feed icon in the address bar.

</td></tr><tr><td><b>about:healthreport</b>

</td>

<td colspan="2">Shows the Firefox Health Report.

</td></tr><tr><td><b>about:home</b>

</td>

<td>

</td>

<td>Shows the Firefox 4 default home page.

</td></tr><tr><td><b>about:jetpack</b>

</td>

<td>

</td>

<td>Shows an interface for viewing and setting the <a href="/wiki/Jetpack_(Firefox_project)" title="Jetpack (Firefox project)">JetPack extension</a>.

</td></tr><tr><td><b>about:licence</b>

</td>

<td colspan="2">In the British English <a href="/wiki/Internationalization_and_localization" title="Internationalization and localization">localised</a> version, shows the content of <b>about:license</b> but with all occurrences of <i>license</i> used as a <a href="/wiki/Noun" title="Noun">noun</a> replaced with <i>licence</i> (see <a href="/wiki/American_and_British_English_spelling_differences" title="American and British English spelling differences">American and British English spelling differences</a>). <b>Not available in Firefox 4</b>

</td></tr><tr><td><b>about:license</b>

</td>

<td colspan="2">Shows the <a href="/wiki/Mozilla_Public_License" title="Mozilla Public License">Mozilla Public License</a> (and the <a href="/wiki/Netscape_Public_License" title="Netscape Public License">Netscape Public License</a>) for the piece of software. <b>Gecko 1.8+</b>

</td></tr><tr><td><b>about:logo</b>

</td>

<td colspan="2">Shows the logo used on the <b>about:</b> screen.

</td></tr><tr><td><b>about:memory</b>

</td>

<td colspan="2">Shows memory usage. <b>Firefox 3.6+</b>

</td></tr><tr><td><b>about:mozilla</b>

</td>

<td colspan="2">Easter egg, shows a verse from <a href="/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">The Book of Mozilla</a>.

</td></tr><tr><td><b>about:neterror</b>

</td>

<td colspan="2">Shows the error page used when the browser could not access the requested path.

</td></tr><tr><td><b>about:newaddon</b>

</td>

<td>

</td>

<td>This dialog is shown when one or more add-ons have been added <i>without</i> using the normal Add-on Manager procedures, by dropping it in one of the "special" add-on directories. It asks which ones to keep enabled.

<p><i>Typing <code>about:newaddon</code> in the URL bar won't display anything. (It may briefly flash an empty error dialog, then the empty <code>about:blank</code> page is displayed.)</i>

</p>

</td></tr><tr><td><b>about:newtab</b>

</td>

<td colspan="2">Shows a grid of favourite and most-visited websites, <b>Firefox 13+</b>.

</td></tr><tr><td><b>about:permissions</b>

</td>

<td>

</td>

<td>Shows permissions for all sites on Firefox 6.0a1.

</td></tr><tr><td><b>about:plugins</b>

</td>

<td colspan="2">Shows installed, currently enabled plug-ins.

</td></tr><tr><td><b>about:preferences</b>

</td>

<td colspan="2">Shows the new preferences page.

</td></tr><tr><td><b>about:privatebrowsing</b>

</td>

<td>

</td>

<td>Can be used to switch to private browsing mode. It shows a message indicating that Firefox will not remember any history for the current session. Note: It does not show URI on the address bar.

</td></tr><tr><td><b>about:rights</b>

</td>

<td colspan="2">Shows licensing information.

</td></tr><tr><td><b>about:robots</b>

</td>

<td>

</td>

<td>Easter egg, beginning with March 8, 2008 trunk builds. The title of a window contains a <a href="/wiki/Klaatu_barada_nikto" title="Klaatu barada nikto">citation</a> from <i><a href="/wiki/The_Day_the_Earth_Stood_Still" title="The Day the Earth Stood Still">The Day the Earth Stood Still</a></i>.<sup class="reference"><a href="#cite_note-13">[12]</a></sup></td></tr><tr><td><b>about:searchreset</b>

</td>

<td>

</td>

<td>TBA

</td></tr><tr><td><b>about:sessionrestore</b>

</td>

<td colspan="2">Shows an interface for viewing about last session.

</td></tr><tr><td><b>about:socialerror</b>

</td>

<td>

</td>

<td>TBA

</td></tr><tr><td><b>about:startpage</b>

</td>

<td colspan="2">In Ubuntu, shows the Ubuntu start page with the current search engine (if the addon Ubuntu Firefox Modifications – ubufox is installed).

</td></tr><tr><td><b>about:support</b>

</td>

<td colspan="2">Shows troubleshooting information. <b>Firefox 3.6+, SeaMonkey 2.1+</b>

</td></tr><tr><td><b>about:sync-tabs</b>

</td>

<td colspan="2">Shows list of tabs from other computers. Requires enabled synchronization.

</td></tr><tr><td><b>about:tabcrashed</b>

</td>

<td>

</td>

<td>TBA. <b>Firefox 25+</b>

</td></tr><tr><td><b>about:webrtc</b>

</td>

<td colspan="2">Shows an interface for WebRTC internals.

</td></tr><tr><td><b>about:welcome</b>

</td>

<td colspan="2">Shows the welcome page used by Firefox.

</td></tr></tbody></table><h2><span></span><span class="mw-headline">Opera (Presto)-specific about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=4" title="Edit section: Opera (Presto)-specific about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>about is an alias for opera; therefore all these URIs also work with about prefixed. User <a href="/wiki/JavaScript" title="JavaScript">JavaScript</a> is disabled for all URIs in the about or opera URI schemes as a security feature. These pages can, however, be styled using local <a href="/wiki/Cascading_Style_Sheets" title="Cascading Style Sheets">stylesheets</a>.

</p><p>None of these functions, except the opera:about combination, work in the <a href="/wiki/Nintendo_DS" title="Nintendo DS">Nintendo DS</a> version of the Opera browser, the <a href="/wiki/Nintendo_DS_Browser" class="mw-redirect" title="Nintendo DS Browser">Nintendo DS Browser</a>.

</p>

<table class="wikitable"><caption><b>Opera-specific about: URIs</b>

</caption>

<tbody><tr><th>URIs

</th>

<th><a href="/wiki/Opera_(web_browser)" title="Opera (web browser)">Opera</a>

</th></tr><tr><td><b>opera:blank</b>

</td>

<td>Maps to about:blank

</td></tr><tr><td><b>opera:about</b>

</td>

<td>Provides info about the browser and the configured paths.

</td></tr><tr><td><b>about:opera</b>

</td>

<td>Maps to opera:about

</td></tr><tr><td><b>opera:cache</b>

</td>

<td>Shows the content of the cache.

</td></tr><tr><td><b>opera:config</b>

</td>

<td>(Opera 9.0 and newer) Shows a page that allows changing of numerous browser preferences, many of which cannot be accessed through the normal Preferences window

</td></tr><tr><td><b>opera:drives</b>

</td>

<td>(Operating system specific) Shows the local drives of the host system.

</td></tr><tr><td><b>opera:history</b>

</td>

<td>Shows the content of the browser history.

</td></tr><tr><td><b>opera:historysearch</b>

</td>

<td>(Opera 9.5 and newer) Shows the start page of internal search engine for the browser history.

</td></tr><tr><td><b>opera:plugins</b>

</td>

<td>Shows installed plug-ins. Opera 11 and newer allow individual plug-ins to be disabled from this page.

</td></tr><tr><td><b>opera:button</b>

</td>

<td>Defines a custom button as a set of Opera actions. (Note: This does not work directly, all button parameters as on <a class="external text" href="https://web.archive.org/web/20090612105404/http://operawiki.info/CustomButtons" rel="nofollow">CustomButtons</a> need be specified.)

</td></tr><tr><td><b>opera:help</b>

</td>

<td>Shortcut to the help directory. This can be either local or external.

</td></tr><tr><td><b>opera:debug</b>

</td>

<td>(Opera 9.5 and newer) Shows a page that allows changing of settings for remote debug of Opera via <a href="/wiki/Opera_Dragonfly" title="Opera Dragonfly">Opera Dragonfly</a>

</td></tr><tr><td><b>opera:memdebug</b>

</td>

<td>(Opera 9.5 and newer) Shows debug information about memory usage.

</td></tr><tr><td><b>opera:webstorage</b>

</td>

<td>(Opera 10.5 and newer) Shows information Web Storage (see <a href="/wiki/HTML5" title="HTML5">HTML5</a>).

</td></tr><tr><td><b>opera:webdatabases</b>

</td>

<td>(Opera 10.5 and newer) Shows information Web Storage databases (see <a href="/wiki/HTML5" title="HTML5">HTML5</a>).

</td></tr><tr><td><b>opera:gpu</b>

</td>

<td>Shows information about hardware accelerated graphics and GPU support.

</td></tr><tr><td><b>opera:cpu</b>

</td>

<td>(Introduced in Opera 12 beta). Displays CPU usage.

</td></tr></tbody></table><h2><span class="mw-headline">Internet Explorer-specific about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=5" title="Edit section: Internet Explorer-specific about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>Internet Explorer about URIs are configurable in <a href="/wiki/Microsoft_Windows" title="Microsoft Windows">Windows</a>. It is therefore possible that some of the listed URIs will not work on a particular computer. For example, "<a href="/wiki/The_Book_of_Mozilla" title="The Book of Mozilla">about:mozilla</a>" was removed in SP2 (although the page can still be found at "res://mshtml.dll/about.moz").  These about URIs are sometimes used for spyware and adware, most notably in <a href="/wiki/CoolWebSearch" title="CoolWebSearch">CoolWebSearch</a>, which made about:blank display advertisements.

</p><p><b>Note:</b> Any <code>about</code> URI that is not recognized by Internet Explorer redirects to a page saying "Navigation to the webpage was canceled"

</p>

<dl><dd><i>In more recent versions of <a href="/wiki/Internet_Explorer" title="Internet Explorer">Internet Explorer</a>, many of the following do nothing, or have since been removed.</i></dd></dl><table class="wikitable"><tbody><tr><th>URI

</th>

<th><a href="/wiki/Internet_Explorer#Version_6" title="Internet Explorer">Internet Explorer 6 (SP2)</a>

</th>

<th><a href="/wiki/Internet_Explorer_7" title="Internet Explorer 7">Internet Explorer 7</a>

</th>

<th><a href="/wiki/Internet_Explorer_8" title="Internet Explorer 8">Internet Explorer 8</a>

</th>

<th><a href="/wiki/Internet_Explorer" title="Internet Explorer">Internet Explorer 9-10</a>

</th>

<th><a href="/wiki/Internet_Explorer_11" title="Internet Explorer 11">Internet Explorer 11</a>

</th></tr><tr><th>about:home

</th>

<td colspan="2">Displays the user's home page.

</td>

<td style="background:#F99;vertical-align:middle;text-align:center;" class="table-no">Not supported.

</td>

<td colspan="2">Displays the user's home page.

</td></tr><tr><th>about:blank

</th>

<td colspan="5">Displays the blank page.

</td></tr><tr><th>about:desktopitemnavigationfailure

</th>

<td colspan="3">Displays "navigation cancelled" page.

</td>

<td colspan="2" style="background:#F99;vertical-align:middle;text-align:center;" class="table-no">No longer supported.

</td></tr><tr><th>about:navigationcanceled

</th>

<td colspan="3">Displays "navigation cancelled" page.

</td>

<td colspan="2" style="background:#F99;vertical-align:middle;text-align:center;" class="table-no">No longer supported.

</td></tr><tr><th>about:navigationfailure

</th>

<td colspan="3">Displays "navigation cancelled" page.

</td>

<td colspan="2" style="background:#F99;vertical-align:middle;text-align:center;" class="table-no">No longer supported.

</td></tr><tr><th>about:noadd-ons

</th>

<td>

</td>

<td colspan="4">Displays information page when add-ons are disabled.

</td></tr><tr><th>about:noadd-onsinfo

</th>

<td>

</td>

<td colspan="4">Displays information page about the effects when add-ons are used.

</td></tr><tr><th>about:offlineinformation

</th>

<td colspan="3">Informs the user that the current page can not be viewed off line.

</td>

<td colspan="2" style="background:#F99;vertical-align:middle;text-align:center;" class="table-no">No longer supported.

</td></tr><tr><th>about:postnotcached

</th>

<td colspan="5">Informs the user that the current page needs to refresh and any information entered in a form will have to be re-posted. The page has the title: "Webpage has expired"

</td></tr><tr><th>about:securityrisk

</th>

<td colspan="5">Informs the user not to browse with the current security settings because they may be harmful to the computer.

</td></tr><tr><th>about:tabs

</th>

<td>

</td>

<td colspan="4">Informs the user about <a href="/wiki/Tabbed_browsing" class="mw-redirect" title="Tabbed browsing">tabbed browsing</a>. It is also loaded when a new tab is created if the "Open home page for new tabs instead of a blank page" setting is enabled.

</td></tr><tr><th>about:inprivate

</th>

<td colspan="3">

</td>

<td colspan="2">Informs the user about <a href="/wiki/InPrivate_Browsing" class="mw-redirect" title="InPrivate Browsing">InPrivate Browsing</a>. It is loaded when InPrivate Browsing is initiated.

</td></tr><tr><th>about:compat

</th>

<td colspan="4">

</td>

<td>Displays a table of sites and the document rendering emulation mode configured for maximum  backward compatibility.<sup class="reference"><a href="#cite_note-14">[13]</a></sup></td></tr><tr><th>about:newsfeed

</th>

<td colspan="4">

</td>

<td>Displays a page analogous to the "Top sites and suggested content" in the Edge browser with a Bing search bar at the top, followed by a customizable (even if not signed in with a Microsoft Account) row of website tiles (equivalent to the Favorites Bar functionality), followed by a row of news topic category selection links and an infinitely scrolling news aggregation feed.

</td></tr></tbody></table><h2><span class="mw-headline">Edge-specific about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=6" title="Edit section: Edge-specific about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<table class="wikitable"><tbody><tr><th>URI

</th>

<th><a href="/wiki/Microsoft_Edge" title="Microsoft Edge">Microsoft Edge</a>

</th></tr><tr><td><b>about:home</b>

</td>

<td>Shows the content that would be shown if the home button were pressed

</td></tr><tr><td><b>about:flags</b>

</td>

<td>Displays a list of Developer Setting and Experimental features

</td></tr><tr><td><b>about:start</b>

</td>

<td>Shows the customizable (default) start page.

</td></tr><tr><td><b>about:config</b>

</td>

<td>Redirects to about:flags

</td></tr><tr><td><b>about:tabs</b>

</td>

<td>Shows the (default) new tab page.

</td></tr><tr><td><b>about:compat</b>

</td>

<td>Shows the Enterprise Mode list (if configured)

</td></tr><tr><td><b>about:edge</b>

</td>

<td>Shows the Edge logo.

</td></tr><tr><td><b>about:inprivate</b>

</td>

<td>Shows the inprivate information tab.

</td></tr></tbody></table><p><b>Note:</b> Any "about:" URI is accepted, but only returns a page with the message "Well, that didn’t work".

</p>



<h2><span class="mw-headline">Chromium-specific about: URIs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=7" title="Edit section: Chromium-specific about: URIs">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<table class="wikitable"><tbody><tr><th>URI<sup class="reference"><a href="#cite_note-AboutLinks-15">[14]</a></sup></th>

<th><a href="/wiki/Google_Chrome" title="Google Chrome">Google Chrome</a>

</th></tr><tr><td><b>about:cache</b>

</td>

<td>Shows the content of the cache.

</td></tr><tr><td><b>about:crash</b>

</td>

<td>Crashes the current rendering process. (This causes the "Aw, snap!" crash notification page to be displayed.)

</td></tr><tr><td><b>about:credits</b>

</td>

<td>Displays the list of free and open source software used in the browser, and their associated licenses.

</td></tr><tr><td><b>about:dino</b>

</td>

<td>No Internet

</td></tr><tr><td><b>about:dns</b>

</td>

<td>Displays the DNS records

</td></tr><tr><td><b>about:flags</b>

</td>

<td>See <b>about:labs</b>

</td></tr><tr><td><b>about:gpu</b>

</td>

<td>Displays information about WebGL and hardware accelerated graphics.

</td></tr><tr><td><b>about:histograms</b>

</td>

<td>Displays histograms

</td></tr><tr><td><b>about:inducebrowsercrashforrealz</b>

</td>

<td>Crashes the Google Chrome browser. This is designed for developers to test what happens when the Google Chrome browser crashes.

</td></tr><tr><td><b>about:internets</b>

</td>

<td>On particular versions of Windows, displays a page entitled "<a href="/wiki/Series_of_tubes" title="Series of tubes">Don't Clog the Tubes!</a>" which renders a page with an animation of the <a href="/wiki/Microsoft_Windows" title="Microsoft Windows">Microsoft Windows</a> "3D Pipes" screensaver. Does not work on <a href="/wiki/Windows_Vista" title="Windows Vista">Windows Vista</a> due to the pipes screen saver no longer being supported for releases after the 2.0.169.1 release.

</td></tr><tr><td><b>about:kill</b>

</td>

<td>Same as <b>about:crash</b>, but with a violet background color and the message "He's Dead, Jim!" Occurs when the OS runs out of memory or the browser is killed by an external cause, such as the OS shutting down.

</td></tr><tr><td><b>about:labs</b>

</td>

<td>Displays a page for testing features. Moved to <b>about:flags</b> in Chrome Dev channel 8.0.552.11

</td></tr><tr><td><b>about:memory</b>

</td>

<td>Displays the process manager

</td></tr><tr><td><b>about:net-internals</b>

</td>

<td>Provides an interface for monitoring the network usage and performance statistics

</td></tr><tr><td><b>about:plugins</b>

</td>

<td>Shows installed plug-ins. <b>Deprecated in Chrome 57</b>

</td></tr><tr><td><b>about:sandbox</b>

</td>

<td>Shows which sandbox protection mechanisms are currently enabled.

</td></tr><tr><td><b>about:shorthang</b>

</td>

<td>Hangs the tab's process, making it become unresponsive. This is designed for testing the hanging protection.

</td></tr><tr><td><b>about:stats</b>

</td>

<td>Displays statistics about processes. At the top of the page, it states "Shhh! This page is secret!"

</td></tr><tr><td><b>about:version</b>

</td>

<td>Displays version information, same as <b>about:</b>

</td></tr></tbody></table><p><b>Note:</b> the above list is not exhaustive; for a full list, see <b>about:about</b> URI.

</p><p><b>Note:</b> "about:" is usually (with the exception of e.g. "about:blank") translated to a "chrome://" URL in Chromium and newer versions of Google Chrome.

</p>

<h2><span class="mw-headline">Konqueror</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=8" title="Edit section: Konqueror">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p><b>Note:</b> Any <code>about</code> URI except <code>about:blank</code> and <code>about:plugins</code> redirects to <code>about:konqueror</code>.

</p>

<table class="wikitable"><tbody><tr><th>URI

</th>

<th><a href="/wiki/Konqueror" title="Konqueror">Konqueror</a>

</th></tr><tr><td><b>about:konqueror</b>

</td>

<td>Shows a friendly ‘start’ and navigation page

</td></tr></tbody></table><h2><span></span><span class="mw-headline">Epiphany (GNOME Web)</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=9" title="Edit section: Epiphany (GNOME Web)">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p><b>Note</b>: When <a href="/wiki/Epiphany_(web_browser)" class="mw-redirect" title="Epiphany (web browser)">Epiphany</a> used <a href="/wiki/Gecko_(layout_engine)" class="mw-redirect" title="Gecko (layout engine)">Gecko</a> as its layout engine, the <a href="#Common_about:_URIs">general</a> and <a href="#Mozilla-specific_about:_URIs">Mozilla-specific</a> <code>about:</code> URIs worked as in <a href="/wiki/Mozilla_Firefox" class="mw-redirect" title="Mozilla Firefox">Mozilla Firefox</a>. Since <a href="/wiki/WebKit" title="WebKit">WebKit</a> became Epiphany's layout engine, only these URIs are supported:<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (November 2011)">citation needed</span></a></i>]</sup></p>

<table class="wikitable"><tbody><tr><th>URI

</th>

<th><a href="/wiki/Epiphany_(web_browser)" class="mw-redirect" title="Epiphany (web browser)">Epiphany</a>

</th></tr><tr><td><b>about:blank</b>

</td>

<td>Displays the blank page.

</td></tr><tr><td><b>about:plugins</b>

</td>

<td>Shows installed plug-ins.

</td></tr><tr><td><b>about:memory</b>

</td>

<td>Shows details about memory usage.

</td></tr><tr><td><b>about:epiphany</b>

</td>

<td>Displays the following message:<sup class="reference"><a href="#cite_note-16">[15]</a></sup><blockquote class="templatequote"><p>   Il semble que la perfection soit atteinte non quand il n'y a plus rien à ajouter, mais quand il n'y a plus rien à retrancher.<sup class="reference"><a href="#cite_note-17">[note 2]</a></sup>   </p><div class="templatequotecite">— <cite><a href="/wiki/Antoine_de_Saint-Exup%C3%A9ry" title="Antoine de Saint-Exupéry">Antoine de Saint-Exupéry</a>   </cite></div>

</blockquote>

<p>It is a quote from Chapter 3 of Saint-Exupéry's memoir <i>Terre des Hommes</i> (titled <i><a href="/wiki/Wind,_Sand_and_Stars" title="Wind, Sand and Stars">Wind, Sand and Stars</a></i> in its English translation by Lewis Galantiere).

</p>

</td></tr><tr><td><b>about:applications</b>

</td>

<td>Interface for managing <a href="/wiki/Epiphany_(web_browser)#Web_Applications_mode" class="mw-redirect" title="Epiphany (web browser)">web applications</a>, supported since release 3.2.<sup class="reference"><a href="#cite_note-18">[16]</a></sup></td></tr><tr><td><b>about:overview</b>

</td>

<td>Displays a grid of thumbnails for the more visited websites.

</td></tr></tbody></table><h2><span></span><span class="mw-headline">Netscape (historical)</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=10" title="Edit section: Netscape (historical)">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>The about: URL originated in and has existed in all versions of <a href="/wiki/Netscape" title="Netscape">Netscape</a> browsers.  It was originally added as an <a href="/wiki/Easter_egg_(media)" title="Easter egg (media)">Easter egg</a> to display information about the development team.<sup class="reference"><a href="#cite_note-19">[17]</a></sup></p><p>Older versions of the <a href="/wiki/Netscape" title="Netscape">Netscape</a> browser have an <code>about:people</code> URI that was similar to <code>about:credits</code> above, but it would redirect to Netscape's active employee listing. In addition, <code>about:<i>username</i></code>, where <i>username</i> is the username of a Netscape employee, would redirect to the Netscape homepage of the employee specified. For example, <code>about:jwz</code> would redirect to <b><a href="http://people.netscape.com/jwz/" rel="nofollow">http://people.netscape.com/jwz/</a></b> (not an active link).<sup class="reference"><a href="#cite_note-20">[18]</a></sup> Not all employee pages were accessible through this scheme. Only developers who knew which file in the source tree and the encoding scheme used to obfuscate the directory of employee about entries could add their names.<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (March 2010)">citation needed</span></a></i>]</sup></p><p>Many other about: easter eggs existed, including the famous about:mozilla, and other less known ones that showed pictures of the Netscape mascot Mozilla in various foreign garb, such as <i>about:deutsch</i> showing Mozilla in Lederhosen.<sup class="reference"><a href="#cite_note-benoit-21">[19]</a></sup></p><p>Some versions of Netscape would display the browser history for the <code>about:global</code> URI.<sup class="reference"><a href="#cite_note-benoit-21">[19]</a></sup></p>

<h2><span></span><span class="mw-headline">Internet Explorer for Mac OS 5 (historical)</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=11" title="Edit section: Internet Explorer for Mac OS 5 (historical)">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>In <a href="/wiki/Internet_Explorer_for_Mac" class="mw-redirect" title="Internet Explorer for Mac">Internet Explorer for Mac</a> 5 was an offline <a href="/wiki/Easter_egg_(media)" title="Easter egg (media)">Easter egg</a>, accessible by typing ‘about:<a href="/wiki/Tasman_(layout_engine)" title="Tasman (layout engine)">tasman</a>’, showing the <a href="/wiki/Acid1" title="Acid1">Acid1</a> test with the text replaced by the names of the developers.<sup class="reference"><a href="#cite_note-22">[20]</a></sup></p>

<h2><span class="mw-headline">Safari</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=12" title="Edit section: Safari">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>Only <code>about:blank</code> is accepted; all other <code>about:</code> URIs trigger default address bar behavior (e.g. a Google search).

</p>

<h2><span class="mw-headline">Microsoft Outlook</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=13" title="Edit section: Microsoft Outlook">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<p>In <a href="/wiki/Microsoft_Outlook" title="Microsoft Outlook">Microsoft Outlook</a>, an additional <code>outlook:today</code> URI was added, which showed the Outlook Today Screen (it shows messages, tasks and appointments and is also accessible from IE). Also, although about:blank is supported, anything else (including about:about) typed after about: would show that text as a web page in the browser.

</p>

<h2><span class="mw-headline">Notes</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=14" title="Edit section: Notes">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<div class="reflist" style="list-style-type:decimal;">

<div class="mw-references-wrap"><ol class="references"><li><span class="mw-cite-backlink"><b><a href="#cite_ref-9" title="Jump up">^</a></b></span> <span class="reference-text">The term "about:blank" is also the generic name for a group of variants of the <a href="/wiki/CoolWebSearch" title="CoolWebSearch">CoolWebSearch</a> <a href="/wiki/Malware" title="Malware">malware</a> program group.</span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-17" title="Jump up">^</a></b></span> <span class="reference-text"><i>It seems that perfection is attained not when there remains nothing to add, but when there remains nothing to remove.</i></span>

</li>

</ol></div></div>

<h2><span class="mw-headline">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=About_URI_scheme&amp;action=edit&amp;section=15" title="Edit section: References">edit</a><span class="mw-editsection-bracket">]</span></span></h2>

<div class="reflist columns references-column-width" style="list-style-type:decimal;">

<ol class="references"><li><span class="mw-cite-backlink"><b><a href="#cite_ref-1" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="http://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml" rel="nofollow">"Uniform Resource Identifier (URI) Schemes"</a>. <i><a href="http://www.iana.org" rel="nofollow">www.iana.org</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">2016-09-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=www.iana.org&amp;rft.atitle=Uniform+Resource+Identifier+%28URI%29+Schemes&amp;rft_id=http%3A%2F%2Fwww.iana.org%2Fassignments%2Furi-schemes%2Furi-schemes.xhtml&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-2" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation newsgroup">Dominik Hoffmann (1996-06-14). <a class="external text" href="https://groups.google.com/d/msg/comp.infosystems.www.browsers.mac/CqOPxiKDdl4/t_98xJalHwMJ" rel="nofollow">"Special Netscape URLs for cache diagnostics?"</a>. <a href="/wiki/Usenet_newsgroup" title="Usenet newsgroup">Newsgroup</a>: <a class="external text" href="news:comp.infosystems.www.browsers.mac">comp.infosystems.www.browsers.mac</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-09-29</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Special+Netscape+URLs+for+cache+diagnostics%3F&amp;rft.pub=comp.infosystems.www.browsers.mac&amp;rft.date=1996-06-14&amp;rft.au=Dominik+Hoffmann&amp;rft_id=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsg%2Fcomp.infosystems.www.browsers.mac%2FCqOPxiKDdl4%2Ft_98xJalHwMJ&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-3" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation newsgroup">Matthew Paul Thomas (2000-06-23). <a class="external text" href="https://groups.google.com/d/msg/comp.infosystems.www.browsers.mac/jlXT_CEjXXw/OJniq4unjiEJ" rel="nofollow">"Weird easter egg in NN 3.0 or 3.01"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">2012-09-29</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Weird+easter+egg+in+NN+3.0+or+3.01&amp;rft.date=2000-06-23&amp;rft.au=Matthew+Paul+Thomas&amp;rft_id=https%3A%2F%2Fgroups.google.com%2Fd%2Fmsg%2Fcomp.infosystems.www.browsers.mac%2FjlXT_CEjXXw%2FOJniq4unjiEJ&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-4" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="http://tools.ietf.org/wg/appsawg/" rel="nofollow">"Appsawg Status Pages"</a>. IETF.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Appsawg+Status+Pages&amp;rft.pub=IETF&amp;rft_id=http%3A%2F%2Ftools.ietf.org%2Fwg%2Fappsawg%2F&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-5" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://www.iana.org/assignments/about-uri-tokens/about-uri-tokens.xhtml" rel="nofollow">"<span class="cs1-kern-left">"</span>about" URI Tokens"</a>. <i><a href="http://www.iana.org" rel="nofollow">www.iana.org</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">2017-06-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=www.iana.org&amp;rft.atitle=%22about%22+URI+Tokens&amp;rft_id=https%3A%2F%2Fwww.iana.org%2Fassignments%2Fabout-uri-tokens%2Fabout-uri-tokens.xhtml&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-rfc_6-0" title="Jump up">^</a></b></span> <span class="reference-text"><a class="external mw-magiclink-rfc" href="https://tools.ietf.org/html/rfc6694" rel="nofollow">RFC 6694</a></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-7" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://www.w3.org/TR/css-values/#about-invalid" rel="nofollow">"CSS Values and Units Module Level 3"</a>. <i><a href="http://www.w3.org" rel="nofollow">www.w3.org</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">2017-06-28</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=www.w3.org&amp;rft.atitle=CSS+Values+and+Units+Module+Level+3&amp;rft_id=https%3A%2F%2Fwww.w3.org%2FTR%2Fcss-values%2F%23about-invalid&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-8" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://html.spec.whatwg.org/multipage/urls-and-fetching.html#about:html-kind" rel="nofollow">"HTML Standard"</a>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=HTML+Standard&amp;rft_id=https%3A%2F%2Fhtml.spec.whatwg.org%2Fmultipage%2Furls-and-fetching.html%23about%3Ahtml-kind&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-About_protocol_links_10-0" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="http://kb.mozillazine.org/About_protocol_links" rel="nofollow">"About protocol links"</a>. mozillaZine<span class="reference-accessdate">. Retrieved <span class="nowrap">19 September</span> 2014</span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=About+protocol+links&amp;rft.pub=mozillaZine&amp;rft_id=http%3A%2F%2Fkb.mozillazine.org%2FAbout_protocol_links&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-mozdev_leaks_11-0" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://developer.mozilla.org/en/Debugging_memory_leaks" rel="nofollow">"Debugging memory leaks"</a>. Mozilla Developer Network.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&amp;rft.genre=unknown&amp;rft.btitle=Debugging+memory+leaks&amp;rft.pub=Mozilla+Developer+Network&amp;rft_id=https%3A%2F%2Fdeveloper.mozilla.org%2Fen%2FDebugging_memory_leaks&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-12" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://bugzilla.mozilla.org/show_bug.cgi?id=446704" rel="nofollow">"446704 - "This might void your warranty!" is not appreciated by corporate customers"</a>. <i>Bugzilla</i>. Mozilla. 2008-07-22<span class="reference-accessdate">. Retrieved <span class="nowrap">2014-07-07</span></span>.</cite><span title="ctx_ver=Z39.88-2004&amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&amp;rft.genre=unknown&amp;rft.jtitle=Bugzilla&amp;rft.atitle=446704+-+%22This+might+void+your+warranty%21%22+is+not+appreciated+by+corporate+customers.&amp;rft.date=2008-07-22&amp;rft_id=https%3A%2F%2Fbugzilla.mozilla.org%2Fshow_bug.cgi%3Fid%3D446704&amp;rfr_id=info%3Asid%2Fen.wikipedia.org%3AAbout+URI+scheme" class="Z3988"></span></span>

</li>

<li><span class="mw-cite-backlink"><b><a href="#cite_ref-13" title="Jump up">^</a></b></span> <span class="reference-text"><cite class="citation web"><a class="external text" href="https://bugzilla.mozilla.org/show_bug.cgi?id=417302" rel="nofollow">"Bug 417302 — about:robots"</a>. Mozilla Project Bugzilla.</cite></span></li></ol></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-11-03T12:27:19+09:00</dc:date>
</item>


<item>
<title>스마트 스니퍼 ( smsniff ) 사용법 + 필터링기능</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=25</link>
<description><![CDATA[<p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span class="imageblock" style="width:746px;font-size:9pt;height:auto;max-width:100%;"><span><img src="http://program1472.com/tem/smsniff_files/2210D63B548C9A060D" width="746" height="250" style="height:auto;" alt="2210D63B548C9A060D" /></span></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:12pt;">스니퍼중에서 간단한 패킷을 캡쳐할때 사용되는 스마트 스니퍼 ( smsniff ) 의 사용법</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:12pt;">패킷간의 통신정보를 볼 수 있고 원격서버와 로컬서버의 아이피, 포트를 확인할 수 있습니다.</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:12pt;">추가로 스마트 스니퍼의 필터링 기능으로 토크온에서 상대방 아이피를 따는 실습도 진행할게요.</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:18pt;"><b>첨부파일</b></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span class="imageblock" style="height:auto;max-width:100%;"><a href="https://sunharu.tistory.com/attachment/cfile2.uf@255DA636548C9A7C0F8369.exe" rel="nofollow"><img src="http://program1472.com/tem/smsniff_files/exe.gif" alt="" style="vertical-align:middle;" /> smsniff.exe</a></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:11pt;"><b><span style="font-size:18pt;"><br /></span></b></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:11pt;"><b><span style="font-size:18pt;">사용법</span></b></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span class="imageblock" style="width:728px;font-size:9pt;height:auto;max-width:100%;"><span><img src="http://program1472.com/tem/smsniff_files/2172C138548C9A8F21" width="728" height="502" style="height:auto;" alt="2172C138548C9A8F21" /></span></span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span style="font-size:11pt;">▲ 스마트 스니퍼를 실행한 후 재생(시작)버튼을 누릅니다. ( F5로도 시작이 가능해요. )</span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span class="imageblock" style="width:577px;font-size:9pt;height:auto;max-width:100%;"><img src="http://program1472.com/tem/smsniff_files/24717938548C9A8F22" width="577" height="491" style="height:auto;" alt="24717938548C9A8F22" /></span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span style="font-size:11pt;">▲ 스니퍼를 처음 실행했다면 이게 뜨구요. IP Address가 0.0.0.0이 아닌 숫자를 선택 후 OK</span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span class="imageblock" style="width:584px;font-size:9pt;height:auto;max-width:100%;"><img src="http://program1472.com/tem/smsniff_files/22704438548C9A9022" width="584" height="491" style="height:auto;" alt="22704438548C9A9022" /></span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span style="font-size:11pt;">▲ 그럼 현재 통신하고 있는 패킷들이 잡힙니다.</span> </p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">매우 간단하죠? 여기까지가 기초적인 실행방법이구요.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">필터링 기능을 이용하면 자신이 원하는 패킷만 골라서 캡쳐가 가능해요.</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;"><b><span style="font-size:18pt;">필터링 2개의 명령어</span></b></span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">- include 포함</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">- exclude 제외</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;"><br /></span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;"><b><span style="font-size:18pt;">예제)</span></b></span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">include:remote:udp:80</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">ㄴRemote Port가 80인 UDP패킷만 캡쳐한다.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">include:both:udp:53-139</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">ㄴRmote Port와 Local Port가 53~139인 UDP 패킷만 캡쳐한다.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">exclude:Local</span><span style="font-size:11pt;">:tcpudp:192.0.0.1-192.0.0.100</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">ㄴLocal IP가 192.0.0.1~192.0.0.100인 UDP ,TCP 패킷을 제외한다.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:14pt;"><b><span style="font-size:18pt;">실습)</span></b></span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">토크온에서 방안에 있는 사람들의 아이피를 캡쳐해볼게요.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">include:both:udp:51300-51500</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">ㄴ Remote Port와 Loacl Port가 51300~51500인 UDP 패킷만 캡쳐한다.</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span class="imageblock" style="width:665px;font-size:9pt;height:auto;max-width:100%;"><img src="http://program1472.com/tem/smsniff_files/213AB24A548C9C5311" width="665" height="495" style="height:auto;" alt="213AB24A548C9C5311" /></span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span style="font-size:11pt;">▲ Options -&gt; Capture Filter 클릭</span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span class="imageblock" style="width:668px;font-size:9pt;height:auto;max-width:100%;"><img src="http://program1472.com/tem/smsniff_files/243BB54A548C9C5310" width="668" height="494" style="height:auto;" alt="243BB54A548C9C5310" /></span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span style="font-size:11pt;">▲ include:both:udp:51300-51500 입력 후 OK</span></p><p style="font-family:'Malgun Gothic';font-size:medium;text-align:center;" align="center"><span class="imageblock" style="width:670px;font-size:9pt;height:auto;max-width:100%;"><img src="http://program1472.com/tem/smsniff_files/2723D13D548C9D8A27" width="670" height="498" style="height:auto;" alt="2723D13D548C9D8A27" /></span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;"><b><span style="font-size:18pt;">결과</span></b></span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">● Remote Address : 상대방의 아이피 ( 토크온 방안에 있는 사람들의 아이피 )</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">● Local Port : 상대방의 포트 ( 필터링 기능이 제대로 적용됬다는것을 확인할 수 있습니다. )</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><b><span style="font-size:18pt;">Q&amp;A</span></b></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">Q. 방안에 들어와서 재생을 눌렀는데 제대로 다 안뜨는것 같아요</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">A. 방에 입장하기 전에 스니퍼를 시작한 후 들어가세요. 입장 후 10초 뒤에 스니퍼 중지하시구요.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">Q. 아이피가 누구꺼인지는 어떻게 아나요?</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:11pt;">A. 토크온의 고유번호로 구별할 수 있으며 토크온편에서 설명되있습니다.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><br /></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:15px;">Q. smsniff.cfg라는 파일이 생겼어요.</span></p><p style="text-align:left;font-family:'Malgun Gothic';font-size:medium;" align="left"><span style="font-size:15px;">A. 스니퍼의 설정파일이 저장되있는 파일이구요. 삭제하면 안되요!</span></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><br /></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><img alt="좋은하루" src="http://program1472.com/tem/smsniff_files/sticker_003.png" /></p><p style="text-align:center;font-family:'Malgun Gothic';font-size:medium;" align="center"><span style="font-size:11pt;"><b><span style="color:rgb(61,183,204);font-size:12pt;">By. 선하루</span></b></span></p>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-27T10:47:03+09:00</dc:date>
</item>


<item>
<title>SSD EVO vs QVO</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=23</link>
<description><![CDATA[<p><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">SSD의 낸드 적층방식은 대부분 SLC, MLC, TLC, QLC로 나누어지는데, 각각 1층, 2층, 3층, 4층으로 쌓습니다.</span></p><p><br style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">SLC 쪽은 용량 대비 가격이 비싼 대신 내구성이 높아 오랜 시간 동안 읽고 쓰기를 많이 할 수 있으며, 속도 또한 빠릅니다. </span></p><p><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);"><br /></span></p><p><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">QLC 쪽으로 갈수록 용량 대비 저렴하지만 내구성이 떨어지고 대용량 쓰기에서는 느릴 수 있습니다.</span></p><p><br style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">EVO 시리즈는 TLC 방식이고, QVO 시리즈는 QLC 방식입니다.</span></p><p><br style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);" /><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">현재 TLC SSD는 안정화 및 대중화가 많이 되었으나(예전에는 TLC는 못쓸 물건이니 MLC를 쓰라고 했었음) QLC SSD는 나온 지 얼마 되지 않아 안정성이 검증되지 않았습니다. </span></p><p><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);"><br /></span></p><p><span style="font-family:'굴림', gulim, helvetica, '나눔바른고딕 옛한글', 'NanumBarunGothic YetHangul', '새굴림', sans-serif;font-size:13px;background-color:rgb(255,255,255);">따라서 가격차를 고려해도 TLC가 맘 놓고 쓰긴 편하실 겁니다.</span> </p>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-19T14:59:58+09:00</dc:date>
</item>


<item>
<title>[Malware Aero] 무료 악성코드 제거 도구</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=22</link>
<description><![CDATA[<p style="text-align:center;" align="center"><b><span style="font-size:24pt;color:rgb(255,108,0);">공식 홈페이지 : <a href="https://malzero.xyz/" rel="nofollow">https://malzero.xyz/</a></span></b> </p><p><br /></p><p>악성코드 및 애드웨어 등 각종 유해 프로그램에 의한 고통에서 해방되기 위해설치 없이 사용 가능한 무료 악성코드 제거 도구<br /></p><p><br /></p><a href="https://malzero.xyz/download" rel="nofollow">무료 내려받기</a><a href="https://malzero.xyz/download" rel="nofollow"><br /></a><a href="https://malzero.xyz/download" rel="nofollow"><br /></a><a href="https://malzero.xyz/download" rel="nofollow"></a><div class="frame"><h2><span style="color:rgb(0,158,37);font-size:12pt;">멀웨어 제로 악성코드 제거 도구를 소개합니다.악성코드로 인해 고통 받지 않는 세상을 만들기 위해 꾸준히 노력하겠습니다.</span><br /></h2><h2><br /></h2><h2>멀웨어 제로 (Malware Zero)</h2><p>멀웨어 제로는 사용자의 컴퓨터가 이미 악성코드에 감염되었을 때 유용하게 사용할 수 있는 비설치 스크립트 형식의 보조 악성코드 제거 도구입니다.</p>						 <p class="content">멀웨어 제로는 네이버 보안 카페 「<a title="새 창" href="https://cafe.naver.com/malzero" target="_blank" rel="nofollow noreferrer noopener"><b>바이러스 제로 시즌 2</b></a>」 에서 서비스 되던 <b>멀웨어 제로 킷(Malware Zero Kit, <abbr title="Malware Zero Kit">MZK</abbr>)</b> 도구로, 사용자의 컴퓨터가 악성 광고 프로그램, 트로이 목마, 악의적인 해킹 도구, 일부 바이러스 등의 악성코드가 감염되거나 설치되어 피해를 입고 있을 때 사용하시는 안티바이러스 제품으로 해결되지 않을 경우 신속하고 효과적으로 사용할 수 있는 비설치 스크립트 형식의 커맨드 라인 기반 보조 악성코드 제거 도구입니다.<br />다만, 이 악성코드 제거 도구를 사용한다는 것은 이미 악성 프로그램이 설치된, 즉 '<b>사후약방문</b>'을 뜻하는 것이므로, 최대한 도구가 사용되지 않도록 기본적인 보안 수칙을 지켜 악성코드 및 악성 프로그램이 쉽게 설치되지 않도록 사전 예방에 만전을 기해주시기를 당부드립니다.<br />본 도구는 공식 사이트 외 다른 사이트를 포함하여 카페, 블로그, 토렌트, 소셜 네트워크 등에서 파일 직접 배포를 포함하여 코드 변형 및 상업적 이용을 절대 금지합니다.<br />* 카페의 고정적인 틀을 벗어나 전용 웹사이트로 운영을 시작하게 되었으며, 이를 통해 사용자 여러분에게 더욱 알차고 다양한 서비스를 제공할 수 있을 것으로 기대합니다.</p></div><div class="frame"><h2>기능</h2><div class="content"><dl class="popup"><dt>광고 프로그램 제거</dt><dd>사용자의 의도와는 관계 없이 무분별한 방식으로 광고 창을 띄우는 툴바를 포함한 악의적인 광고 프로그램을 효과적으로 제거합니다.</dd></dl><dl class="malware"><dt>악성코드 제거</dt><dd>치명적 피해를 유발하는 트로이 목마는 기본으로 스파이웨어, 하이재커, 불법 해킹 도구 등과 일부 바이러스 유형의 악성코드를 제거합니다.</dd></dl><dl class="dns"><dt>악성 DNS 제거</dt><dd>악성 서버와 직접적으로 통신하기 위해 네트워크 설정에 등록되는 악의적인 도메인 네임 설정을 초기화 및 제거합니다.</dd></dl><dl class="browser"><dt>웹 브라우저 검사</dt><dd>인터넷 익스플로러 및 엣지, 파이어폭스, 크롬 등 웹 브라우저의 악성 시작 페이지, 검색 엔진 설정, 확장 프로그램 등을 제거합니다.</dd></dl><dl class="cache"><dt>캐시 청소</dt><dd>운영체제 및 웹 브라우저에서 임시로 생성한 불필요한 캐시 파일을 제거하여 디스크 공간을 확보하고 최적화 시킵니다.</dd></dl><dl class="system"><dt>시스템 변조 확인</dt><dd>악성코드가 시스템을 변조시켰을 경우 기본값으로 자동 초기화 시키거나 리포트 파일에 확인 요구 표기를 진행합니다.</dd></dl></div></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-09T13:11:42+09:00</dc:date>
</item>


<item>
<title>[사업자 등록번호] (펌)미국의 사업자 등록번호</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=21</link>
<description><![CDATA[<p style="text-align:right;" align="right"><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);"><u><sup><span style="font-size:7pt;color:rgb(120,32,185);"><u>출처 :: </u></span><a href="https://kin.naver.com/qna/detail.nhn?d1id=6&amp;dirId=61302&amp;docId=61173905" rel="nofollow"><span style="font-size:7pt;color:rgb(120,32,185);"><u>https://kin.naver.com/qna/detail.nhn?d1id=6&amp;dirId=61302&amp;docId=61173905</u></span></a></sup></u></span></p><p><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);">미국에도 사업자 등록번호는 있습니다.</span><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);">개인 사업의 경우에는 개인의 SSN (Social Security Number) 이 사업지등록 번호 역할을 한답니다.</span><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);">그러나 법인의 경우에는 다음의 두가지가 있습니다.</span><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);">1. 연방정부 사업자 등록 번호 : Federal ID Number</span><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><br style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);" /><span style="font-family:'Helvetica Neue', 'Apple SD Gothic Neo', '나눔고딕', NanumGothic, '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, sans-serif;font-size:16px;background-color:rgb(255,255,255);">2. 주정부 사업자 등록 번호 : State ID Number</span> </p>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-06T08:36:05+09:00</dc:date>
</item>


<item>
<title>악성 애드웨어 삭제하기(Adw Cleaner v5.015)</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=20</link>
<description><![CDATA[<p><b><span style="font-size:11pt;font-family:'굴림', Gulim;">다운로드 링크 : </span><a href="http://toolslib.net/downloads/finish/1/" target="_blank" class="con_link" style="font-family:'Malgun Gothic';font-size:medium;" rel="nofollow noreferrer noopener"><span style="font-size:11pt;font-family:'굴림', Gulim;">http://toolslib.net/downloads/finish/1/</span></a> </b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b> </b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><span style="font-size:11pt;font-family:'굴림', Gulim;">﻿다운받은 파일을 실행하면 아래 사진처럼 나옵니다. "I agree" 를 눌러줍니다.</span> </b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><span style="font-size:11pt;font-family:'굴림', Gulim;">﻿</span><img src="http://program1472.com/data/editor/1910/6bf932907856d94c4a7d0d6fd335bb4f_1570245997_4957.png" title="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_4957.png" alt="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_4957.png" /></b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><br /></b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><span style="font-size:11pt;font-family:'굴림', Gulim;">﻿"Scan"을 눌러서 스캔을 해줍니다.</span><br style="clear:both;" /><img src="http://program1472.com/data/editor/1910/6bf932907856d94c4a7d0d6fd335bb4f_1570245997_6447.png" title="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_6447.png" alt="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_6447.png" /></b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b> </b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b>﻿스캔이 마무리되면 "Claening"을 눌러 제거를 해줍니다.</b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><img src="http://program1472.com/data/editor/1910/6bf932907856d94c4a7d0d6fd335bb4f_1570245997_7917.png" title="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_7917.png" alt="6bf932907856d94c4a7d0d6fd335bb4f_1570245997_7917.png" /></b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><b><br /></b></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b>﻿이제 열려있는 브라우져 창이 닫히고 마무리가 되면 "Yes"를 눌러 재부팅하면 끝입니다.</b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b> </b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b>﻿재부팅 되냐고 캡챠는 하지 못했네요...</b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b> </b></span></p><p style="font-family:'Malgun Gothic';font-size:medium;"><span style="font-size:11pt;font-family:'굴림', Gulim;"><b>﻿초간단 악성 애드웨어 제거였습니다.</b></span></p>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-05T12:28:06+09:00</dc:date>
</item>


<item>
<title>[MetaWeblog] Www.Xmlrpc.Com/MetaWeblogApi XML-RPC (자료수집중) Http://Sitehis.Com/Db_talk_369</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=19</link>
<description><![CDATA[<p><span style="font-family:'굴림';">출처 ::: </span><a href="https://www.sitehis.com/spb3/sboard3/read.php?db=talk&amp;cateuid=8&amp;uid=369&amp;mobileagent=yes" rel="nofollow">https://www.sitehis.com/spb3/sboard3/read.php?db=talk&amp;cateuid=8&amp;uid=369&amp;mobileagent=yes</a></p><p><span style="font-family:'굴림';"><br /></span></p><p><span style="font-family:'굴림';">- 첨부파일 : </span><a href="https://www.sitehis.com/spb3/sboard3/download.php?db=talk&amp;cateuid=8&amp;uid=369&amp;mobileagent=yes&amp;upfile=upfile" target="_blank" style="font-family:'굴림';line-height:13pt;color:rgb(51,51,51);" rel="nofollow noreferrer noopener"><span style="color:rgb(153,153,153);">네이버블로그글쓰기API스팩문서(20100420).docx</span></a><span style="font-family:'굴림';"> (크기: 254,555 bytes)</span><br style="font-family:'굴림';" /><br style="font-family:'굴림';" /><span style="font-family:'굴림';">metaWeblogApi XML-RPC를 통해서 네이버 블로그에도 글을 올릴 수 있다.</span><br style="font-family:'굴림';" /><br style="font-family:'굴림';" /><span style="font-family:'굴림';">관련 정보를 수집하여 봅니다.</span><br style="font-family:'굴림';" /><br style="font-family:'굴림';" /><span style="font-family:'굴림';">공식 RFC : </span><a href="http://www.xmlrpc.com/metaWeblogApi" style="font-family:'굴림';line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://www.xmlrpc.com/metaWeblogApi</a><br style="font-family:'굴림';" /><br style="font-family:'굴림';" /><span style="font-family:'굴림';">샘플 소스</span></p><ul style="font-family:'굴림';"><li><a href="http://www.xmlrpc.com/directory/1568/implementations" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://www.xmlrpc.com/directory/1568/implementations</a></li><li><a href="http://scripts.incutio.com/xmlrpc/" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://scripts.incutio.com/xmlrpc/</a>  (php)</li><li><a href="http://keithdevens.com/software/xmlrpc" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://keithdevens.com/software/xmlrpc</a>  (php)</li><li><a href="https://github.com/segfault87/rss2metaweblog" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://github.com/segfault87/rss2metaweblog</a> (파이션)<br /> </li></ul><p><span style="font-family:'굴림';">네이버</span></p><ul style="font-family:'굴림';"><li>네이버 블로그 글쓰기 API 지원<a href="http://dev.naver.com/projects/naverblogpostap/" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow"><br />http://dev.naver.com/projects/naverblogpostap/</a></li><li><a href="http://phpxmlrpc.sourceforge.net/" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow"><span style="color:rgb(138,138,138);">http://phpxmlrpc.sourceforge.net/</span></a></li><li>네이버는 태그가 tags</li></ul><p><span style="font-family:'굴림';">xmlrpc 서버 테스트</span></p><ul style="font-family:'굴림';"><li><a href="http://blog.naver.com/nhsbs/120012204727" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://blog.naver.com/nhsbs/120012204727</a></li></ul><p><span style="font-family:'굴림';">명령어 (출처 : </span><a href="http://sangogi.com/2656795" style="font-family:'굴림';line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://sangogi.com/2656795</a><span style="font-family:'굴림';"> )</span></p><ul style="font-family:'굴림';"><li>metaWeblog.newPost (blogid, username, password, struct, publish)</li><li>metaWeblog.editPost (postid, username, password, struct, publish)</li><li>metaWeblog.getPost (postid, username, password)</li><li>metaWeblog.newMediaObject (blogid, username, password, struct)</li><li>metaWeblog.getCategories (blogid, username, password)</li><li>metaWeblog.getRecentPosts (blogid, username, password, numberOfPosts)<br /> </li></ul><p><br style="font-family:'굴림';" /> </p><table border="1" cellspacing="1" cellpadding="1" width="543" style="margin:0px;padding:0px;font-family:'굴림';width:543px;height:3202px;"><tbody><tr style="margin:0px;padding:0px;"><td style="margin:0px;padding:0px;line-height:14px;">&lt;?<br />//환경설정<br />$q_blogApiUrl = array(<br />"tistory"=&gt;"<a href="http://blog.qnibus.com/api" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://blog.qnibus.com/api</a>",<br />"naver"=&gt;"<a href="https://api.blog.naver.com/xmlrpc" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://api.blog.naver.com/xmlrpc</a>",<br />"egloos"=&gt;"<a href="https://rpc.egloos.com/rpc1" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://rpc.egloos.com/rpc1</a>",<br />"wordpress"=&gt;"<a href="http://qnibus.wordpress.com/xmlrpc.php" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://qnibus.wordpress.com/xmlrpc.php</a>"<br />);<br />$q_blogId = array(<br />"tistory"=&gt;"123456",<br />"naver"=&gt;"blogid",<br />"egloos"=&gt;"blogid",<br />"wordpress"=&gt;"blogid"<br />);<br />$q_userName = array(<br />"tistory"=&gt;"<a href="mailto:blog@example.com" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);">blog@example.com</a>",<br />"naver"=&gt;"id",<br />"egloos"=&gt;"<a href="mailto:blog@example.com" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);">blog@example.com</a>",<br />"wordpress"=&gt;"id"<br />);<br />$q_password = array(<br />"tistory"=&gt;"password",<br />"naver"=&gt;"api_key",<br />"egloos"=&gt;"api_key",<br />"wordpress"=&gt;"password"<br />);<br />require_once 'lib/xmlrpc/lib/xmlrpc.inc';<br />$GLOBALS['xmlrpc_internalencoding'] = 'UTF-8'; //한글 출력 가능케 함 반드시 넣어야 함 안넣으면 오류발생<br />$q = $_GET['q'] ? $_GET['q'] : 'naver';<br />//카테고리 정보 추출 시작<br />$client = new xmlrpc_client($q_blogApiUrl[$q]);<br />$message = new xmlrpcmsg("metaWeblog.getCategories",<br />array(<br />new xmlrpcval($q_blogId[$q], "string"),<br />new xmlrpcval($q_userName[$q], "string"),<br />new xmlrpcval($q_password[$q], "string"),<br />)<br />);<br />$message-&gt;request_charset_encoding = 'UTF-8';<br />$response = $client-&gt;send($message);<br />$value = $response-&gt;value(); //카테고리 struct 반환<br />for($i=0; $i&lt;$value-&gt;arraysize(); $i++) $categories[$i] = $value-&gt;arraymem($i)-&gt;me['struct']['title']-&gt;me['string']; //카테고리 타이틀 배열로 생성<br />natsort($categories); //자연어 정렬<br />?&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />&lt;title&gt;원격발행&lt;/title&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />&lt;h1&gt;metaWeblog API&lt;/h1&gt;<br />&lt;ul&gt;<br />&lt;li&gt;&lt;a href="./?q=naver"&gt;네이버&lt;/a&gt;&lt;/li&gt;<br />&lt;li&gt;&lt;a href="./?q=tistory"&gt;티스토리&lt;/a&gt;&lt;/li&gt;<br />&lt;li&gt;&lt;a href="./?q=egloos"&gt;이글루스&lt;/a&gt;&lt;/li&gt;<br />&lt;li&gt;&lt;a href="./?q=wordpress"&gt;워드프레스&lt;/a&gt;&lt;/li&gt;<br />&lt;/ul&gt;<br />&lt;form method="post" enctype="multipart/form-data"&gt;<br />&lt;fieldset&gt;<br />&lt;legend&gt;newPost Publish&lt;/legend&gt;<br />&lt;input type="hidden" name="q" value="&lt;?php echo $q?&gt;" /&gt;<br />&lt;p&gt;<br />&lt;label&gt;Title&lt;/label&gt;<br />&lt;input type="text" name="title" size="30" /&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&lt;label&gt;Category&lt;/label&gt;<br />&lt;select name="categories"&gt;<br />&lt;?php foreach($categories as $val):?&gt;<br />&lt;option value="&lt;?php echo $val?&gt;"&gt;&lt;?php echo $val?&gt;&lt;/option&gt;<br />&lt;?php endforeach?&gt;<br />&lt;/select&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&lt;label&gt;Description&lt;/label&gt;<br />&lt;textarea name="description" cols="50" rows="5"&gt;&lt;/textarea&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&lt;label&gt;Tags&lt;/label&gt;<br />&lt;input type="text" name="keywords" value="PhotoShake!" /&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&lt;label&gt;File&lt;/label&gt;<br />&lt;input type="file" name="upload" /&gt;<br />&lt;/p&gt;<br />&lt;p&gt;<br />&lt;input type="submit" value="submit" /&gt;<br />&lt;/p&gt;<br />&lt;/fieldset&gt;<br />&lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /> </td></tr><tr style="margin:0px;padding:0px;"><td style="margin:0px;padding:0px;line-height:14px;">&lt;?<br />//환경설정 (공동으로 사용하는 파일이니 xmlrpc.inc나 config.php로 파일 만들어 include 시켜서 사용하세요 한눈에 보여드리려고 풀어헤쳤습니다.<br />//반드시 환경설정부는 자신의 블로그 관리에서 확인하신후 정보를 변경하셔야 정상 출력합니다.<br />$q_blogApiUrl = array(<br />"tistory"=&gt;"<a href="http://blog.qnibus.com/api" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://blog.qnibus.com/api</a>",<br />"naver"=&gt;"<a href="https://api.blog.naver.com/xmlrpc" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://api.blog.naver.com/xmlrpc</a>",<br />"egloos"=&gt;"<a href="https://rpc.egloos.com/rpc1" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://rpc.egloos.com/rpc1</a>",<br />"wordpress"=&gt;"<a href="http://qnibus.wordpress.com/xmlrpc.php" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://qnibus.wordpress.com/xmlrpc.php</a>"<br />);<br />$q_blogId = array(<br />"tistory"=&gt;"123456",<br />"naver"=&gt;"blogid",<br />"egloos"=&gt;"blogid",<br />"wordpress"=&gt;"blogid"<br />);<br />$q_userName = array(<br />"tistory"=&gt;"<a href="mailto:blog@example.com" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);">blog@example.com</a>",<br />"naver"=&gt;"id",<br />"egloos"=&gt;"<a href="mailto:blog@example.com" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);">blog@example.com</a>",<br />"wordpress"=&gt;"id"<br />);<br />$q_password = array(<br />"tistory"=&gt;"password",<br />"naver"=&gt;"api_key",<br />"egloos"=&gt;"api_key",<br />"wordpress"=&gt;"password"<br />);<br />require_once 'xmlrpc/lib/xmlrpc.inc';<br />$GLOBALS['xmlrpc_internalencoding'] = 'UTF-8';<br />// 파일 업로드<br />if (!empty($_FILES['upload']['name']))<br />{<br />$tempFile = $_FILES['upload']['tmp_name'];<br />$fileName = $_FILES['upload']['name'];<br />$fileType = $_FILES['upload']['type'];<br />// 파일 바이너리 데이터 가져오기<br />$fp=fopen($tempFile, "rb");<br />if (!$fp) return null; // file open failure !!<br />while( !feof($fp))<br />{<br />$filedescription .= fread( $fp, 1024); // 1024 is the server compatible buffer size<br />flush();<br />@ob_flush();<br />}<br />fclose($fp);<br />$client = new xmlrpc_client($q_blogApiUrl[$q]);<br />$newMediaObject = new xmlrpcmsg("metaWeblog.newMediaObject",<br />array(<br />new xmlrpcval($q_blogId[$q], "string"),<br />new xmlrpcval($q_userName[$q], "string"),<br />new xmlrpcval($q_password[$q], "string"),<br />new xmlrpcval(<br />array(<br />'name'  =&gt; new xmlrpcval($fileName, "string"),<br />'type'  =&gt; new xmlrpcval($fileType, "string"),<br />'bits' =&gt; new xmlrpcval($filedescription, "base64"), //파일 바이너리 값<br />), "struct")<br />)<br />);<br />$newMediaObject-&gt;request_charset_encoding = 'UTF-8';<br />$tempResponse = $client-&gt;send($newMediaObject);<br />$uploadFileName = $tempResponse-&gt;value()-&gt;me['struct']['url']-&gt;me['string'];<br />$uploadFileSize = getimagesize($tempFile);<br />$description = '&lt;img src="'.$uploadFileName.'" '.$uploadFileSize[3].' /&gt;&lt;br /&gt;'.$description.'&lt;p&gt;'.$_SERVER['REMOTE_ADDR'].'&lt;/p&gt;';<br />}<br />$content = array(<br />'title'   =&gt; new xmlrpcval($title, "string"),<br />'description'   =&gt; new xmlrpcval($description, "string"),<br />        'dateCreated'  =&gt; new xmlrpcval(date("Ymd")."T".date("H:i:s"), "dateTime.iso8601"),<br />'categories' =&gt; new XMLRPCval(array(new XMLRPCval($categories,"string")), "array"),<br />($q=='naver') ? 'tags' : 'mt_keywords' =&gt; new xmlrpcval($keywords),<br />);<br />$client = new xmlrpc_client($q_blogApiUrl[$q]);<br />$message = new xmlrpcmsg("metaWeblog.newPost",<br />array(<br />new xmlrpcval($q_blogId[$q], "string"),<br />new xmlrpcval($q_userName[$q], "string"),<br />new xmlrpcval($q_password[$q], "string"),<br />new xmlrpcval($content, "struct"),<br />new xmlrpcval(true, "boolean")<br />)<br />);<br />$message-&gt;request_charset_encoding = 'UTF-8';<br />$response = $client-&gt;send($message);<br />$value = $response-&gt;value();<br />$postno = $value-&gt;scalarval(); // 발행한 결과로 블로그의 포스트 넘버를 반환합니다.<br />//디버그 확인<br />echo '&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;';<br />if(!$response-&gt;faultCode()) echo "성공적으로 발행되었습니다.";<br />else echo htmlspecialchars($response-&gt;faultString()); //에러 메시지 출력<br /> </td></tr><tr style="margin:0px;padding:0px;"><td style="margin:0px;padding:0px;line-height:14px;"><p> include("xmlrpc.inc");<br /> $GLOBALS['xmlrpc_internalencoding'] = 'UTF-8';</p><p><br /> $api_url = "<a href="https://api.blog.naver.com/xmlrpc" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">https://api.blog.naver.com/xmlrpc</a>";<br /> $blog_user = "네이버ID";<br /> $blog_passwd = "API 연결암호";</p><p><br /> </p><p> function upload_image($fpath) {<br />  global $api_url, $blog_user, $blog_passwd;<br /> <br />  $imgbit = file_get_contents($fpath, FILE_BINARY);<br />  $img = new xmlrpcval(<br />   array (<br />    'bits' =&gt; new xmlrpcval($imgbit, 'base64'),<br />    'type' =&gt; new xmlrpcval('image/jpeg', 'string'),<br />    'name' =&gt; new xmlrpcval(basename($fpath), 'string')<br />   ), 'struct');</p><p>  $c = new xmlrpc_client($api_url);<br />//  $c-&gt;debug = true; // Uncomment this line for debugging info<br />  $c-&gt;setSSLVerifyPeer(false);</p><p>  $x = new xmlrpcmsg("metaWeblog.newMediaObject");<br />  $x-&gt;addParam(new xmlrpcval($blog_user, 'string'));<br />  $x-&gt;addParam(new xmlrpcval($blog_user, 'string'));<br />  $x-&gt;addParam(new xmlrpcval($blog_passwd, 'string'));<br />  $x-&gt;addParam($img);<br /> <br />  $c-&gt;return_type = 'phpvals';<br />  $r =$c-&gt;send($x, 3, 'https');<br />  if ($r-&gt;errno=="0") {<br />      return $r-&gt;val['url'];<br />  } else {<br />      echo "&lt;br&gt;There was an error&lt;pre&gt;";<br />      print_r($r);<br />      echo "&lt;/pre&gt;";<br />      return null;<br />  }<br /> <br /> } // upload_image</p><p><br /> function new_post($subj, $content) {<br />  global $api_url, $blog_user, $blog_passwd;<br /> <br />  $c = new xmlrpc_client($api_url);<br />//  $c-&gt;debug = true; // Uncomment this line for debugging info<br />  $c-&gt;setSSLVerifyPeer(false);<br /> <br />  $post = new xmlrpcval(<br />   array (<br />    'title' =&gt; new xmlrpcval($subj, 'string'),<br />    'description' =&gt; new xmlrpcval($content, 'string')<br />   ), 'struct');<br /> <br />  $x = new xmlrpcmsg("metaWeblog.newPost");<br />  $x-&gt;addParam(new xmlrpcval($blog_user, 'string'));<br />  $x-&gt;addParam(new xmlrpcval($blog_user, 'string'));<br />  $x-&gt;addParam(new xmlrpcval($blog_passwd, 'string'));<br />  $x-&gt;addParam($post);<br />  $x-&gt;addParam(new xmlrpcval(true, 'boolean'));<br />  $x-&gt;request_charset_encoding = "UTF-8";<br /> <br />  $c-&gt;return_type = 'phpvals';<br />  $r =$c-&gt;send($x, 3, 'https');<br />  if ($r-&gt;errno=="0") {<br />   $post_url = "<a href="http://blog.naver.com/$blog_user/%22.$r-%3Eval" style="font-size:9pt;line-height:13pt;color:rgb(51,51,51);" rel="nofollow">http://blog.naver.com/$blog_user/".$r-&gt;val</a>;<br />      return $post_url;<br />  } else {<br />      echo "&lt;br&gt;There was an error&lt;pre&gt;";<br />      print_r($r);<br />      echo "&lt;/pre&gt;";<br />      return null;<br />  }<br /> } // new_post</p></td></tr></tbody></table>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-10-01T14:19:00+09:00</dc:date>
</item>


<item>
<title>대표 회사별 dns 주소</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=18</link>
<description><![CDATA[<table class="se-table-content"><tbody><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:21.5px;background-color:#e2e2e2;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>통신사</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:21.5px;background-color:#e2e2e2;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>기본 설정 DNS 서버</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:21.5px;background-color:#e2e2e2;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>보조 DNS 서버</b></span></p></div></td></tr><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:19.83001708984375px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>KT</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:19.83001708984375px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">168.126.63.1</span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:19.83001708984375px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">168.126.63.2</span></p></div></td></tr><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:26.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>LG U+</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:26.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">164.124.101.2</span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:26.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">203.248.252.2</span></p></div></td></tr><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:21.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>SK</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:21.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">219.250.36.130</span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:21.5px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">210.220.163.82</span></p></div></td></tr><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:10.75px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>Google</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:10.75px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">8.8.8.8</span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:10.75px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">8.8.4.4.</span></p></div></td></tr><tr class="se-tr"><td class="se-cell" colspan="1" rowspan="1" style="width:23.11%;height:9.90997314453125px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-"><b>OpenDNS</b></span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:37.04%;height:9.90997314453125px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">208.67.222.222</span></p></div></td><td class="se-cell" colspan="1" rowspan="1" style="width:39.849999999999994%;height:9.90997314453125px;"><div class="se-module se-module-text"><p class="se-text-paragraph se-text-paragraph-align-"><span class="se-fs- se-ff-">208.67.220.220</span></p></div></td></tr></tbody></table>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-09-28T15:55:02+09:00</dc:date>
</item>


<item>
<title>User-Agent</title>
<link>http://extends.program1472.com/bbs/board.php?bo_table=TB_01&amp;amp;wr_id=16</link>
<description><![CDATA[<br /><div><table border="1" style="margin:20px 0px 0px;table-layout:fixed;border-collapse:collapse;width:859px;height:8726px;"><tbody><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/601.7.7 (KHTML, like Gecko) Version/9.1.2 Safari/601.7.7</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 SE 2.X MetaSr 1.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.122 Safari/537.36 SE 2.X MetaSr 1.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.137 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.32.36 (KHTML, live Gecko) Chrome/60.0.3064.103 Safari/537.32</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3602.2 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +<a href="http://www.google.com/bot.html)" style="color:rgb(0,112,209);" rel="nofollow">http://www.google.com/bot.html)</a></span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/5350 (KHTML, like Gecko) Chrome/17.0.828.0 Safari/5350</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Whale/1.5.73.16 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36 Google Favicon</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5.7 (KHTML, like Gecko) Safari/125.12</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.75.14 (KHTML, like Gecko) Version/6.1.3 Safari/537.75.14</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 SE 2.X MetaSr 1.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like GeckoMozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 7.0; SM-N920K Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/74.0.3729.157 Mobile Safari/537.36;KAKAOTALK 1908401</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (iPad; CPU OS 7_1 like Mac OS X) AppleWebKit/537.51.2 (KHTML, like Gecko) Version/7.0 Mobile/11D167 Safari/9537.53</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.01688858 Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.80 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 8.1.0; SM-J415N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Whale/0.20.5.2 Mobile Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Whale/1.5.71.15 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.9 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36(KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.68</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 8.0.0; SM-G930S Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.128 Whale/1.0.0.0 Crosswalk/23.69.590.29 Mobile Safari/537.36 NAVER(inapp; search; 594; 10.7.1)</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 7.0; SM-N920K Build/NRD90M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.128 Whale/1.0.0.0 Crosswalk/23.69.590.29 Mobile Safari/537.36 NAVER(inapp; search; 660; 10.7.1)</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 4.2.2; nl-nl; SAMSUNG GT-I9505 Build/JDQ39) AppleWebKit/535.19 (KHTML, like Gecko) Version/1.0 Chrome/18.0.1025.308 Mobile Safari/535.19</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 7.0; SM-N920K Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36;KAKAOTALK 1908470</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 9; SM-N950N Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36;KAKAOTALK 1908460</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 8.0.0; SM-G930S Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.101 Mobile Safari/537.36;KAKAOTALK 1908460</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; U; Android 2.0; en-us; Droid Build/ESD20) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 9; SM-N950N Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36;KAKAOTALK 1908470</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 NAVER(inapp; blog; 100; 4.3.0)</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 KAKAOTALK 8.4.8</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 8.0.0; SM-G930S Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/75.0.3770.143 Mobile Safari/537.36;KAKAOTALK 1908470</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 9; SM-N960N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2226.0 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla / 5.0(Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.96 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.2;en-US) AppleWebKit/537.32.36 (KHTML, live Gecko) Chrome/55.0.3101.71 Safari/537.32</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64; Cortana 1.12.3.18362; 10.0.0.0.18362.267) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36 OPR/62.0.3331.99</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64; ; NCLIENTHW_BBPA46E79BEAD0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36,gzip(gfe)</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.25</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.103 Whale/1.5.75.9 Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;background-color:rgb(248,251,251);"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Linux; Android 9; SAMSUNG SM-G960N Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/9.4 Chrome/67.0.3396.87 Mobile Safari/537.36</span></p></td></tr><tr style="border:1px solid rgb(216,216,216);"><td style="border:1px solid rgb(216,216,216);font-size:15px;padding:8px;font-family:'AppleSDGothicNeo-Regular', 'Malgun Gothic', '맑은 고딕', dotum, '돋움', sans-serif;"><p style="line-height:1.6;font-size:0.81em;"><span style="font-family:'Nanum BarunGothic';">Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b</span></p></td></tr></tbody></table></div>]]></description>
<dc:creator>하나를하더라도최선을</dc:creator>
<dc:date>2019-09-16T10:56:15+09:00</dc:date>
</item>

</channel>
</rss>
