<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.e-garakuta.net/techinfo/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.e-garakuta.net/techinfo/feed.php">
        <title>がらくたネット</title>
        <description></description>
        <link>http://www.e-garakuta.net/techinfo/</link>
        <image rdf:resource="http://www.e-garakuta.net/techinfo/lib/tpl/symple006/images/favicon.ico" />
       <dc:date>2012-05-20T18:25:56+09:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/linux/kvm"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/linux/postgres"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/template/header"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/marcurial"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/linux/postfixwebmin"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/linux/phpapc"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/linux/iscsi"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img02.jpg&amp;ns=others&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img01.jpg&amp;ns=others&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A07.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A06.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A05.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A04.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A03.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A02.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A01.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Ax11-ssh-askpass-1.2.4.1.tar.gz.gz&amp;ns=linux&amp;do=media"/>
                <rdf:li rdf:resource="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Alinux-losamplescripts3.00.0-2.tgz&amp;ns=linux&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.e-garakuta.net/techinfo/lib/tpl/symple006/images/favicon.ico">
        <title>がらくたネット</title>
        <link>http://www.e-garakuta.net/techinfo/</link>
        <url>http://www.e-garakuta.net/techinfo/lib/tpl/symple006/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/linux/kvm">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-08T18:04:59+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>KVM - [作る] </title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/linux/kvm</link>
        <description>KVM(Kernel based Virtual Machine)で仮想化

CPUの支援機構が必要

IntelはIntel-VT
AMDはAMD-V
それぞれ、/proc/cpuinfoのflagsにvmx(intel)かsvm(amd)があるかで判断できる



SL6のばやいネ。
インストールする

yum install qemu-kvm qemu-img libvirt python-virtinst bridge-utils</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/linux/postgres">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-23T17:44:36+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>PostreSQL関連 - [SLでPostgreSQL91をインスト] </title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/linux/postgres</link>
        <description>PostgreSQL関連のリポジトリがある！

	*  各バージョンのPostgreSQLが存在
	*  phpPgAdminやpgpoolなども存在

リポジトリHP

	*  該当OSで該当PostgreSQLバージョンのリポジトリパッケージをダウンロード
	*  /etc/yum.repos.dにリポジトリデータがインストールされる</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/template/header">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-17T00:11:44+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>template:header</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/template/header</link>
        <description></description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/marcurial">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-11T14:18:56+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>Marcurial - 作成</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/marcurial</link>
        <description>Marcurialは高速なバージョン管理ツール。

色々と積み上げてきたシェルスクリプトとかperlスクリプトとかphpスクリプトとかバージョン管理しなくちゃとか複数共有で更新しなくちゃとか。悩み多き年頃になったので、バージョン管理ツールを横な方が使ってはったのでまねて使ってみた。</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/linux/postfixwebmin">
        <dc:format>text/html</dc:format>
        <dc:date>2012-04-11T11:43:25+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>WebminでPostfix - [Docevotの設定] </title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/linux/postfixwebmin</link>
        <description>Postfixを利用するに辺り、Webminを久々に触ってみた。

Webminを利用することで簡単にPostfixをバーチャルドメイン化できると思ってみたが
いやぁ～手間かかりますな。って事で備忘録を残しておかなければいけないと思いましたよ。</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/linux/phpapc">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-29T17:48:10+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>PHP APC - Page name changed from linux:php-apc to linux:phpapc</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/linux/phpapc</link>
        <description>PHPのキャッシュアクセラレータであるAPC(Alternative PHP Cache)を入れてみた。



yum install php-pear pcre-devel httpd-devel
pecl install APC
聞かれるオプションは全てデフォルトのまま...



apc.iniを作成する


vi /etc/php.d/apc.ini

extension=apc.so
[APC]
apc.enabled  = 1
apc.shm_size = 64</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/linux/iscsi">
        <dc:format>text/html</dc:format>
        <dc:date>2012-03-22T17:52:01+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/linux/iscsi</link>
        <description>iSCSI(Internet Small Computer System Interface)やってみる

OSはSL6です

ストレージ機器側はターゲットと呼ばれ、ストレージ領域を提供します。
イニシエータはターゲットのストレージ領域を接続して利用します。</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img02.jpg&amp;ns=others&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-20T10:40:03+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img02.jpg&amp;ns=others&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/others/lv-110c-img02.jpg?w=500&amp;h=375t=1312940535&quot; alt=&quot;others:lv-110c-img02.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img01.jpg&amp;ns=others&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-20T10:39:44+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=others%3Alv-110c-img01.jpg&amp;ns=others&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/others/lv-110c-img01.jpg?w=500&amp;h=375t=1312940535&quot; alt=&quot;others:lv-110c-img01.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A07.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:49:18+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A07.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/07.png?w=499&amp;h=484t=1312940540&quot; alt=&quot;linux:cacti:thred-disk:07.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A06.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:49:13+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A06.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/06.png?w=499&amp;h=432t=1312940540&quot; alt=&quot;linux:cacti:thred-disk:06.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A05.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:49:08+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A05.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/05.png?w=500&amp;h=359t=1312940539&quot; alt=&quot;linux:cacti:thred-disk:05.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A04.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:49:02+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A04.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/04.png?w=500&amp;h=361t=1312940539&quot; alt=&quot;linux:cacti:thred-disk:04.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A03.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:48:57+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A03.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/03.png?w=457&amp;h=178t=1312940540&quot; alt=&quot;linux:cacti:thred-disk:03.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A02.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:48:52+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A02.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/02.png?w=455&amp;h=152t=1312940540&quot; alt=&quot;linux:cacti:thred-disk:02.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A01.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-02T10:48:42+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Acacti%3Athred-disk%3A01.png&amp;ns=linux%3Acacti%3Athred-disk&amp;do=media</link>
        <description>&lt;img src=&quot;/techinfo/lib/exe/fetch.php/linux/cacti/thred-disk/01.png?w=500&amp;h=329t=1312940539&quot; alt=&quot;linux:cacti:thred-disk:01.png&quot; /&gt;</description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Ax11-ssh-askpass-1.2.4.1.tar.gz.gz&amp;ns=linux&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-10-22T17:45:14+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Ax11-ssh-askpass-1.2.4.1.tar.gz.gz&amp;ns=linux&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Alinux-losamplescripts3.00.0-2.tgz&amp;ns=linux&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2010-10-15T17:24:26+09:00</dc:date>
        <dc:creator>admin</dc:creator>
        <title>iSCSI</title>
        <link>http://www.e-garakuta.net/techinfo/doku.php/?image=linux%3Alinux-losamplescripts3.00.0-2.tgz&amp;ns=linux&amp;do=media</link>
        <description></description>
    </item>
</rdf:RDF>

