<?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">メモ</title>
  <subtitle type="html">PCをいじったときのメモ</subtitle>
  <link rel="self" type="application/atom+xml" href="https://bookmt.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/"/>
  <updated>2006-12-22T20:12:22+09:00</updated>
  <author><name>No Name </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>bookmt.blog.shinobi.jp://entry/17</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/uuid%E3%81%AE%E8%AA%BF%E3%81%B9%E6%96%B9" />
    <published>2007-11-17T03:39:29+09:00</published> 
    <updated>2007-11-17T03:39:29+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>UUIDの調べ方</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[fstabに新しくパーティションをマウントさせる時に必要な<br />
UUID（Universal Unique Identifier）の調べ方。<br />
<br />
例えば、/dev/sda1/ のUUIDを知りたいときは、<br />
<br />
# vol_id --uuid /dev/sda1<br />
<br />
BIOSが変わったりすると変わるらしい。<br />
<br />
Ubuntuでマルチブートをして色々いじっていたら、<br />
起動時にエラーが出るようになって調べたら、<br />
UUIDが変わっていてauto mount できないというエラーだったらしい。<br />
fstabで該当デバイスのUUIDを書き換えたらエラーを吐かなくなった。<br />
<br />
<br />
エラーメッセージでググって出てきたところを参考にしたけど、<br />
肝心のエラーメッセージを忘れたので、どこからの情報だったか失念してしまった。<br />]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/15</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/ssh%E3%81%A7%E5%85%AC%E9%96%8B%E9%8D%B5%E8%AA%8D%E8%A8%BC%E3%82%92%E3%81%99%E3%82%8B%E3%80%82" />
    <published>2007-09-13T18:18:52+09:00</published> 
    <updated>2007-09-13T18:18:52+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>SSHで公開鍵認証をする。</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[SSHを使って、他のマシンにアクセスする。<br />
<br />
以下、<br />
<br />
・SSHの超基本。<br />
・公開鍵を使う。<br />
・公開鍵使用に伴う留意点。<br />
・さらに便利に使う方法。<br />
<br />
の順に説明をする。<br />
<br />
参考：<a href="http://home.opaopa.org/solaris9/ssh.html">SSHの鍵管理</a><br />
<a href="http://ppwww.phys.sci.kobe-u.ac.jp/~sugimoto/server/dsa.html">DSA認証の設定方法</a><br />
<a href="http://www.pluto.ai.kyutech.ac.jp/plt/matumoto/ssh/index.html">OpenSSHと製品版SSH混在環境での公開鍵認証の設定について</a><br />
<a href="http://www.ksknet.net/cat13/sshagent.html">ssh-agent - 公開鍵認証の鍵管理</a><br />
<br />
その他<br />
<br />
手元のPCをローカルまたはクライアント、アクセスされる側のPCをリモートまたはホストと呼ぶ。<br />
以下の説明では、一貫して、それぞれローカルとリモートと言う呼び名を用いる。<br />
<br />
SSH1にはセキュリティにレベルなどに問題があるらしく、<br />
廃れつつあるらしいので、説明は主にプロトコル２にかんするもの。<br />
<br />
OSはリナックスを想定。<br /><a href="https://bookmt.blog.shinobi.jp/linux/ssh%E3%81%A7%E5%85%AC%E9%96%8B%E9%8D%B5%E8%AA%8D%E8%A8%BC%E3%82%92%E3%81%99%E3%82%8B%E3%80%82" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/14</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/software/.emacs" />
    <published>2007-08-11T07:18:19+09:00</published> 
    <updated>2007-08-11T07:18:19+09:00</updated> 
    <category term="software" label="software" />
    <title>.emacs</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Emacs の設定ファイル。<br />
<br />
E-Lisp を書けるわけでもなく、<br />
ただ、検索して出てきたもののうち使えそうなのをコピペしただけ。<br />
<br />
<br />
多分、YaTeXとAnthyとIPAフォントと言うのが入っていれば動くのではないかと思う。<br />
<br />
プログラミング言語は、C、C++、Ruby、Haskell、そしてTeXに対応していると思う。<br />
<br />
一応、Emacsは問題なく起動するけれど、<br />
各言語モードなどは検証していない。<br />
<br />
<br />
&darr;以下、.emacs<br />
<br /><br /><a href="https://bookmt.blog.shinobi.jp/software/.emacs" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/13</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/tips/spires%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9" />
    <published>2007-08-05T23:50:34+09:00</published> 
    <updated>2007-08-05T23:50:34+09:00</updated> 
    <category term="Tips" label="Tips" />
    <title>SPIRESの使い方</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[SPIRESにおける検索の仕方。<br />
<br />
大体、helpから必要そうなもののみ。<br />
必要かどうかの判断は、勿論、独断と偏見による。<br /><a href="https://bookmt.blog.shinobi.jp/tips/spires%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/12</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/linux%E3%81%AE%E3%83%87%E3%82%A3%E3%82%B9%E3%82%AF%E3%83%AC%E3%82%B9%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" />
    <published>2007-06-07T06:10:35+09:00</published> 
    <updated>2007-06-07T06:10:35+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>Linuxのディスクレスインストール</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Linuxをインストールするときは、isoイメージを落として、<br />
CDやDVDに焼き、そのメディアからブートするのが普通かと思いますが、<br />
たった１回のインストールのために、わざわざメディアを使うのももったいないので、<br />
ハードディスクからブートしてインストールをします。<br /><a href="https://bookmt.blog.shinobi.jp/linux/linux%E3%81%AE%E3%83%87%E3%82%A3%E3%82%B9%E3%82%AF%E3%83%AC%E3%82%B9%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/11</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/linux%20%E3%81%AE%E3%83%9E%E3%83%AB%E3%83%81%E3%83%96%E3%83%BC%E3%83%88" />
    <published>2007-05-29T08:21:46+09:00</published> 
    <updated>2007-05-29T08:21:46+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>Linux のマルチブート</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[WindowsとLinuxのマルチブートは簡単。<br />
ネット上にたくさん記述があるし、取り敢えず、最近のならば、<br />
何も分からずにインストールしても勝手にデュアルブートしてくれる。<br />
<br />
<br />
しかし、マルチブート、もしくはLinux同士のデュアルブートとなると話が少し違って、<br />
設定ファイルを少しいじる必要があるっぽい。<br />
<br />
こちらの記述もネット上にたくさんあるけれど、何が書いてあるのかよくわからないことが多い、<br />
取り敢えず試してみるにも、PCが１台しかない場合、恐くてなかなかできない。<br />
<br />
と言うわけで、GRUBでChainLoaderを用いたマルチブートの仕方をちょっと詳しく。<br />
<br />
ちなみに環境は、プライマリ（つまり始めからはいっているOS）がUbunntu で、<br />
Vineとのデュアルブート。<br />
LInux同士のデュアルブートができれば、マルチブートも簡単。<br />
<br />
パーティションに関する基礎的な知識は仮定する。<br />
<br />
<br />
参考はネットのいたるところ。<br /><a href="https://bookmt.blog.shinobi.jp/linux/linux%20%E3%81%AE%E3%83%9E%E3%83%AB%E3%83%81%E3%83%96%E3%83%BC%E3%83%88" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/10</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/software/firefox%E3%81%AE%E8%A8%AD%E5%AE%9A" />
    <published>2007-05-24T07:24:09+09:00</published> 
    <updated>2007-05-24T07:24:09+09:00</updated> 
    <category term="software" label="software" />
    <title>firefoxの設定</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[firefoxに入れているadd-onとユーザ設定の覚書。<br />
<br />
ネットの各所を参考にして、一々何処で見たのか覚えていないため、<br />
参考サイト及びページは書きませんが、どれもネットで調べたものなので、<br />
気になるものは適当な語句をググってください。<br />
<br />
コメントの付いていない設定などは、何の設定かすら覚えていないもので、<br />
また、about:config 内に無いものは自分で新しく作ってください。<br />
<br />
about:configが何なのか分からない人もググって下さい。<br /><a href="https://bookmt.blog.shinobi.jp/software/firefox%E3%81%AE%E8%A8%AD%E5%AE%9A" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/9</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/fedora%20core%206%20%E3%81%AB%20virtualbox%20%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" />
    <published>2007-04-22T05:25:07+09:00</published> 
    <updated>2007-04-22T05:25:07+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>Fedora Core 6 に VirtualBox をインストール</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[フリーのエミュレータ、Virtual BoxをFedora Core 6にインストールして、<br />
&nbsp;iso イメージから Ubuntu 6.10(Edgy Eft)をエミュレートする。<br />
<br />
※メモリは1GB以上を推奨する。一度だけ試してみるくらいであれば、<br />
512MBでも良いかもしれないけれど、512MBでは実質的に常用することは出来ない。<br />
メモリが1GBに及ばない場合はエミュレートよりもデュアルブートを薦める。<br />
<br />
参考：憩いの場&rarr;<a href="http://fun.poosan.net/sawa/index.php?UID=1169478703">Virtual Box</a><br /><a href="https://bookmt.blog.shinobi.jp/linux/fedora%20core%206%20%E3%81%AB%20virtualbox%20%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/8</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/linux/%E6%BC%A2%E5%AD%97%E3%82%B3%E3%83%BC%E3%83%89%E3%81%AE%E5%A4%89%E6%8F%9B" />
    <published>2007-02-09T01:22:06+09:00</published> 
    <updated>2007-02-09T01:22:06+09:00</updated> 
    <category term="Linux" label="Linux" />
    <title>漢字コードの変換</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Windows で編集したファイルをLinux でコンパイルしたかった。<br />
ファイルの中身自体はそのままでも見れたが、コンパイルしたりするにはやっぱりファイルの変換が必要。<br />
<br />
参考：<a href="http://homepage2.nifty.com/cs/linux_command/command/index.html">日経Linux Linuxコマンド集</a>　<a href="http://homepage2.nifty.com/cs/linux_command/command/nkf.html">nkf(文字コードを変換する)</a><br />
日経Linux Linuxコマンド逆引き大全　<span class="comm"><a href="http://homepage2.nifty.com/cs/linux_command/re-command/text_6.html">ファイルの文字コードを変換する</a><br />
<a href="http://x68000.q-e-d.net/~68user/">68user' page</a> &rarr;</span> UNIXの部屋 &rarr; <a href="http://x68000.q-e-d.net/~68user/unix/prgmemo.html">簡易コマンドマニュアル</a><br /><a href="https://bookmt.blog.shinobi.jp/linux/%E6%BC%A2%E5%AD%97%E3%82%B3%E3%83%BC%E3%83%89%E3%81%AE%E5%A4%89%E6%8F%9B" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
  <entry>
    <id>bookmt.blog.shinobi.jp://entry/7</id>
    <link rel="alternate" type="text/html" href="https://bookmt.blog.shinobi.jp/tex/latex-beamer%20%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" />
    <published>2007-02-09T00:23:22+09:00</published> 
    <updated>2007-02-09T00:23:22+09:00</updated> 
    <category term="TeX" label="TeX" />
    <title>LaTeX-beamer のインストール</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[TeXのプレゼン用クラス LaTeX-beamer のインストール方法。<br />
Vine4.0には入っていないようだったので。<br />
<br />
参考：<a href="http://windom.phys.hirosaki-u.ac.jp/fswiki/wiki.cgi?page=FrontPage">外圏Wiki</a>&rarr;Category ●LaTeX&rarr;LaTeX Beamer でプレゼンテーション<br /><a href="https://bookmt.blog.shinobi.jp/tex/latex-beamer%20%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB" target="_blank">メモ</a>]]> 
    </content>
    <author>
            <name>No Name </name>
        </author>
  </entry>
</feed>