<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HOTSYSTEMS - BLOG -</title>
	<atom:link href="http://www.hotsystems.jp/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotsystems.jp/blog</link>
	<description>簡単で使いやすいシステム開発でみんなを笑顔に！</description>
	<lastBuildDate>Tue, 24 Aug 2010 01:55:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 独自テンプレート　プラグインが動かない？</title>
		<link>http://www.hotsystems.jp/blog/archives/288</link>
		<comments>http://www.hotsystems.jp/blog/archives/288#comments</comments>
		<pubDate>Mon, 23 Aug 2010 01:29:44 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=288</guid>
		<description><![CDATA[WordPressにて独自テンプレートを作るときにヘッダーとフッターにそれぞれ
&#60;/head&#62;の前あたりに
&#60;?php wp_head(); ?&#62;
&#60;/body&#62;の前あたりに
&#60;?php wp_footer(); ?&#62;
をいれないと使えないプラグインがあるので。
ついつい忘れそうになるので、記載
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/288/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>「湘南に住もう」の会</title>
		<link>http://www.hotsystems.jp/blog/archives/283</link>
		<comments>http://www.hotsystems.jp/blog/archives/283#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:11:16 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=283</guid>
		<description><![CDATA[知り合いの方が「湘南に住もう」の会というセミナーを開催しました。
３５年以上建築に関わってきた、更には湘南で生れ育った白鳥さんが、「湘南に合う住まい方とは何か？」ということを、常に考えてきた思いや経験を、もっと多くの人たちと共有できればと感じ発足しました。
そのお手伝いをさせて頂いています。湘南生活に興味ある方は是非！！！
「湘南に住もう」の会

]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/283/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サブドメイン</title>
		<link>http://www.hotsystems.jp/blog/archives/275</link>
		<comments>http://www.hotsystems.jp/blog/archives/275#comments</comments>
		<pubDate>Tue, 18 May 2010 16:34:21 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=275</guid>
		<description><![CDATA[www.example.comで運用中のサーバに
hoge.example.comのようにサブドメインを追加する場合の覚書
※hoge.example.comのドキュメントルートは任意の場所に指定可能
サブドメインを使用するにはまず、DNSレコードを変更する必要がある。
レンタルサーバで申請できる場合は以下のように申請。
例）
サブドメイン hogeを作る場合
ホスト:　hoge    A  サーバのIPアドレス
DNSレコードが変更されれば後は
apacheのhttp.confを以下のように修正
# vi /etc/httpd/conf/httpd.conf
NameVirtualHost *:80　　#を取る
#以下追加
&#60;virtualhost *:80&#62;
      ServerName www.example.com
      DocumentRoot /var/www/html　元からのデータのディレクトリ
&#60;/virtualhost&#62;
&#60;virtualhost *:80&#62;
    ServerName hoge.example.com
    DocumentRoot /home/hoge/html　hoge用のディレクトリ
    &#60;directory &#8220;/home/hoge/htm&#8221;&#62;
        AllowOverride All
     [...]]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>サイトリニューアル</title>
		<link>http://www.hotsystems.jp/blog/archives/270</link>
		<comments>http://www.hotsystems.jp/blog/archives/270#comments</comments>
		<pubDate>Tue, 27 Apr 2010 10:33:52 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[仕事]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/?p=270</guid>
		<description><![CDATA[4月に入り、心機一転と言うことでサイトをリニューアル。
横スクロール系をやって見たくて実験的に制作してみました。
http://www.hotsystems.jp/
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WYSIWYG Editor　- リッチテキストエディタ -</title>
		<link>http://www.hotsystems.jp/blog/archives/267</link>
		<comments>http://www.hotsystems.jp/blog/archives/267#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:11:40 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/267</guid>
		<description><![CDATA[PHPが使える環境なら画像もアップできるしいい感じです。
Xinha（ジーナ）
画像管理プラグインのフォルダ設定がマニュアルどおりではなぜか
上手くいかないので、設定ファイルを直接いじってみた。
xinha/plugins/ImageManager/config.inc.php
59行目付近　$IMConfig['images_dir'] = &#8220;../../../images&#8221;;
82行目付近　$IMConfig['images_url'] = &#8220;/images&#8221;;
82行目付近　$IMConfig['allow_upload'] = true;
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/267/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CKEditor と　Ckfinder</title>
		<link>http://www.hotsystems.jp/blog/archives/266</link>
		<comments>http://www.hotsystems.jp/blog/archives/266#comments</comments>
		<pubDate>Sat, 09 Jan 2010 10:03:24 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/266</guid>
		<description><![CDATA[【設置】
/ckeditor/
/ckfinder/
【初期設定】
/ckfinder/config.php
32 行目	return true;
55 行目	$baseUrl = &#8216;/userfiles/&#8217;;　　// 画像をアップするフォルダを設定
/ckeditor/config.js
	config.contentsCss = &#8216;/css/common.css&#8217;; // エディタで使用するCSS
【CkEditorを設置するHTML -　抜粋】
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/js/jquery.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/ckeditor/ckeditor.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; src=&#8221;/ckfinder/ckfinder.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221;&#62;$(function(){
var editor = CKEDITOR.replace( &#8216;editor&#8217; );
CKFinder.SetupCKEditor( editor, &#8216;/ckfinder/&#8217; );
});
&#60;/script&#62;
&#60;textarea class=&#8221;ckeditor&#8221; cols=&#8221;80&#8243; id=&#8221;editor&#8221; name=&#8221;information&#8221; rows=&#8221;10&#8243;&#62;&#60;/textarea&#62;
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum Error: Missing Dependency</title>
		<link>http://www.hotsystems.jp/blog/archives/265</link>
		<comments>http://www.hotsystems.jp/blog/archives/265#comments</comments>
		<pubDate>Sat, 21 Nov 2009 02:49:17 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/265</guid>
		<description><![CDATA[VPSのPHPをアップデートしようとしたところ以下の様にエラーが出た。
[root@ user]# yum update php
Error: Missing Dependency: php-common = 5.1.6-23.9v1 is needed by package php-sqlite2-5.1.6-23.9v1.x86_64 (installed)
色々調べたが結局php-sqliteは目下必要ないので削除する事に
[root@ user]# yum remove php-sqlite2-5.1.6-23.9v1.x86_64
もう一度トライでインストールできた
[root@ user]# yum update php
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/265/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VPSのCentOS5にyumをインストール</title>
		<link>http://www.hotsystems.jp/blog/archives/264</link>
		<comments>http://www.hotsystems.jp/blog/archives/264#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:43:53 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/264</guid>
		<description><![CDATA[VPSにyumが入っていなかったのでインストール
まずはディストリビューションのチェック
[root@ user]# cat /etc/redhat-release
CentOS release 5.3 (Final)
それから何ビットか調べる　これは64bit
[root@user]# uname -a
Linux 2.6.18-028stab059.6 #1 SMP Fri Nov 14 14:01:22 MSK 2008 x86_64 x86_64 x86_64 GNU/Linux
そんでもって以下のサイトよりバージョンに合ったフォルダに降りていって欲しいRPMのパスを調べる
http://ftp.riken.jp/Linux/centos/
これが欲しいRPM
http://ftp.riken.jp/Linux/centos/5.3/os/x86_64/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm
お次はサーバにログインして
[root@user]#cd /usr/local/src
[root@user]#mkdir yumrpm
[root@user]#cd yumrpm
[root@yumrpm]# wget http://ftp.riken.jp/Linux/centos/5.3/os/x86_64/CentOS/yum-3.2.19-18.el5.centos.noarch.rpm
[root@yumrpm]# rpm -ihv *
これを行うと他にも必要なRPMパッケージが表示されるので一つ一つwgetで取得していく
最後にもう一度
[root@yumrpm]# rpm -ihv *
でインストール完了！
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/264/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>サーバシステム情報　64bit</title>
		<link>http://www.hotsystems.jp/blog/archives/263</link>
		<comments>http://www.hotsystems.jp/blog/archives/263#comments</comments>
		<pubDate>Thu, 19 Nov 2009 04:59:49 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/263</guid>
		<description><![CDATA[レンタルサーバに自分で色々インストールしたい時に、32bitか64bitか調べる必要があるが
このコマンドで調べる事ができる。
[root@user]# uname -a
Linux  2.6.18-028stab059.6 #1 SMP Fri Nov 14 14:01:22 MSK 2008 x86_64 x86_64 x86_64 GNU/Linux
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/263/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ディストリビューションの確認</title>
		<link>http://www.hotsystems.jp/blog/archives/262</link>
		<comments>http://www.hotsystems.jp/blog/archives/262#comments</comments>
		<pubDate>Thu, 19 Nov 2009 04:43:42 +0000</pubDate>
		<dc:creator>hot</dc:creator>
				<category><![CDATA[サーバ]]></category>

		<guid isPermaLink="false">http://www.hotsystems.jp/blog/archives/262</guid>
		<description><![CDATA[[root@ user]# cat /etc/redhat-release
CentOS release 5.3 (Final)
[root@ user]#
]]></description>
		<wfw:commentRss>http://www.hotsystems.jp/blog/archives/262/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
