<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/ubuntuwiki/">
    <title>Ubuntu設定メモ</title>
    <link>http://w.atwiki.jp/ubuntuwiki/</link>
    <atom:link href="https://w.atwiki.jp/ubuntuwiki/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>Ubuntu設定メモ</description>

    <dc:language>ja</dc:language>
    <dc:date>2009-01-31T22:27:58+09:00</dc:date>
    <utime>1233408478</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/13.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/12.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/10.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/9.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/ubuntuwiki/pages/6.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/15.html">
    <title>プリンタの設定(DCP-750CN)</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/15.html</link>
    <description>
      LPR用ドライバとCUPS Wrapper用プリンタドライバをインストール

ブラザーのページから２つのドライバをダウンロード
LPR用ドライバ
http://solutions.brother.co.jp/support/os/linux/lpr_printer/driver.html
CUPS Wrapper用プリンタドライバ
http://solutions.brother.co.jp/support/os/linux/cups_printer/driver_cupswrapper.html

１．LPR用ドライバのインストール
  $ sudo mkdir /var/spool/lpd
  $ sudo mkdir /var/spool/lpd
  $ sudo dpkg -i --force-all dcp750cnlpr-1.0.1-1.i386.deb

２．CUPS Wrapper用プリンタドライバのインストール
  $ sudo dpkg -i --force-all dcp750cncupswrapper-1.0.1-1.i386.deb

　/usr/share/cups/modelディレクトリがないとエラーになったら作成する。

３．ネットワークプリンタの設定
　「システム」→「システム管理」→「印刷」を選択。
#image(dcp750cnsetting1.png)
　ドライバがインストールされるとローカルプリンタに「DCP750CN」が表示される
　標準ではUSB接続となっているので、デバイスURIの変更ボタンを押す
　プリンタにIPアドレスが設定されていれば一覧に表示されるので該当のプリンタを選択
#image(dcp750cnsetting2.png)
　適用を押す。    </description>
    <dc:date>2009-01-31T22:27:58+09:00</dc:date>
    <utime>1233408478</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/14.html">
    <title>Gmail Manager</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/14.html</link>
    <description>
      http://xxsionxx.blog17.fc2.com/blog-entry-146.html
からインストール。

使い方は
http://homepage3.nifty.com/ysk_f/review/GmailManager.html    </description>
    <dc:date>2008-08-17T15:26:05+09:00</dc:date>
    <utime>1218954365</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/13.html">
    <title>nautilus-image-converter</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/13.html</link>
    <description>
      Synapticで「nautilus-image-converter」をインストール    </description>
    <dc:date>2008-08-12T23:14:08+09:00</dc:date>
    <utime>1218550448</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/12.html">
    <title>RAW現像</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/12.html</link>
    <description>
      RawTherapeeのサイトからインストールファイルをダウンロード
種類があるが「Deb package for Ubuntu (i386)」

http://www.rawtherapee.com/?mitem=3

ダウンロードした「rawtherapee_2.3_i386.deb」をダブルクリックでインストール。

日本語化するには「Language pack」をインストールする。
「Language pack」はインストールファイルと同じページにある
New Language pack: now also containing Dansk (Danish)の
Please download a tgz archive for Linux or Windowsを
ダウンロードする。
ダウンロードしたファイル「RT24m1-langPack-20080629.tgz」を展開してできた
「languages」フォルダの中にあるファイル「japanese」を
/usr/share/rawtherapee/languages
にコピーする。

RawTherapeeを起動し画面右下の「Preferences」を押す
#image(Preferences.png)

Select languageで「japanese」を選択し、RawTherapeeを再起動すると
表示が日本語になる。    </description>
    <dc:date>2008-07-23T18:42:10+09:00</dc:date>
    <utime>1216806130</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/11.html">
    <title>スキャナの設定(DCP-750CN)</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/11.html</link>
    <description>
      ブラザーのページからドライバをダウンロード
http://solutions.brother.co.jp/support/os/linux/scanner/driver.html

スキャナドライバのインストール
$ sudo dpkg -i brscan2-0.0.2-1.i386.deb

スキャナの登録
$ sudo brsaneconfig2 -a name=scan1 model=DCP-750CN ip=*.*.*.*

登録内容の保存と読出し
保存
$ sudo brsaneconfig2 -s:ラベル名
読出し
$ sudo brsaneconfig2 -l:ラベル名
保存場所
/usr/local/Brother/scanner/ラベル名.brprintconfig2    </description>
    <dc:date>2009-01-31T22:26:22+09:00</dc:date>
    <utime>1233408382</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/10.html">
    <title>プラグイン/コメント</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/10.html</link>
    <description>
      * コメントプラグイン
@wikiのwikiモードでは
 #comment()
と入力することでコメントフォームを簡単に作成することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_60_ja.html


-----
たとえば、#comment() と入力すると以下のように表示されます。

#comment    </description>
    <dc:date>2008-07-21T21:20:09+09:00</dc:date>
    <utime>1216642809</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2008-07-21T21:20:09+09:00</dc:date>
    <utime>1216642809</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2008-07-21T21:20:09+09:00</dc:date>
    <utime>1216642809</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2008-07-21T21:20:09+09:00</dc:date>
    <utime>1216642809</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/ubuntuwiki/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/ubuntuwiki/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2008-07-21T21:20:09+09:00</dc:date>
    <utime>1216642809</utime>
  </item>
  </rdf:RDF>
