<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>デジクロ備忘録</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/" />
    <link rel="self" type="application/atom+xml" href="http://blog2.dcw-jp.com/atom.xml" />
    <id>tag:blog2.dcw-jp.com,2008-12-18://1</id>
    <updated>2009-07-21T15:12:20Z</updated>
    <subtitle>仕事関係の各種メモ用ブログ</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.25</generator>

<entry>
    <title>webminからMYSQLのバックアップで失敗する時</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2009/07/webminmysql.html" />
    <id>tag:blog2.dcw-jp.com,2009://1.91</id>

    <published>2009-07-21T15:08:14Z</published>
    <updated>2009-07-21T15:12:20Z</updated>

    <summary>unlock　tabelsの為にmysqldumpが失敗する場合、以下の内容で行...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>unlock　tabelsの為にmysqldumpが失敗する場合、以下の内容で行ってみる。</p>
<ol>
<li>sshでログイン</li>
<li>mysqldump -u DBユーザ -p&nbsp; DB名 --skip-lock-tables &gt; バックアップ先</li>
<li>パスワードを聞かれるので入力</li>
</ol>
<p>&nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>最新のxampp導入チェックポイント等メモ</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2009/04/xampp.html" />
    <id>tag:blog2.dcw-jp.com,2009://1.53</id>

    <published>2009-04-09T06:19:25Z</published>
    <updated>2009-04-09T18:03:20Z</updated>

    <summary>必要な物一式 xampp-win32-1.7.0-installer.exe x...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="xampp" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>必要な物一式</p>
<ol>
<li><a href="http://www.apachefriends.org/download.php?xampp-win32-1.7.0-installer.exe">xampp-win32-1.7.0-installer.exe</a></li>
<li><a href="http://www.apachefriends.org/download.php?xampp-win32-tomcat-addon-6.0.18-2.2.11-installer.exe">xampp-win32-tomcat-addon-6.0.18-2.2.11-installer.exe</a></li>
<li><a href="http://ftp.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952.msi">ActivePerl-5.8.8.822-MSWin32-x86-280952.msi</a></li>
<li><a href="http://image_magick.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe">ImageMagick-6.3.5-10-Q8-windows-dll.exe</a></li>
</ol>
<p><span style="color: #ff0000;">apachefriendsのxampp-addonにあるPerlにはppm(perl-package-manager)が無いので、Windows用のコンパイル環境が無い人にはモジュール追加が出来ない。よってActivePerlを用いる。CPANでモジュールコンパイルが出来る人はaddonでチャレンジも可能。ActivePerlはImage::MagickとMT4.25の関係もあり、あえて古い5.8.8とした。ImageMagickも同じ理由で6.3.5である。</span></p>
<p>１～４を順にインストールする。</p>
<p>JSPやJavaServletの確認が要らないなら2は不要。</p>
<p>PHP主体で使うのでPerlのモジュールは特に必要ないのなら３は</p>
<p><a href="http://www.apachefriends.org/download.php?xampp-win32-perl-addon-5.10.0-2.2.11-installer.exe">xampp-win32-perl-addon-5.10.0-2.2.11-installer.exe</a></p>
<p>でもよい。</p>
<p>インストール先は全てc:\xamppにした。</p>
<p>全てのインストールが終わったらコマンドプロンプトでperl\binへ移動後、ppmをGUIで実行し歯車マークの設定を開いてrepositoryに以下を追加し、終了する。</p>
<blockquote>
<p><a href="http://www.bribes.org/perl/ppm">http://www.bribes.org/perl/ppm</a></p>
<p><a href="http://theoryx5.uwinnipeg.ca/ppms">http://theoryx5.uwinnipeg.ca/ppms</a></p>
</blockquote>
<p>MT4.25などを使う場合は</p>
<blockquote>
<p>c:\xampp\perl\bin&gt;　ppm install 必要なモジュール名</p>
</blockquote>
<p>ImageMagickのインストール時にPerlMagickディレクトリが作られるよう、PerlMagick込みで実行し、その後</p>
<blockquote>
<p>c:\xampp\perl\bin&gt;　ppm install ImageMagickインストールディレクトリ\perlmagickディレクトリ\Image-magick.ppd</p>
</blockquote>
<p>を行う。</p>
<ul>
<li>IO::Uncompress::Gunzip</li>
<li>IO::Compress::Gzip</li>
</ul>
<p>は</p>
<ul>
<li>IO-Compress-Zlib</li>
<li>PerlIO-Gzip</li>
</ul>
<p><span style="font-size: x-small;">をインストールすることでインストールされる。</span></p>
<p>結果、以下の画像レベルまで設定可能。</p>
<span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { function onclick() { function onclick() { function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/sc000-37.html','popup','width=615,height=2980,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false } } } }" href="http://blog2.dcw-jp.com/assets_c/2009/04/sc000-37.html"><img class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" src="http://blog2.dcw-jp.com/assets_c/2009/04/sc000-thumb-480x2325-37.png" alt="sc000.png" width="480" height="2325" /></a></span>]]>
        
    </content>
</entry>

<entry>
    <title>リモートデスクトップの色数変更</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2009/04/post-2.html" />
    <id>tag:blog2.dcw-jp.com,2009://1.52</id>

    <published>2009-04-04T15:39:24Z</published>
    <updated>2009-04-04T16:08:03Z</updated>

    <summary>リモートデスクトップはXP pro同士であれば使うことができ、複数のPCで作業を...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="Windows" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p><span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/4-thumb-200x118-15-16.html','popup','width=200,height=118,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/4-thumb-200x118-15-16.html"></a></span><span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/3-12.html','popup','width=510,height=257,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/3-12.html"></a></span><span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html"></a></span><span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html"></a></span>リモートデスクトップはXP pro同士であれば使うことができ、複数のPCで作業を行う際に便利だが、初期状態では色数が16ビットに限定されてしまい不便なことも多い。</p>
<p>以下の方法で色数を増やすことができる。（サーバー側※デスクトップを送り出す側で設定を行う）</p>
<h2>グループポリシーエディタ起動</h2>
<p>&rdquo;ファイル名を指定して実行&rdquo;よりgpedit.mscを入力して起動</p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/1-6.html','popup','width=403,height=175,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/1-6.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/1-thumb-200x86-6.png" alt="1.png" width="200" height="86" /></a></p>
<p><a onclick="function onclick() { function onclick() { function onclick() { function onclick() { function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/1-6.html','popup','width=403,height=175,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false } } } } }" href="http://blog2.dcw-jp.com/assets_c/2009/04/1-6.html"></a></p>
<h2>管理用テンプレート追加</h2>
<p>&nbsp;コンピュータの構成の管理用テンプレート上で右クリックしてテンプレート追加。</p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/2-9.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/2-9.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/2-thumb-200x142-9.png" alt="2.png" width="200" height="142" /></a></p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/3-12.html','popup','width=510,height=257,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/3-12.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/3-thumb-200x100-12.png" alt="3.png" width="200" height="100" /></a></p>
<p><span enctype="application/x-www-form-urlencoded" method="get" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/4-15.html','popup','width=656,height=390,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/4-15.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/4-thumb-200x118-15.png" alt="4.png" width="200" height="118" /></a><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html"></a></span></p>
<h2>色数を設定</h2>
<p>&rdquo;ターミナルサービス&rdquo;の&rdquo;色の解像度を制限する"を開き、"有効&rdquo;を選択し、&rdquo;色の解像度&rdquo;を"クライアント互換"にするなどして16ビットより多い発色にする。</p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/5-thumb-200x142-21.png" alt="5.png" width="200" height="142" /></a></p>
<p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/6-18.html','popup','width=469,height=437,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/6-18.html"><img class="mt-image-none" src="http://blog2.dcw-jp.com/assets_c/2009/04/6-thumb-200x186-18.png" alt="6.png" width="200" height="186" /></a></p>
</p>
<p><a onclick="function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html','popup','width=801,height=572,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false }" href="http://blog2.dcw-jp.com/assets_c/2009/04/5-21.html"></a></p>
<p><a onclick="function onclick() { function onclick() { function onclick() { function onclick() { function onclick() { window.open('http://blog2.dcw-jp.com/assets_c/2009/04/4-15.html','popup','width=656,height=390,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false } } } } }" href="http://blog2.dcw-jp.com/assets_c/2009/04/4-15.html"></a></p>]]>
        
    </content>
</entry>

<entry>
    <title>MovableTypeの文字コードを変換</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2009/01/movabletype.html" />
    <id>tag:blog2.dcw-jp.com,2009://1.24</id>

    <published>2009-01-14T05:14:27Z</published>
    <updated>2009-01-14T06:03:15Z</updated>

    <summary>既存環境 ＤＢ文字セット：EUC-JP PublishCharSet：Shift...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>既存環境</p>
<ul>
<li>ＤＢ文字セット：EUC-JP</li>
<li>PublishCharSet：Shift-JIS</li>
<li>MySQL：4.0系</li>
</ul>
<p>移管後環境</p>
<ul>
<li>ＤＢ文字セット：EUC-JP</li>
<li>PublishCharSet：UTF-8</li>
<li>MySQL：4.0系</li>
</ul>
<p>作業手順</p>
<ol>
<li>phpMyAdminにてSQLファイルにてバックアップを作成</li>
<li>English iso-8559-1にて実行</li>
<li>ダウンロードしたファイルのテーブルデータが目視判読可能な事を確認（今回はShft-JISにて判読可能）</li>
<li>ファイルをUTF-8（BOM無し）に変換、改行は念のためLFのみに変換</li>
<li>￥&rsquo;を検索し、全て&rsquo;へと置換する</li>
<li>別表の文字もエスケープしている￥を削除する<br />（文字￥を文字へエディタやスクリプトで変換するのが効率良い）</li>
<li>phpMyAdminにUTF-8でログイン</li>
<li>DB内のテーブルを全てdrop</li>
<li>DBの照会順序を変更（既にujis_japanee_ciの場合は不要）<br />
<div><span class="syntax"><span class="syntax_alpha syntax_alpha_reservedWord">ALTER</span> <span class="syntax_alpha syntax_alpha_reservedWord">DATABASE</span> <span class="syntax_quote syntax_quote_backtick">`DB名`</span> <span class="syntax_alpha syntax_alpha_reservedWord">DEFAULT</span> <span class="syntax_alpha syntax_alpha_reservedWord">CHARACTER</span> <span class="syntax_alpha syntax_alpha_reservedWord">SET</span> <span class="syntax_alpha syntax_alpha_charset">ujis</span> <span class="syntax_alpha syntax_alpha_reservedWord">COLLATE</span> <span class="syntax_alpha syntax_alpha_charset">ujis_japanese_ci</span></span></div>
</li>
<li>修正済みのSQLファイルをインポート</li>
<li>MovableTypeのmt-config.cgiにてPublishCharSetをUTF-8に変更</li>
<li>mt.cgiにログインし、文字化けが無いことを確認</li>
<li>再構築が正常に行われることを確認</li>
<li>出力結果が全てUTF-8であることを確認</li>
<li>終了</li>
</ol>
<p>エスケープされている文字の一覧</p>
<table border="0">
<tbody>
<tr>
<th>文字</th><th>コード</th>
</tr>
<tr>
<th>―</th>
<td>81 5C</td>
</tr>
<tr>
<th>ソ</th>
<td>83 5C</td>
</tr>
<tr>
<th>Ы</th>
<td>84 5C</td>
</tr>
<tr>
<th>Ⅸ</th>
<td>87 5C</td>
</tr>
<tr>
<th>噂</th>
<td>89 5C</td>
</tr>
<tr>
<th>浬</th>
<td>8A 5C</td>
</tr>
<tr>
<th>欺</th>
<td>8B 5C</td>
</tr>
<tr>
<th>圭</th>
<td>8C 5C</td>
</tr>
<tr>
<th>構</th>
<td>8D 5C</td>
</tr>
<tr>
<th>蚕</th>
<td>8E 5C</td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<th>文字</th><th>コード</th>
</tr>
<tr>
<th>十</th>
<td>8F 5C</td>
</tr>
<tr>
<th>申</th>
<td>90 5C</td>
</tr>
<tr>
<th>曾</th>
<td>91 5C</td>
</tr>
<tr>
<th>箪</th>
<td>92 5C</td>
</tr>
<tr>
<th>貼</th>
<td>93 5C</td>
</tr>
<tr>
<th>能</th>
<td>94 5C</td>
</tr>
<tr>
<th>表</th>
<td>95 5C</td>
</tr>
<tr>
<th>暴</th>
<td>96 5C</td>
</tr>
<tr>
<th>予</th>
<td>97 5C</td>
</tr>
<tr>
<th>禄</th>
<td>98 5C</td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<th>文字</th><th>コード</th>
</tr>
<tr>
<th>兔</th>
<td>99 5C</td>
</tr>
<tr>
<th>喀</th>
<td>9A 5C</td>
</tr>
<tr>
<th>媾</th>
<td>9B 5C</td>
</tr>
<tr>
<th>彌</th>
<td>9C 5C</td>
</tr>
<tr>
<th>拿</th>
<td>9D 5C</td>
</tr>
<tr>
<th>杤</th>
<td>9E 5C</td>
</tr>
<tr>
<th>歃</th>
<td>9F 5C</td>
</tr>
<tr>
<th>濬</th>
<td>E0 5C</td>
</tr>
<tr>
<th>畚</th>
<td>E1 5C</td>
</tr>
<tr>
<th>秉</th>
<td>E2 5C</td>
</tr>
</tbody>
</table>
<table border="0">
<tbody>
<tr>
<th>文字</th><th>コード</th>
</tr>
<tr>
<th>綵</th>
<td>E3 5C</td>
</tr>
<tr>
<th>臀</th>
<td>E4 5C</td>
</tr>
<tr>
<th>藹</th>
<td>E5 5C</td>
</tr>
<tr>
<th>觸</th>
<td>E6 5C</td>
</tr>
<tr>
<th>軆</th>
<td>E7 5C</td>
</tr>
<tr>
<th>鐔</th>
<td>E8 5C</td>
</tr>
<tr>
<th>饅</th>
<td>E9 5C</td>
</tr>
<tr>
<th>鷭</th>
<td>EA 5C</td>
</tr>
<tr>
<th>偆</th>
<td>ED 5C</td>
</tr>
<tr>
<th>砡</th>
<td>EE 5C</td>
</tr>
</tbody>
</table>]]>
        
    </content>
</entry>

<entry>
    <title>SQLリカバリ</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2008/02/sql.html" />
    <id>tag:blog2.dcw-jp.com,2008://1.22</id>

    <published>2008-02-25T14:29:47Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary><![CDATA[通常 	$ mysql &nbsp;-u &nbsp;rootデータベース名 &...]]></summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[通常
<blockquote>
	$ mysql &nbsp;-u &nbsp;root<em>データベース名 &nbsp;</em>&lt;&nbsp; dump.sql
</blockquote>
<p>
すでに mysql を実行中の場合、source コマンドを使用
</p>
<blockquote>
	<p>
	&nbsp;mysql &lt; source filename;
	</p>
</blockquote>]]>
        
    </content>
</entry>

<entry>
    <title>Ajaxによる高速サーチの導入</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2007/03/ajax.html" />
    <id>tag:blog2.dcw-jp.com,2007://1.18</id>

    <published>2007-03-02T10:43:54Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> 参考サイト 風柳亭 - 別館：書庫のある庵 -：blog_ajax_json_...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
参考サイト<br />
<a href="http://furyu.tea-nifty.com/annex/#ccqlink=/annex/2006/05/blog_ajax_json__94c8.html" title="風柳亭 - 別館：書庫のある庵 -：blog_ajax_json_search.jsにパッチ：コメントも含めて検索">風柳亭 - 別館：書庫のある庵 -：blog_ajax_json_search.jsにパッチ：コメントも含めて検索</a><br />
<a href="http://java.cocolog-nifty.com/blog/2005/12/typepadmtajaxja_c70d.html#type=original" title="暴想：ココログプロとかTypepadとかMTとかブログ人とかその他のブログサービスとかでもAjaxでバックナンバーを検索するJavaScript">暴想：ココログプロとかTypepadとかMTとかブログ人とかその他のブログサービスとかでもAjaxでバックナンバーを検索するJavaScript</a>
</p>
<p>
●以下をまず入手（prototype.jsはともかく、blog_ajax_json_search.jsはDigicloにより改変されています）
</p>
<p>
<a href="http://blog2.dcw-jp.com/prototype.js" title="prototype.js">prototype.js</a>
</p>
<p>
<a href="http://blog2.dcw-jp.com/blog_ajax_json_search.js" title="blog_ajax_json_search.js">blog_ajax_json_search.js</a>
</p>
<p>
●検索用データを抽出するテンプレートを作成
</p>
<p>
インデックステンプレートとして新規に検索データ抽出を作成、出力ファイル名はsearch_data.txtとして以下の内容で作成。インデックステンプレートに連動して再構築をする設定とすること。
</p>
<blockquote>
	<p>
	&nbsp;&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf8&quot;?&gt;<br />
	{<br />
	data:[<br />
	&lt;MTEntries all=&quot;1&quot;&gt;{<br />
	title:&quot;&lt;$MTEntryTitle remove_html=&quot;1&quot; encode_js=&quot;1&quot;$&gt;&quot;<br />
	,link:&quot;&lt;$MTEntryLink$&gt;&quot;<br />
	,body:&quot;&lt;$MTEntryBody remove_html=&quot;1&quot; encode_js=&quot;1&quot;$&gt;&lt;$MTEntryMore remove_html=&quot;1&quot; encode_js=&quot;1&quot;$&gt;&lt;MTComments&gt;【&lt;$MTCommentAuthor remove_html=&quot;1&quot; encode_js=&quot;1&quot;$&gt;】&lt;$MTCommentBody remove_html=&quot;1&quot; encode_js=&quot;1&quot;$&gt;&lt;/MTComments&gt;&quot;<br />
	},&lt;/MTEntries&gt;<br />
	{title:&quot;&quot;,link:&quot;&quot;,body:&quot;&quot;}<br />
	]<br />
	}
	</p>
</blockquote>
<p>
●呼び出し用検索窓作成
</p>
<blockquote>
	<p>
	&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;$MTBlogURL$&gt;prototype.js&quot;&gt;&lt;/script&gt;<br />
	&lt;script type=&quot;text/javascript&quot; src=&quot;&lt;$MTBlogURL$&gt;blog_ajax_json_search.js&quot;&gt;&lt;/script&gt;<br />
	&lt;form action=&quot;javascript:blogAjaxJsonSearch( &#39;&lt;$MTBlogURL$&gt;search_data.txt&#39;, document.getElementById(&#39;search_box&#39;).value );&quot;&gt;<br />
	&lt;input type=&quot;text&quot; id=&quot;search_box&quot; value=&quot;&quot; /&gt;<br />
	&lt;input type=&quot;button&quot; id=&quot;search_button&quot; onclick=&quot;javascript:blogAjaxJsonSearch( &#39;&lt;$MTBlogURL$&gt;search_data.txt&#39;, document.getElementById(&#39;search_box&#39;).value );&quot; onkeypress=&quot;javascript:blogAjaxJsonSearch( &#39;&lt;$MTBlogURL$&gt;search_data.txt&#39;, document.getElementById(&#39;search_box&#39;).value );&quot; value=&quot;検索&quot; /&gt;<br />
	&lt;/form&gt;
	</p>
</blockquote>
<p>
●表示領域の作成<br />
各テンプレートの任意の表示したい位置を&lt;div class=&quot;result&quot;&gt;&lt;/div&gt;で囲む。
</p>
<p>
サイトを再構築することで利用可能となる。
</p>
<p>
<span style="color: #ff0000">注意点</span>：
</p>
<p>
エントリーを追加した後、search_data.txtを再構築しなければ検索に反映しないので注意。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>Movable Type Ver3.2系から3.3系へのアップグレード</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2007/02/movable-type-ver3233.html" />
    <id>tag:blog2.dcw-jp.com,2007://1.17</id>

    <published>2007-02-27T05:45:28Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary><![CDATA[ &nbsp;3.2系ではカテゴリー名が日本語の場合、cat+カテゴリーIDが自...]]></summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
&nbsp;3.2系ではカテゴリー名が日本語の場合、cat+カテゴリーIDが自動でカテゴリーファイルパスとなるが、3.3系では任意にファイル名という形でカテゴリーファイルパスが作成出来る。また任意に指定しない場合、日本語のカテゴリー名から2バイト文字を除いたカテゴリーファイルパスが作成されてしまう。
</p>
<p>
その為、3.2でアーカイブマッピングのエントリーアーカイブを
</p>
<blockquote>
	primary_category/entry_basename.html
</blockquote>
<p>
としていた場合にアップグレード後、パーマリンクが異なって構成されてしまう。
</p>
<p>
回避策として
</p>
<p>
１）アップグレード後、再構築前にカテゴリー一覧よりファイル名を旧来のcat+IDとして全て修正を施す。&nbsp;
</p>
<p>
２）アーカイブマッピングのエントリーアーカイブを既存の物ではなく&quot;カスタマイズ&quot;を選択し、
</p>
<blockquote>
	MTCategoryBasename&gt;/&lt;MTArchiveFile extension=&#39;0&#39;&gt;.html
</blockquote>
<p>
とする
</p>
<p>
３）上記が完了した段階で再構築を行う
</p>
<p>
なお、誤って回避策を実行前に再構築をしてしまった場合、スタティック作成にしているとサーバ上に誤ったURIでのファイルが散乱することになるので<span style="color: #ff0000">要注意</span>
</p>]]>
        
    </content>
</entry>

<entry>
    <title>XREAでのプラグイン利用上の注意</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2007/02/xrea.html" />
    <id>tag:blog2.dcw-jp.com,2007://1.15</id>

    <published>2007-02-08T18:54:47Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary><![CDATA[ 要注意&nbsp; 同一プラグインでバージョン違いにより、ファイル名が異なる場...]]></summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="Application" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Plugin" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="TinyMCE" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
<span style="color: #ff0000">要注意</span>&nbsp;
</p>
<p>
同一プラグインでバージョン違いにより、ファイル名が異なる場合や、新バージョンを試すにあたって旧バージョンをリネームしてサーバ上に残しておく場合など、同目的のプラグインを複数インストールするとmt.cgiがスクリプトエラーを起こすケースを確認。
</p>
<p>
その場合、エラー発生時点から遡り、最後にインストールしたプラグインを一端サーバから削除することでmt.cgiのエラーは回避できる。
</p>
<p>
その後、競合する物を削除する、あるいは利用停止にした上で新たにプラグインをインストールするとエラーは発生しない。
</p>
<p>
<span style="color: #0000ff">追加研究要</span>
</p>
<p>
さくらインターネットの専用サーバやKK-NETのレンタルサーバでは発生していないので、apacheや.htaccessでの設定の差異に影響されるらしい。
</p>
<p>
&nbsp;
</p>]]>
        
    </content>
</entry>

<entry>
    <title>HRタグのスタイル設定</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2007/02/hr.html" />
    <id>tag:blog2.dcw-jp.com,2007://1.14</id>

    <published>2007-02-07T06:43:07Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> IEでは 	 	hr {width: 485px ; height: 1px ...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="CSS" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
IEでは
</p>
<blockquote>
	<p>
	hr {width: 485px ; height: 1px ; color: #666666 ;}
	</p>
</blockquote>
<p>
のみで、1px高さの&lt;hr&gt;による 水平線が引けるが、FirefoxやOperaでは3pxくらいの高さの水平線になってしまう。
</p>
<p>
解決策として
</p>
<blockquote>
	<p>
	hr {width: 485px ; height: 1px ; color: #666666 ; background-color: #666666 ; border: 0 ;}&nbsp;
	</p>
</blockquote>
<p>
のようにするとブラウザ間の差異を回避できる。&nbsp;
</p>]]>
        
    </content>
</entry>

<entry>
    <title>RHEL Desktop 4　への　XOSD組込</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2007/01/rhel-desktop-4xosd.html" />
    <id>tag:blog2.dcw-jp.com,2007://1.13</id>

    <published>2007-01-31T06:05:43Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> XOSD のRPMパッケージをダウンロード xosd-devel-2.2.14...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="RHEL" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<pre>
XOSD のRPMパッケージをダウンロード
</pre>
<p>
<del><a href="http://apt.sw.be/redhat/el4/en/i386/dag/repodata/repoview/xosd-devel-0-2.2.14-1.el4.rf.html" title="パッケージ名及びダウンロード先修正">xosd-devel-2.2.14-1.el4.rf.i386.rpm</a></del>
</p>
<p>
<a href="http://rpmforge.net/user/packages/xosd/" title="RPMforge xosd RPM ">RPMforge</a>から以下をダウンロード
</p>
<p>
<a href="http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el4/en/i386/RPMS.dries/xosd-2.2.12-1.2.el4.rf.i386.rpm" title="xosd-2.2.12-1.2.el4.rf.i386.rpm">xosd-2.2.12-1.2.el4.rf.i386.rpm</a><br />
<a href="http://ftp.belnet.be/packages/dries.ulyssis.org/redhat/el4/en/i386/RPMS.dries/xosd-devel-2.2.12-1.2.el4.rf.i386.rpm" title="xosd-devel-2.2.12-1.2.el4.rf.i386.rpm">xosd-devel-2.2.12-1.2.el4.rf.i386.rpm</a>
</p>
<p>
ルート権限で
</p>
<blockquote>
	rpm -Uvh xosd-*
</blockquote>
を実行しインストール。]]>
        
    </content>
</entry>

<entry>
    <title>XREAへのOpenPNEのインストール</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2006/11/xreaopenpne.html" />
    <id>tag:blog2.dcw-jp.com,2006://1.12</id>

    <published>2006-11-27T00:45:20Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> １）サーバのpublic_htmlと並列ディレクトリとしてopenpneを作成...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="OpenPNE" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p class="imageleft">
１）サーバのpublic_htmlと並列ディレクトリとしてopenpneを作成。このディレクトリをOPENPNE_DIRとする。
</p>
<p>
２）OpenPNE/public_htmlの内容をアップロードしたディレクトリからOPENPNE_DIRまでの相対パスをconfig.inc.phpに記述。
</p>
<p>
３）config.inc.phpがあるディレクトリ内に以下を.htaccessとして記述。
</p>
<blockquote>
	<p>
	php_value default_charset UTF-8<br />
	php_value mbstring.language Japanese<br />
	php_value mbstring.internal_encoding UTF-8<br />
	php_value mbstring.http_input pass<br />
	php_value mbstring.http_output pass<br />
	php_value mbstring.detect_order auto<br />
	php_value mbstring.substitute_character none<br />
	php_value mbstring.func_overload 0<br />
	php_flag mbstring.encoding_translation Off
	</p>
</blockquote>
<p>
４）OPENPNE_DIR/setup/sql/install/にある、install-(Ver)-create_tables-mysql(ver).sqlとinstall-(Ver)-insert_data.sqlをエディタで開き、EUC-JPとして保存する。
</p>
<p>
５）XREAコントロールパネルよりデータベースにてphpMyAdminを呼び出し、インストールするDBに対し、SQLメニューから４）で修正したsql文をcreate_tables、insert_dataを順次実行する。
</p>
<p>
６）OPENPNE_URL/?m=setupよりセットアップを実行
</p>
<p>
管理画面及びSNS画面が正常に表示されればインストール成功。
</p>
<p>
xrea+での契約の場合、DBは5個まで作成可能なので別DBにて運営するのであれば5本のOpenPNEをインストールし別々のドメインにて運用可能である。
</p>
<p>
DBを1つの場合、sql及びDBアクセスに関わる全ての記述を修正し、テーブル名にprefixをつけることで複数の共存が可能。
</p>
<p>
2007-02-07追記
</p>
<p>
safeモードでphpが動いているので、config.phpの341行目を
</p>
<blockquote>
	<p>
	define(&#39;MAIL_SET_ENVFROM&#39;, false);
	</p>
</blockquote>
<p>
とfalseに修正する。これを行わないとOpnePNEからメール送信が行えない。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>perlモジュールの追加</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2006/10/perl.html" />
    <id>tag:blog2.dcw-jp.com,2006://1.11</id>

    <published>2006-10-22T16:42:54Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> FreeBSDのサーバにMovableTypeをインストールする前にmt-ch...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="FreeBSD" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="サーバ設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
<span style="font-family: #mce_temp_font#">FreeBSDのサーバにMovableTypeをインストールする前にmt-check.cgiを実行すると不足していると指摘されるモジュールがいくつか存在した場合の作業。</span>
</p>
<p>
<span style="font-family: #mce_temp_font#">FreeBSDサーバに現在実行パスとして/usr/local/bin/perlとして5.8.0系がインストールされている状態で以下をまず実行</span>
</p>
<blockquote>
	<p>
	perl -MCPAN -e shell
	</p>
</blockquote>
<p>
CPANのミラーサイト指定をasia&gt;japan&gt;最寄りサーバにする以外は全てデフォルトでOK。
</p>
<p>
その後、CPANのプロンプトより
</p>
<blockquote>
	<p>
	install HTML::Entities
	</p>
</blockquote>
<p>
などと言った形で不足しているperlモジュールを追加でインストールしていく。この場合、圧縮ファイルのダウンロードとmake、コンパイルが実行されるので物によってはかなり時間が掛かる事に注意。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>MCImagemanagerをTinyMCE plugin for Movable Typeで使う</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2006/10/mcimagemanagertinymce-plugin-for-movable-type.html" />
    <id>tag:blog2.dcw-jp.com,2006://1.10</id>

    <published>2006-10-13T03:12:11Z</published>
    <updated>2008-12-17T23:46:12Z</updated>

    <summary> MCImagemanagerをインストールし、TinyMCEと組み合わせて使う...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Plugin" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="TinyMCE" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
MCImagemanagerをインストールし、TinyMCEと組み合わせて使う場合、インストールすべきディレクトリが決まっている。<br />
また、TinyMCEforMTプラグイン上にてImageManager呼び出しをする為の処理を書き加えなければいけない。<br />
<br />
MTがインストールされているディレクトリを起点に<br />
/mt-static/TinyMCEforMT/js/tiny_mce/plugins/<br />
にMCImagemanagerのフォルダ毎をコピー。<br />
<br />
また、TinyMCEforMTの
</p>
<blockquote>
	<p>
	plugins :<br />
	&quot;table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview<br />
	,zoom,flash,searchreplace,print,contextmenu,paste,directionality,fullscreen,<br />
	noneditable&quot;,
	</p>
</blockquote>
<p>
の最後尾を
</p>
<blockquote>
	fullscreen,noneditable,imagemanager&quot;,
</blockquote>
<p>
と書き換える。
</p>
<p>
もちろん、別途MCImageManegerのconfig.phpを自分の環境に合わせて修正が必要。<br />
※デフォルトではMCImageManegerの設置されているディレクトリ下の画像ディレクトリであるimageに全ての画像がアップロードされ、そこからのリンクがタグとして挿入されてしまう為、セキュリティ上うれしくない。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>xrea.comにMovable Type 3.33-ja</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2006/10/xreacommovable-type-333-ja.html" />
    <id>tag:blog2.dcw-jp.com,2006://1.9</id>

    <published>2006-10-11T21:41:34Z</published>
    <updated>2008-12-17T23:46:11Z</updated>

    <summary> XREAにて、Movable Type 3.33-jaを導入する場合の注意点 ...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="CMS設定関係" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="MovableType" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<p>
<a href="http://www.xrea.com/" title="http://www.xrea.com/">XREA</a>にて、Movable Type 3.33-jaを導入する場合の注意点
</p>
<ul>
	<li>XREAのユーザ名に&quot;-&quot;が含まれるとMySQLが使えないので申し込みの際に注意すること。&nbsp;</li>
	<li>mt-check.cgi単体では動かない。</li>
	<li>Movable Type 3.33-jaの全ファイルをアップロードしておく必要あり。</li>
	<li>mt-config.cgiが無い場合、mt-check.cgiもmt-wizard.cgiも正常に動作しない。</li>
	<li>MySQLのエンコードはEUC-JPを強く推奨。</li>
	<li>cgiのパーミッションは全て700。755ではないので注意。</li>
	<li>StyleCatcher用のthemesや画像のアップロード等のディレクトリのパーミッションを707にする必要あり。777ではない。</li>
	<li>mt-config.cgiが必須。</li>
	<li>◆広告自動挿入対策が必要。public_html直下にインストールすると広告の自動挿入が行われる。よって、広告回避用のxディレクトリを作成しておき、そこへMovable　Type 3.33-ja.zipを解凍してアップロードする。</li>
	<li>コントロールパネルからMySQLでDBを作成しておく。</li>
	<li>mt-check.cgiの実行前に初期設定が必要。</li>
</ul>
<hr />
mt-config.cgiを以下の内容で作成しておく。
<blockquote>
	<p>
	CGIPath　http://ユーザ名.サーバ番号.xrea.com/x/
	</p>
</blockquote>
<blockquote>
	<p>
	ObjectDriver DBI::mysql<br />
	Database ユーザ名<br />
	DBUser ユーザ名<br />
	DBPassword パスワード<br />
	DBHost localhost
	</p>
</blockquote>
<p>
Apacheがsuexecで稼働する為マスクを設定
</p>
<blockquote>
	<p>
	DBUmask 0022<br />
	HTMLUmask 0022<br />
	UploadUmask 0022<br />
	DirUmask 0022
	</p>
</blockquote>
<p>
文字コードを設定
</p>
<blockquote>
	<p>
	PublishCharset EUC-JP
	</p>
</blockquote>
<hr />
上記内容でmt-config.cgiを作成したら、パーミッションを604にしておく。&nbsp;
<ul>
	<li>mt-check.cgiで動作を確認（しなくてもＯＫ）。そこいらのレンタルサーバよりもインストール済みのモジュールは充実してます。</li>
	<li>以下へのアクセスによりインストール開始。</li>
</ul>
<blockquote>
	<p>
	http://ユーザ名.サーバ番号.xrea.com/x/index.html
	</p>
</blockquote>
<ul>
	<li>初期設定を実施し、再構築を行う。ダイナミックパブリッシングを行う場合、自動生成されるtemplates_cのパーミッションを707にしておく。</li>
	<li>再構築後に表示を確認し、正常ならインストールは成功。</li>
	<li>広告の手動挿入処理。XREAのコントロールパネルの広告HTMLより広告挿入用のJavaScriptをコピーし、インデックステンプレートのメインページ、アーカイブページ、アーカイブテンプレートの全て、システムテンプレートの検索結果の&lt;/body&gt;の直前に追加。</li>
</ul>
<p>
この場合、モジュールテンプレートに新規として&quot;xrea-ad&quot;を作成し、その中にJavaScriptをコピー。各テンプレートの&lt;/body&gt;の直前に
</p>
<blockquote>
	<p>
	&lt;$MTInclude module=&quot;xrea-ad&quot;$&gt;
	</p>
</blockquote>
<p>
といった形で設置し再構築すると手間が掛からない。
</p>]]>
        
    </content>
</entry>

<entry>
    <title>パッケージ管理及びアップデート手順</title>
    <link rel="alternate" type="text/html" href="http://blog2.dcw-jp.com/2006/10/post-1.html" />
    <id>tag:blog2.dcw-jp.com,2006://1.8</id>

    <published>2006-10-02T16:29:42Z</published>
    <updated>2008-12-17T23:46:11Z</updated>

    <summary> 	ログイン 	su 	インストールパッケージ確認 	 	　dpkg -l 	 ...</summary>
    <author>
        <name>Digiclo</name>
        <uri>http://www.dcw-jp.com</uri>
    </author>
    
        <category term="Debian GNU/Linux" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="ja" xml:base="http://blog2.dcw-jp.com/">
        <![CDATA[<ul>
	<li>ログイン</li>
	<li>su</li>
	<li>インストールパッケージ確認</li>
</ul>
<blockquote>
	<p>
	　dpkg -l
	</p>
</blockquote>
<ul>
	<li>アップデートチェック</li>
</ul>
<blockquote>
	<p>
	apt-get update
	</p>
</blockquote>
<ul>
	<li>アップデート実行</li>
</ul>
<blockquote>
	<p>
	apt-get upgrade
	</p>
</blockquote>
<ul>
	<li>パッケージ状態確認</li>
</ul>
<blockquote>
	<p>
	dpkg -l
	</p>
</blockquote>
<p>
アップデート実行中にアーカイブの取得によるディスク容量消費に関しての続行指示が必要な場合あり
</p>]]>
        
    </content>
</entry>

</feed>
