<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">384氏のこれよくないですか？</title>
  <subtitle type="html">個人的メモ</subtitle>
  <link rel="self" type="application/atom+xml" href="http://ryo.ni-3.net/atom"/>
  <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/"/>
  <updated>2010-01-11T23:16:42+09:00</updated>
  <author><name>384氏</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>ryo.ni-3.net://entry/39</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/linux/%E9%9A%A0%E3%81%97%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB-%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E5%90%8D%E5%85%88%E9%A0%AD%E3%80%8C.%E3%80%8D-%E3%82%92%E5%90%AB%E3%82%81%E3%81%A6%E3%82%B5%E3%83%96%E3%83%87%E3%82%A3" />
    <published>2013-09-17T23:36:36+09:00</published> 
    <updated>2013-09-17T23:36:36+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>隠しファイル(ファイル名先頭「.」)を含めてサブディレクトリ丸ごとコピーする方法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<div>
<div>ドット「.」で始まるファイルを含めて処理するよう設定する。</div>
<div>$ shopt -s dotglob</div>
<div></div>
<div>$ cp ./src/* ./dest/ -rf<br />
<br />
</div>
<div>ドット「.」で始まるファイルを含まずに処理するよう設定する。</div>
<div>$ shopt -u dotglob</div>
</div>
<div><span style="color: #555555; font-family: 'ＭＳ Ｐゴシック'; font-size: 14px; line-height: 19px;"></span></div>]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/38</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/windows8/windows8%E3%83%87%E3%82%B9%E3%82%AF%E3%83%88%E3%83%83%E3%83%97%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E9%96%93%E9%9A%94%E5%A4%89%E6%9B%B4" />
    <published>2013-07-07T18:15:09+09:00</published> 
    <updated>2013-07-07T18:15:09+09:00</updated> 
    <category term="Windows8" label="Windows8" />
    <title>Windows8デスクトップアイコン間隔変更</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<br />
regedit.exeを実行する。<br />
<br />
「HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics」を開く<br />
<br />
<div>
	「IconSpacing」の値を「-1500」&rarr;「-480」に変更<br />
	<br />
	「IconVerticalSpacing」の値を「-1125」&rarr;「-480」に変更<br />
	<br />
	レジストリエディタを終了<br />
	<br />
	再サインイン（サインアウト・サインイン）<br />
	&nbsp;</div>
<div>
	&nbsp;</div>
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/37</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/windows/%E9%80%9A%E7%9F%A5%E9%A0%98%E5%9F%9F%E3%81%AB%E3%80%8C%E3%83%8F%E3%83%BC%E3%83%89%E3%82%A6%E3%82%A7%E3%82%A2%E3%81%AE%E5%AE%89%E5%85%A8%E3%81%AA%E5%8F%96%E3%82%8A%E5%A4%96%E3%81%97%E3%80%8D%E3%81%AE%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3" />
    <published>2013-07-07T00:35:07+09:00</published> 
    <updated>2013-07-07T00:35:07+09:00</updated> 
    <category term="Windows" label="Windows" />
    <title>通知領域に「ハードウェアの安全な取り外し」のアイコンが表示されない場合の対処法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<div>
	「ハードウェアの安全な取り外し」アイコンが表示されないときの対処法</div>
<div>
	&nbsp;</div>
<div>
	コマンドプロンプトで下記3つを順次実行</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	reg add &quot;HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray&quot; /v &quot;Services&quot; /d 0 /t REG_DWORD /f</div>
<div>
	&nbsp;</div>
<div>
	systray 0</div>
<div>
	&nbsp;</div>
<div>
	systray 15</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	&lt;安全な取り外しを実行したいだけの場合&gt;</div>
<div>
	下記コマンドを実行</div>
<div>
	&nbsp;</div>
<div>
	rundll32 shell32.dll,Control_RunDLL hotplug.dll</div>
<div>
	&nbsp;</div>
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/36</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/windows/cd%E3%83%BBdvd%E3%83%89%E3%83%A9%E3%82%A4%E3%83%96%E3%81%8C%E8%AA%8D%E8%AD%98%E3%81%97%E3%81%AA%E3%81%84%E5%A0%B4%E5%90%88%E3%81%AE%E5%AF%BE%E5%87%A6%E6%96%B9%E6%B3%95%E3%80%80-v" />
    <published>2013-05-31T10:33:18+09:00</published> 
    <updated>2013-05-31T10:33:18+09:00</updated> 
    <category term="Windows" label="Windows" />
    <title>CD・DVDドライブが認識しない場合の対処方法　(Vista/XP)</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[BIOSでは認識されているのに、Windows上でCD/DVDドライブが認識されない場合の対処方法。<br />
<br />
１．レジストリエディタを起動<br />
&nbsp;ファイル名を指定して実行で「regedit」を入力して実行。<br />
<br />
２．画面左側のツリーで下記を開く。<br />
　HKEY_LOCAL_MACHINE<br />
　　└ SYSTEM<br />
　　　　└&nbsp;CurrentControlSet<br />
　　　　　　└&nbsp;Control\Class<br />
　　　　　　　　└&nbsp;{4D36E965-E325-11CE-BFC1-08002BE10318}<br />
<br />
３．画面右側の以下の２項目を削除。<br />
　　・UpperFilters<br />
　　・LowerFilters<br />
<br />
４．再起動<br />
<br />
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/35</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/office/microsoft%20office%20picture%20m" />
    <published>2013-04-05T11:56:53+09:00</published> 
    <updated>2013-04-05T11:56:53+09:00</updated> 
    <category term="Office" label="Office" />
    <title>Microsoft Office Picture Managerの起動が遅い件</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[C:\Documents and Settings\(ログオンユーザID)\Local Settings\Application Data\Microsoft\OIS　フォルダ内の、<br />
「OIScatalog.cag」ファイルをテキストエディタ（メモ帳など）で開く。<br />
内容はXML形式になっている。<br />
<br />
下記のような「&lt;mru path=」ではじまる行が複数存在する。<br />
&lt;mru path=&quot;C:\Pictures\DCIM\&quot; title=&quot;DCIM&quot; &nbsp;/&gt;<br />
<br />
このなかのネットワークを指している部分（内容が「\\」で始まる行）の行を削除する。<br />
&lt;mru path=&quot;\\server\shere\DCIM\&quot; title=&quot;DCIM&quot; &nbsp;/&gt;<br />
<br />
起動が遅い原因は、接続できない（別PCの共有フォルダを見に行くがPCが電源OFFなど）先へ接続しにいこうとするためと思われる。]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/34</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/linux/proftpd%20%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E8%AA%8D%E8%A8%BC%E6%99%82%E3%81%AE%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB" />
    <published>2013-03-23T19:39:20+09:00</published> 
    <updated>2013-03-23T19:39:20+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>ProFTPD ユーザファイル認証時のユーザファイル・グループファイルの作成方法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<div>
	【FTPユーザファイル作成方法】</div>
<div>
	&nbsp;</div>
<div>
	ftpasswd --passwd \</div>
<div>
	--file=(ファイル名) \</div>
<div>
	--name=(ユーザID) \</div>
<div>
	--uid=1000 --gid=1000 \</div>
<div>
	--home=(ホームディレクトリ) \</div>
<div>
	--shell=/bin/false</div>
<div>
	<br />
	※上記uidとgidはLinuxユーザ(/etc/passwd)の値を記載する。（記載した権限でファイルアクセスする。）<br />
	<br />
	&nbsp;</div>
<div>
	【FTPグループファイル作成方法】</div>
<div>
	&nbsp;</div>
<div>
	ftpasswd --group \</div>
<div>
	--file=(ファイル名) \</div>
<div>
	--name=(グループ名) --gid=1000<br />
	<br />
	【メモ】<br />
	/etc/proftpd/proftpd.conf　は下記のように編集しておくこと<br />
	--------------------------------------------------------------------------------<br />
	AuthOrder mod_auth_file.c<br />
	AuthUserFile (上記で作成したユーザファイル名)<br />
	AuthGroupFile (上記で作成したグループファイル名)</div>
<div>
	--------------------------------------------------------------------------------</div>
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/33</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/linux/%E3%83%91%E3%82%B9%E3%83%AF%E3%83%BC%E3%83%89%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E4%BD%9C%E6%88%90%E6%96%B9%E6%B3%95" />
    <published>2013-03-23T19:22:47+09:00</published> 
    <updated>2013-03-23T19:22:47+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>パスワードファイル作成方法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[【コマンド１行で行う場合】<br />
　＜新規ファイル作成する場合＞<br />
　　htpasswd -b -c (パスワードファイル名) (ユーザID) (パスワード)<br />
　＜変更する場合＞<br />
　　htpasswd -b (パスワードファイル名) (ユーザID) (パスワード)<br />
<br />
【対話形式で行う場合】<br />
　＜新規ファイル作成する場合＞<br />
　　htpasswd -c (パスワードファイル名) (ユーザID)<br />
　＜変更する場合＞<br />
　　htpasswd (パスワードファイル名)&nbsp;(ユーザID)<br />
<br />
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/32</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/windows8/windows8%E3%81%A7allowsx%20lte-f-05d" />
    <published>2012-12-24T18:00:55+09:00</published> 
    <updated>2012-12-24T18:00:55+09:00</updated> 
    <category term="Windows8" label="Windows8" />
    <title>Windows8でAllowsX LTE(F-05D)のADBドライバをインストールする方法</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Windows8(x64)でF-05Dのドライバがインストールできなくてはまったのでメモしておく。<br />
<br />
Windows8では署名なしのドライバを標準状態でそのままインストールできないようである。<br />
<br />
手順の流れは以下の通り。<br />
<br />
１．テストモードに移行する。<br />
２．「ドライバーの署名の強制」を無効化する。<br />
３．ドライバをインストールする。<br />
４．テストモードを解除する。<br />
<br />
詳細の手順は以下の通り。<br />
<br />
１．テストモードへの移行<br />
　管理者権限でコマンドプロンプトを起動し、次のコマンドを実行する。<br />
　「bcdedit /set TESTSIGNING ON」<br />
<br />
２．「ドライバーの署名の強制」の無効化<br />
<br />
　・[チャーム]－[設定]－［PCの設定変更］を選択する。<br />
<br />
　・Windows8の場合<br />
　　[全般]－[PCの起動をカスタマイズする]－[今すぐ再起動する]<br />
<br />
　・Windows8.1の場合<br />
　　[保守と管理]－[回復]－[PCの起動をカスタマイズする]－[今すぐ再起動する]<br />
<br />
　・[トラブルシューティング]－[詳細オプション]<br />
<br />
　・[Windowsのスタートアップ設定]を開く<br />
　すると、下記のような画面が開くので、「再起動」ボタンを押す。<br />
　-----------------------------------------------------------------------------------<br />
　再起動して、次のようなWindowsオプションを変更します：<br />
　・低解像度ビデオモードを使う<br />
　・デバッグモードを使う<br />
　・ブートログを使う<br />
　・セーフモードを使う<br />
　・ドライバー署名を強制しない<br />
　・起動時マルウェア対策をしない<br />
　・システム障害時に自動的に再起動しない<br />
　-----------------------------------------------------------------------------------<br />
　再起動をすると、オプションの選択画面が表示される。<br />
　「7)ドライバー署名の強制を無効にする」<br />
　[7]を押す。<br />
　デスクトップ右下に「テストモード」の表示がされ、ドライバのインストールが可能となる。<br />
<br />
３．ドライバのインストール<br />
　富士通サイトのドライバインストールの手順に従ってインストールを行う。<br />
　http://spf.fmworld.net/oss/driver/f-05d/data/download.html<br />
<br />
４．再起動<br />
　OSを再起動する。<br />
　これにより、上記２のオプション選択が解除される。<br />
　「adb devices」コマンドによりデバイスが認識されていることを確認しておく。<br />
<br />
５．テストモードの解除<br />
　管理者権限でコマンドプロンプトを起動し、次のコマンドを実行する。<br />
　「bcdedit /set TESTSIGNING OFF」<br />
<br />
６．再起動<br />
　OSを再起動する。<br />
　これにより、デスクトップ右下の「テストモード」の表示が消える。<br />
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/31</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/linux/dice%20for%20linux%E8%A8%AD%E5%AE%9A" />
    <published>2012-06-19T01:20:43+09:00</published> 
    <updated>2012-06-19T01:20:43+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>DiCE for Linux設定</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[<br />
<div>
	&nbsp;</div>
<div>
	1.DiCE for Linuxファイルのダウンロード</div>
<div>
	&nbsp;</div>
<div>
	DiCE for Linux（http://www.hi-ho.ne.jp/yoshihiro_e/dice/linux.html）からファイルをダウンロードする。</div>
<div>
	&nbsp;</div>
<div>
	# cd /tmp</div>
<div>
	# wget http://www.hi-ho.ne.jp/cgi-bin/user/yoshihiro_e/download.cgi?p=diced019 --content-disposition</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	2.ファイル解凍し、ダウンロードファイルを削除</div>
<div>
	&nbsp;</div>
<div>
	# tar xvzf diced01914.tar.gz -C /usr/local/bin</div>
<div>
	# rm -f /tmp/diced01914.tar</div>
<div>
	&nbsp;</div>
<div>
	&nbsp;</div>
<div>
	3.設定</div>
<div>
	&nbsp;</div>
<div>
	# cd /usr/local/bin/DiCE</div>
<div>
	# ./diced | nkf -uw</div>
<div>
	: setup</div>
<div>
	&nbsp;</div>
<div>
	:setup</div>
<div>
	IPアドレスの検出方法を指定してください</div>
<div>
	(0) 自動検出</div>
<div>
	(1) ローカルのネットワークアダプタから検出</div>
<div>
	(2) 外部のスクリプトから検出</div>
<div>
	&lt;現在:1&gt;</div>
<div>
	(N)変更しない &nbsp;(P)戻る</div>
<div>
	&gt;2</div>
<div>
	-------------------------------------------------</div>
<div>
	スクリプトのURLを入力してください</div>
<div>
	&lt;現在:&gt;</div>
<div>
	(N)変更しない &nbsp;(P)戻る</div>
<div>
	&gt;http://ddnsclient.onamae.com:65000</div>
<div>
	-------------------------------------------------</div>
<div>
	プライベートIPアドレスも検出対象ですか？ (Y/N)</div>
<div>
	&lt;現在:はい&gt;</div>
<div>
	(P)戻る</div>
<div>
	&gt;n</div>
<div>
	-------------------------------------------------</div>
<div>
	IPアドレスの検出をテストしますか？ (Y/N)</div>
<div>
	(P)戻る</div>
<div>
	&gt;y</div>
<div>
	検出IPアドレス&gt;xxx.xxx.xxx.xxx</div>
<div>
	-------------------------------------------------</div>
<div>
	IPアドレスの検出をテストしますか？ (Y/N)</div>
<div>
	(P)戻る</div>
<div>
	&gt;n</div>
<div>
	-------------------------------------------------</div>
<div>
	IPアドレスをチェックする間隔を指定してください(分)</div>
<div>
	設定可能範囲は5分以上です</div>
<div>
	&lt;現在:10&gt;</div>
<div>
	(N)変更しない &nbsp;(P)戻る</div>
<div>
	&gt;</div>
<div>
	=================================================</div>
<div>
	DNSサーバーの負荷を軽減するために頻繁なDNS更新を防ぐ必要があります</div>
<div>
	前回の更新から一定時間DNS更新処理を行わないように保護時間を設定して</div>
<div>
	ください(分) &nbsp;設定可能範囲は10分から1440分です</div>
<div>
	&lt;現在:60&gt;</div>
<div>
	(N)変更しない &nbsp;(P)戻る</div>
<div>
	&gt;</div>
<div>
	=================================================</div>
<div>
	設定を保存しますか? (Y/N)</div>
<div>
	(P)戻る</div>
<div>
	&gt;y</div>
<div>
	設定を保存しました</div>
<div>
	=================================================</div>
<div>
	&nbsp;</div>
]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
  <entry>
    <id>ryo.ni-3.net://entry/30</id>
    <link rel="alternate" type="text/html" href="http://ryo.ni-3.net/linux/debian%206%20%E3%81%A7cgi%E3%82%92%E6%9C%89%E5%8A%B9%E3%81%AB%E3%81%99%E3%82%8B" />
    <published>2011-11-18T01:29:20+09:00</published> 
    <updated>2011-11-18T01:29:20+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>Debian 6 でCGIを有効にする</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[「AddHandler cgi-script .cgi」がコメントアウトされていて動作しない。<br />
でもこれがどこに記載してあるかがわからない。<br />
<br />
&rarr;「/etc/apache2/mods-available/mime.conf」に記載してあった。<br />
<br />
あと、/etc/apache2/sites-available/の中のファイルで、Options ExecCGIも忘れずに。]]> 
    </content>
    <author>
            <name>384氏</name>
        </author>
  </entry>
</feed>