<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>yohsuke.net ++</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/" />
    <link rel="self" type="application/atom+xml" href="http://yohsuke.net/atom.xml" />
   <id>tag:yohsuke.net,2008://1</id>
    <link rel="service.post" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1" title="yohsuke.net ++" />
    <updated>2007-10-26T03:52:12Z</updated>
    <subtitle>野球とかPerlとか焼酎とか</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.2-ja-2</generator>
 
<entry>
    <title>PDK 7.0 Deployment Toolsのインストールでエラー発生</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/10/pdk_70_deployment_tools.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=282" title="PDK 7.0 Deployment Toolsのインストールでエラー発生" />
    <id>tag:yohsuke.net,2007://1.282</id>
    
    <published>2007-10-26T03:42:45Z</published>
    <updated>2007-10-26T03:52:12Z</updated>
    
    <summary>使ってたPCがぶっ壊れまして、OSを再インストールするハメに。 で、PDKを再イ...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="Perl" />
            <category term="覚え書き" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[使ってたPCがぶっ壊れまして、OSを再インストールするハメに。
で、PDKを再インストールしようとするとなぜかエラーになる。

焦ってググッてみると、やはり同じ症状の人がいたみたい。
参照→<a href="http://d.hatena.ne.jp/pochy9n/20070327" target="_blank">pochy9nのノート</a>

要は、Microsoft .NET Framework 2.0が必要とのことです。]]>
        
    </content>
</entry>
<entry>
    <title>Encodeを使うプログラムをPerlAPP7.00でexe化する</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/09/encodeperlapp700exe.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=281" title="Encodeを使うプログラムをPerlAPP7.00でexe化する" />
    <id>tag:yohsuke.net,2007://1.281</id>
    
    <published>2007-09-02T04:04:25Z</published>
    <updated>2007-09-02T04:09:30Z</updated>
    
    <summary>Encodeを使用するプログラムを、PerlAPPを使ってexe化し起動すると、...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="Perl" />
            <category term="覚え書き" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[Encodeを使用するプログラムを、PerlAPPを使ってexe化し起動すると、

<blockquote>unknown encoding 'shiftjis' at ～</blockquote>

というエラーが出る。
ちなみに6.0の時はならなかった。
プログラムの冒頭で、

<blockquote>use Encode::JP;</blockquote>

と明示すれば回避できた。
]]>
        
    </content>
</entry>
<entry>
    <title>Plesk上のバーチャルホストで設定を変更し、Apacheに反映させる</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/05/pleskapache.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=280" title="Plesk上のバーチャルホストで設定を変更し、Apacheに反映させる" />
    <id>tag:yohsuke.net,2007://1.280</id>
    
    <published>2007-05-07T04:52:53Z</published>
    <updated>2007-05-07T04:59:06Z</updated>
    
    <summary>1./var/www/vhosts/hogehoge.net/confディレクト...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="覚え書き" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[1./var/www/vhosts/hogehoge.net/confディレクトリに「vhost.conf」を作成し設定。

2.その後、Pleskがvhost.conf を読み込むよう設定。
<blockquote># /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=hogehoge.net</blockquote>

3.Apacheを再起動。
<blockquote># /etc/init.d/httpd restart</blockquote>

以上でOK。]]>
        
    </content>
</entry>
<entry>
    <title>Xmailから携帯にメール送信できない問題</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/02/xmail.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=279" title="Xmailから携帯にメール送信できない問題" />
    <id>tag:yohsuke.net,2007://1.279</id>
    
    <published>2007-02-06T10:05:09Z</published>
    <updated>2007-02-06T10:16:11Z</updated>
    
    <summary>OP25B対策はしっかりやっているので、AU、Softbankには送れるがドコモ...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="自宅サーバ" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[OP25B対策はしっかりやっているので、AU、Softbankには送れるがドコモだけ何故か送信できない。
これは妙だと思って色々調べてみたら、どうやらウチのテスト用ドコモ機のメルアドに問題があったらしい。

参考：<a href="http://d.hatena.ne.jp/hidehara/20070122" target="_blank">hideharaさんの日記</a>

試しにメルアドを変更してからもう一度送ってみると、問題無く送れた。
しかしこれでは使い物になりましぇん。
hideharaさんの日記にも書いてあるようにパッチも出ているらしいが、ウチの環境ではパッチを当てるとサービス起動できなくなった。

仕方が無いので、Xmail1.22にバージョンダウンして様子見てます。]]>
        
    </content>
</entry>
<entry>
    <title>ズワイ蟹しゃぶしゃぶセット</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/02/post_78.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=278" title="ズワイ蟹しゃぶしゃぶセット" />
    <id>tag:yohsuke.net,2007://1.278</id>
    
    <published>2007-02-04T15:47:35Z</published>
    <updated>2007-02-04T15:52:15Z</updated>
    
    <summary>ずわいガニの足が20本ぐらいとカニ酢、出汁昆布、雑炊の素、雑炊用剥き身5個が付い...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="懸賞" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<img alt="" src="http://yohsuke.net/pic/kani-thumb.jpg" width="120" height="160" align="left" hspace="10" />ずわいガニの足が20本ぐらいとカニ酢、出汁昆布、雑炊の素、雑炊用剥き身5個が付いてました。
ヨメさんと二人で腹一杯になりました。]]>
        
    </content>
</entry>
<entry>
    <title>雪中梅</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/02/post_77.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=277" title="雪中梅" />
    <id>tag:yohsuke.net,2007://1.277</id>
    
    <published>2007-02-04T15:46:15Z</published>
    <updated>2007-02-04T15:48:19Z</updated>
    
    <summary>たまには日本酒も良いですね。...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="懸賞" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<img alt="" src="http://yohsuke.net/pic/secchuubai-thumb.jpg" width="120" height="160" align="left" hspace="10" />たまには日本酒も良いですね。]]>
        
    </content>
</entry>
<entry>
    <title>アバクロのミリタリーシャツ</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/02/post_76.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=276" title="アバクロのミリタリーシャツ" />
    <id>tag:yohsuke.net,2007://1.276</id>
    
    <published>2007-02-04T15:36:23Z</published>
    <updated>2007-02-04T15:40:31Z</updated>
    
    <summary>サイズがアメリカXOだったのでちょっと大き過ぎました。仕方が無いので体の大きなS...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="懸賞" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<img alt="" src="http://yohsuke.net/pic/abercrombie-thumb.jpg" width="120" height="160" align="left" hspace="10" />サイズがアメリカXOだったのでちょっと大き過ぎました。仕方が無いので体の大きなS君に売りましたｗ]]>
        
    </content>
</entry>
<entry>
    <title>自宅メールサーバのOP25B対策</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/02/op25b.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=275" title="自宅メールサーバのOP25B対策" />
    <id>tag:yohsuke.net,2007://1.275</id>
    
    <published>2007-01-31T16:34:00Z</published>
    <updated>2007-01-31T16:46:49Z</updated>
    
    <summary>最近ミクシィの日記ばかり書いてこっちは全然更新してませんでした。 楽天売上ランキ...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="自宅サーバ" />
            <category term="覚え書き" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[最近ミクシィの日記ばかり書いてこっちは全然更新してませんでした。
楽天売上ランキング配信プログラムも更新しなくてわ。。。

先日、知人から古いFMV機をタダで譲り受けました。
これを自宅サーバとして活用しようと目論んでおります。

Win2000+Apache2.2+Xmailというよくある構成にしてみましたが、問題発生。
CGIからXmail付属のsendmailを使ってメール送信しようとするも、どうもうまくいかない。
ローカルと加入プロバイダには問題無く送信できるも、その他のメールサーバーには送信できない。
エラーメッセージも返って来ないのにメールは届かないという状態。

で、ピンと来たのが去年辺りから大手プロバイダで始まったOutbound Port25 Blocking（OP25B）。
早速ググッてみたところ<a href="http://homepage1.nifty.com/yito/anhttpd/faq/op25b.html" target="_blank">詳しいサイト</a>を発見。
なんとかうまく送信できるようになりました。]]>
        
    </content>
</entry>
<entry>
    <title>楽天ウェブサービス</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2007/01/post_75.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=274" title="楽天ウェブサービス" />
    <id>tag:yohsuke.net,2007://1.274</id>
    
    <published>2007-01-19T13:43:48Z</published>
    <updated>2007-01-19T13:53:12Z</updated>
    
    <summary>ついに楽天がウェブサービスを開始しました。 http://webservice....</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="PCとかネットとか" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[ついに楽天がウェブサービスを開始しました。
<a href="http://webservice.rakuten.co.jp/" target="_blank">http://webservice.rakuten.co.jp/</a>

やっぱりアマゾンは意識してるんでしょうね。
あとは、アフィリエイトが現金報酬に対応してくれれば。。。]]>
        
    </content>
</entry>
<entry>
    <title>首が。。。</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/11/post_74.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=273" title="首が。。。" />
    <id>tag:yohsuke.net,2006://1.273</id>
    
    <published>2006-11-26T09:11:22Z</published>
    <updated>2006-11-26T09:15:55Z</updated>
    
    <summary>数日前から首を寝違えたような痛みが発生し、日ごとに痛みが増してます。 今日は痛す...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="一般" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        数日前から首を寝違えたような痛みが発生し、日ごとに痛みが増してます。
今日は痛すぎてほとんど首を動かすことができず、座ってるのもツライぐらい。。。
寝違えのわりには痛すぎるんですが、これ何なんでしょ？
とりあえず明日病院行きます。
        
    </content>
</entry>
<entry>
    <title>子育て奮闘中。。。</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/10/post_73.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=272" title="子育て奮闘中。。。" />
    <id>tag:yohsuke.net,2006://1.272</id>
    
    <published>2006-10-23T16:21:01Z</published>
    <updated>2006-10-23T16:38:40Z</updated>
    
    <summary>娘の名前が「明音（あかね）」に決まりました。 産まれて10日が過ぎまして、現在自...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="一般" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<img alt="akane.jpg" src="http://yohsuke.net/pic/akane.jpg" width="120" height="160" align="left" hspace="10" />娘の名前が「明音（あかね）」に決まりました。

産まれて10日が過ぎまして、現在自宅にて親子3人の生活です。
僕もオムツ換えなど手伝ったりしております。
今日は沐浴をやりましたが、最後にお湯をかけてやる時に温度が熱すぎたらしく、大泣きされました。。。

夜泣きとかはグズる程度なので意外に楽です。

しかし我が子は本当にかわいいです。
笑ったりしてくれるようになったらもっとかわいいんやろなぁ。
ヤバイなぁｗ]]>
        
    </content>
</entry>
<entry>
    <title>無事産まれました</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/10/post_71.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=271" title="無事産まれました" />
    <id>tag:yohsuke.net,2006://1.271</id>
    
    <published>2006-10-13T00:35:35Z</published>
    <updated>2006-10-13T00:56:42Z</updated>
    
    <summary>本日1時10分、3568グラムの元気な女の子が産まれました。 はじめて体験する我...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="一般" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        本日1時10分、3568グラムの元気な女の子が産まれました。

はじめて体験する我が子の出産はなかなか壮絶でしたが、分娩に立ち会い誕生の瞬間の元気な産声を聞いた時の感動は、きっと一生忘れることはないと思います。
頑張ってくれた奥さんと我が子に感謝感謝です。。。
        
    </content>
</entry>
<entry>
    <title>原さんｷﾀ━━━━(ﾟ∀ﾟ)━━━━!!</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/09/post_72.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=270" title="原さんｷﾀ━━━━(ﾟ∀ﾟ)━━━━!!" />
    <id>tag:yohsuke.net,2006://1.270</id>
    
    <published>2006-09-16T10:11:10Z</published>
    <updated>2006-09-16T10:17:43Z</updated>
    
    <summary>ゲットしました！ 原辰徳　現役最後のホームラン(You Tube)...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="@k-tai" />
            <category term="巨人" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<div class="caption">ゲットしました！</div>
<div class="photo"><img src="http://yohsuke.net/pic/blog-photo-1158401475.98-0.jpg" /></div>



<a href="http://www.youtube.com/watch?v=w5zxNRLYIS0" target="_blank">原辰徳　現役最後のホームラン(You Tube)</a>]]>
        
    </content>
</entry>
<entry>
    <title>もぐら</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/09/post_70.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=269" title="もぐら" />
    <id>tag:yohsuke.net,2006://1.269</id>
    
    <published>2006-09-13T14:43:33Z</published>
    <updated>2006-09-13T14:45:00Z</updated>
    
    <summary>芋焼酎です。懸賞で当たりました。割とスッキリしててうまいです。 ...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="懸賞" />
            <category term="焼酎" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        <![CDATA[<div class="caption">芋焼酎です。懸賞で当たりました。割とスッキリしててうまいです。</div>
<div class="photo"><img src="http://yohsuke.net/pic/blog-photo-1158158613.39-0.jpg" /></div>]]>
        
    </content>
</entry>
<entry>
    <title>PRIDE無差別級GP決勝戦</title>
    <link rel="alternate" type="text/html" href="http://yohsuke.net/2006/09/pridegp.shtml" />
    <link rel="service.edit" type="application/atom+xml" href="http://yohsuke.net/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=268" title="PRIDE無差別級GP決勝戦" />
    <id>tag:yohsuke.net,2006://1.268</id>
    
    <published>2006-09-10T10:13:03Z</published>
    <updated>2006-09-10T10:33:10Z</updated>
    
    <summary>今日は草野球の試合が降雨ノーゲームで早く終わったので、自宅でPRIDE無差別級G...</summary>
    <author>
        <name>yohsuke</name>
        
    </author>
            <category term="スポーツ" />
    
    <content type="html" xml:lang="ja" xml:base="http://yohsuke.net/">
        今日は草野球の試合が降雨ノーゲームで早く終わったので、自宅でPRIDE無差別級GPをスカパーで観戦。

大会序盤に行われた準決勝のミルコVSシウバ、ノゲイラVSジョシュ・バーネットの試合がスゴ過ぎで、決勝も含めて他の試合の盛り上がりがイマイチでした。

結果を知りたくない人は続きを読まないでください。

        ↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
↓
てか、ミルコ強すぎっす。
シウバが血みどろになって、しかも最後は必殺の左ハイキックで壮絶KO！
あんなボロボロのシウバは初めて見ました。

ジョシュも強かった。
ノゲイラと堂々寝技で渡り合って、互角どころか終盤はジョシュが押してました。

決勝はさっさとミルコのTKO勝ちで終わってしまいましたが、最後にミルコが腰にベルトを巻かれた瞬間、涙をこらえきれなくなったシーンはちょっと感動モノでした。

それにしても準決勝の2試合はどちらも今年のベストバウトでしょう。
こんな試合を地上波で放送できないとは。。。
フジテレビさんには巨人戦の中継の事も含めて（笑）、今後の事をもっとよく考えて欲しいです。
    </content>
</entry>

</feed> 

