<?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/estorage/">
    <title>エンジニアストレージ</title>
    <link>http://w.atwiki.jp/estorage/</link>
    <atom:link href="https://w.atwiki.jp/estorage/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>エンジニアストレージ</description>

    <dc:language>ja</dc:language>
    <dc:date>2010-03-09T22:22:10+09:00</dc:date>
    <utime>1268140930</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/20.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/19.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/18.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/17.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/15.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/16.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/14.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/estorage/pages/13.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/estorage/pages/1.html</link>
    <description>
      *エンジニアストレージへようこそ

-更新日付:2010/03/09
-現在のメンバー数は、&amp;count_members(all)人です
-合計：&amp;counter()
-今日：&amp;counter(today)
-昨日：&amp;counter(yesterday)
-トップページの合計：&amp;counter(total, page=トップページ)

-このサイトは作者（そこそこなエンジニア）が学んだ技術や知識(ストレージ)をまとめたWebサイトです。

-結構前から放置したサイトですが最近復活しました。
-これからAndroidやLinux関連の情報を記載していく予定です。    </description>
    <dc:date>2010-03-09T22:22:10+09:00</dc:date>
    <utime>1268140930</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/estorage/pages/2.html</link>
    <description>
      **メニュー
-[[トップページ]]
-[[まとめサイト作成支援ツール]]
-[[メニュー]]
-[[キーワード]]
-[[VMWare環境構築（VMWarePlayer）]]
-[[VMWare環境構築（VMWareServer）]]
-[[VMWare-Web開発環境]]
-[[VMWare-Web環境構築]]
-[[seasar-Java開発環境構築]]
-[[Struts]]
----

**リンク
-[[@wiki&gt;&gt;http://atwiki.jp]]
-[[@wikiご利用ガイド&gt;&gt;http://atwiki.jp/guide/]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


//**更新履歴
//#recent(20)

&amp;link_editmenu(text=ここを編集)    </description>
    <dc:date>2010-03-09T21:57:25+09:00</dc:date>
    <utime>1268139445</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/20.html">
    <title>Struts</title>
    <link>https://w.atwiki.jp/estorage/pages/20.html</link>
    <description>
      *参考資料URL
+http://www.whitemark.co.jp/tec/index.html#1
+http://www.infoscience.co.jp/technical/struts/index.html
+http://www.stackasterisk.jp/tech/java/strutsSec01_01.jsp#1
+http://www.fk.urban.ne.jp/home/kishida/kouza/struts.html
+http://www.hellohiro.com/struts.htm
+http://www.db.is.kyushu-u.ac.jp/rinkou/tomcat/eclipsestruts2.html
+http://www.techscore.com/tech/ApacheJakarta/Struts/index.html
+http://www.javaroad.jp/opensource/index.html    </description>
    <dc:date>2009-05-20T17:21:08+09:00</dc:date>
    <utime>1242807668</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/19.html">
    <title>PostgreSQL導入方法</title>
    <link>https://w.atwiki.jp/estorage/pages/19.html</link>
    <description>
      *PostgreSQL導入設定    </description>
    <dc:date>2009-05-12T13:54:39+09:00</dc:date>
    <utime>1242104079</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/18.html">
    <title>sesar-Java環境構築</title>
    <link>https://w.atwiki.jp/estorage/pages/18.html</link>
    <description>
      **SeasarでJavaの開発環境を構築

*必要なソフト
-Windows Vist Home Premium SP1
-Seasar2
-Tomcat
-JSP
-サーブレット

-構築手順1
+

-参考サイト
+http://www.hellohiro.com/
+http://www.site-cooler.com/java/tomcat/    </description>
    <dc:date>2009-05-08T17:03:18+09:00</dc:date>
    <utime>1241769798</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/17.html">
    <title>VMWare-Web環境構築</title>
    <link>https://w.atwiki.jp/estorage/pages/17.html</link>
    <description>
      *VMWare-Web開発環境

**今回構築するWeb環境
&gt;CentOS-5.2
&gt;VMWare1.0.6
&gt;PHP4.X
&gt;PHP5.X
&gt;mojavi2.X
&gt;Apache/2.2.3(二つ)
&gt;PostgreSQL
&gt;PukiWiki1.X
&gt;Pear
&gt;PDF
&gt;samba
&gt;subversion

*パッケージソフトからのインストール
+ソフトウェアの追加/削除からPHP5(PEAR)、Apache2、PostgreSQLをインストール
+パッケージソフトからのインストールはそんなに悩まずにできるので特に説明なし
+ラウザで「http:localhost」にアクセスしてapacheが起動しているか確認。
+apacheのドキュメントルート「/var/www/html」
+apacheの設定ファイル「/var/www/html/httpd.conf」
+ドキュメントルート直下にtest.phpファイルを置いてphpが動作しているか確認する
test.phpのファイル内容
&gt;&lt;?php
&gt;phpinfo();
&gt;?&gt;
+ラウザで「http:localhost/test.php」にアクセスしてPHPが起動しているか確認。


*PHP4とApaceh(二つ目)を手動で設定する下準備
+アプリケーション→ソフトウェアの追加削除
+gcc、make、Perlのパッケージをインストール

+Apacheの設定
+任意のフォルダにapacheを解凍「tar zxvf httpd-2.0.63.tar.gz -C /usr/local/src/」
+解凍したapacheのフォルダ直下に移動する。
+apache2をインストール(configure)すろ時に私の場合は「checking whether to enable mod_deflate... configure: error: mod_deflate has been requested but can not be built due to prerequisite failures
」とエラーで怒られたので「# yum install zlib-devel」を実行した。
①「./configure --enable-so --enable-shared --enable-deflate --enable-headers」を実行
②「./configure --enable-so --enable-shared --with-mpm=worker --enable-headers」を実行
③「 ./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-roxen-zts --enable-zend-multibyte --without-mysql --enable-track-vars --enable-mbstring --enable-mbregex」
４「./configure --enable-so --enable-shared --enable-deflate --enable-headers --prefix=/usr/local/src/httpd-2.0.63/」

*PHPの設定手順
「tar zxvf php-4.4.9.tar.gz -C /usr/local/src/」
でファイルを解凍する。

*Apacheの設定手順
+postgresユーザになる「su - postgres」
+DBユーザを作成する「createuser -AdPE db_user」
+先ほど作成したユーザになる「su - centos」
+データベースの作成「createdb --encoding EUC_JP test_db」
+先ほど作成したデータベースの確認を行う「psql -l」
+作成したデータベースにアクセスする「psql test」


*Postgreの設定手順

*PDFの設定手順

*sambaの設定手順

*パッケージの削除方法
+不要なパッケージの削除rpm -e httpd-2.2.3-11.el5_1.centos.3 system-config-httpd-1.3.3.3-1.el5 webalizer-2.01_10-30.1.i386 gnome-user-share-0.10-6.el5.i386
→Apacheとそれに依存するパッケージをアンインストールする
+デフォルトでインストールapacheを確認　rpm -qa | grep httpd
+apacheをアンインストールする　
rpm -e dhcp    </description>
    <dc:date>2009-04-20T23:10:23+09:00</dc:date>
    <utime>1240236623</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/15.html">
    <title>VMWare-Web開発環境</title>
    <link>https://w.atwiki.jp/estorage/pages/15.html</link>
    <description>
      -参考サイト
+phpとapacheの導入参考サイト
+http://www.planet-green.com/
+apache公式サイト
+http://httpd.apache.org/docs/2.1/
+PostgreSQLの導入参考サイト
+http://y-kit.jp/saba/xp/postgreinst.htm
+PukiWikiの導入参考サイト
+http://www.bnote.net/linux/pukiwiki_install.shtml
+subversion
+http://www.saiin.net/~silphire/tips/svninstall.htmlお
+http://q.hatena.ne.jp/1220428219
+PostgreSQL参考ページ
+http://centossrv.com/postgresql.shtml
+http://www.crimson-snow.net/hmsvr/centos/ticentos.html
+http://www.phpbook.jp/database/postgresql/index.html
+pukiwiki参考
+FPDF導入設定
+http://plaza.rakuten.co.jp/pgmemo/diary/200511290000/
+http://www.phpbook.jp/fpdf/
+http://shikabo.ddo.jp/
+php5 mojavi2で動作環境構築
+http://www.ryuzee.com/contents/blog/847
+mojaviで環境構築
+http://www.stackasterisk.jp/tech/php/index.jsp

+http://www.bnote.net/linux/pukiwiki_install.shtml
*パッケージソフトでGCCとhttpを必要なのをインストールする
+apacheを起動方法/etc/rc.d/init.d/postgresql start
&lt;http://www.geocities.jp/tatsus490824/apache_install.html#002
+PostgreSQLを起動する
&lt;/etc/rc.d/init.d/postgresql start
&lt;passwd postgres パスワード設定
&lt;su - postgres Postgreにログイン    </description>
    <dc:date>2009-04-13T22:30:04+09:00</dc:date>
    <utime>1239629404</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/16.html">
    <title>VMWare環境構築（VMWareServer）</title>
    <link>https://w.atwiki.jp/estorage/pages/16.html</link>
    <description>
      **VMWare環境構築　VMWare Serverを使う場合

*構築環境
-Windows Vist Home Premium SP1
-VMWare Server 1.X
-CentOS5（イメージファイル）

-構築手順1
+&amp;link(VMWare公式ページ){http://www.vmware.com/download/player/}からVMWare Serverをダウンロード、解凍してインストール
+VMWareServerを起動し、メニューのFile→New→VirtualMachine
+次へ→Customをチャックし次へ→GuestOSをLinuxにチェック、VersionをOtherLinuxに選択し次へ
+バーチャルマシン名は任意付け、保存先も任意に付けて次へ→
+SetAccessRightsはそのままで次へ→Startup/ShutdownOptionsもそのままで次へ→
+ProcessorConfigurationもそのままで次へ→Memory for the Virtual Machineで使用メモリサイズを任意に決めて次へ
+Network Typeは私の場合はNAT環境になるのでNATを選択し次へ→Select I/O Adapter Typesはそのままで次へ→
+Select a DiskはIDEを選択して次へ→Select a Disk TypeはIDEをチェックし次へ→
+Specify Disk CapacityはDisk sizeを私の場合は10Gに変更し次へ※アロッケートのチェックははずす→
+Specify Disk Fileは時にファイルネームを変えたくないのならば完了→ここからは自動で環境構築されます。

-構築手順2
+VMWareServerを起動する
+CD-ROMをダブルクリックしてUSE ISO imageファイルでCentOSのイメージファイルを選択する。
+メニューのFileからOpenで先ほど生成したvmxファイルを選び起動する。

-構築手順3
+CentOSでCDのチェックを聞かれるがSkipで次へ進む
+言語はJapaneseを選択して次へ
+キーボードも日本語を選択し次へ
+ハードディスクの初期化しますか？っと聞いてくると思うのでOKと選ぶ
+ハードディスクのパーティション設定は選択したドライブ上のすべてのパーティションを削除を選び次へ
+ネットワークデバイスの設定はそのままで次へ
+地域設定は東京を選び次へ
+Rootのパスワードは任意で設定し次へ
+ソフトウェアの設定はあとでも設定できるので次へ
+ファイアウォールは特に設定しなくてもいいので次へ
+SELinuxの設定は無効にする
+ユーザ作成は任意で作成する

*CentOS解像度の設定変更
+CentOS初期状態では画面が小さいのでOSツールを使い解像度を変更する
+
+http://www7b.biglobe.ne.jp/~centos-de-taikibansei/disp-reso-setting.html
+CentOSドキュメント
+http://pocketstudio.jp/centos/
-gccのインストール
+yum install gcc(CnetOSのパッケージ管理からインストールした方がいいかも)
+apache2のインストール→任意の場所に解凍→「./configre」を実行→「make」でコンパイル→「make install」でインストール
+php4のインストール→任意の場所に解凍→    </description>
    <dc:date>2009-03-25T19:41:44+09:00</dc:date>
    <utime>1237977704</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/14.html">
    <title>VMWare環境構築（VMWarePlayer）</title>
    <link>https://w.atwiki.jp/estorage/pages/14.html</link>
    <description>
      **VMWare環境構築　VMWare Playerを使う場合

*構築環境
-Windows Vist Home Premium SP1
-VMware Player 1.0.9(今回1．xの最新バージョンを使用します。2．xは安定していないみたいなので・・・)
-qemu0.9.1(windows版)
-CentOS5

-構築手順1
+&amp;link(VMWare公式ページ){http://www.vmware.com/download/player/}からVMware Player 1.0.9をダウンロード、解凍してインストール
+&amp;link(FTPサーバからCENTOS5.0){http://ftp2.riken.jp/Linux/centos/5/isos/i386/}をダウンロード→今回はDVDのイメージを使用しますので、イメージファイルをダウンロードしてきます。※OSのイメージファイルなので結構時間がかかりました；
+Qemuを&amp;link(ココ){http://homepage3.nifty.com/takeda-toshiya/}からダウンロード
+Qemuをインストールし仮想ディスクファイルの作成を行う。
&gt;コマンドプロンプトを立ち上げqemuがあるフォルダに移動して以下のようにファイル名とサイズを指定してvmdkファイルを生成する。
&gt;qemu-img.exe create -f vmdk ファイル名 サイズ
&gt;私の場合は「qemu-img.exe create -f vmdk D:\VMWare\qemu-0.9.1-windows\qemu-0.9.1-windows\test.vmdk 10G」
+次に環境に合わせたvmxファイルを作成
+VMWarePlayerを使うか、直接vmxファイルをクリックして実行しCentOSを機動させる。

-参考サイト
+http://pc-os.seesaa.net/article/38943394.html
+http://mkosaki.blog46.fc2.com/blog-entry-32.html
+http://centossrv.com/centos5.shtml


-VMWare Serverを使用したCentOSインストール設定
-gccのインストール
+yum install gcc(CnetOSのパッケージ管理からインストールした方がいいかも)
+apache2のインストール→任意の場所に解凍→「./configre」を実行→「make」でコンパイル→「make install」でインストール
+php4のインストール→任意の場所に解凍→    </description>
    <dc:date>2009-03-22T12:37:13+09:00</dc:date>
    <utime>1237693033</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/estorage/pages/13.html">
    <title>キーワード</title>
    <link>https://w.atwiki.jp/estorage/pages/13.html</link>
    <description>
      **@キーワード情報
-テスト    </description>
    <dc:date>2009-03-03T22:20:27+09:00</dc:date>
    <utime>1236086427</utime>
  </item>
  </rdf:RDF>
