<?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/"
	>

<channel>
	<title>～ ミネルヴァの梟は黄昏とともに飛び始める ～</title>
	<atom:link href="http://blog.daisukeyamashita.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.daisukeyamashita.com</link>
	<description>日々発見した技術や会社経営の日常を書き記して行きます。</description>
	<pubDate>Thu, 21 Jan 2010 10:41:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VMware Server Linux版の管理画面が頻繁にクラッシュする場合の対処方法</title>
		<link>http://blog.daisukeyamashita.com/post/851.html</link>
		<comments>http://blog.daisukeyamashita.com/post/851.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:41:36 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[インターネット総合研究所]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=851</guid>
		<description><![CDATA[
VMware Serverの管理コンソール（VMware Infrastructure Web Access）が頻繁に停止する場合は以下の設定を確認して下さい。
/etc/rc.d/init.d/vmware
678行目の-Xmx64mの数字を-Xmx256mのように増やしてやるとクラッシュしなくなります。
webAccessOpts=&#8221;-client -Xmx64m -XX:MinHeapFreeRatio=30 -XX:MaxHeapFreeRatio=30 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=$CATALINA_HOME/common/endorsed -classpath $CATALINA_HOME/bin/bootstrap.jar:$CATALINA_HOME/bin/commons-logging-api.jar -Dcatalina.base=$CATALINA_HOME -Dcatalina.home=$CATALINA_HOME -Djava.io.tmpdir=$CATALINA_HOME/temp org.apache.catalina.startup.Bootstrap&#8221;
一度、クラッシュしたコンソールの復活方法は、こちらのエントリーをご参照下さい。
以下、検索用ワード
VMware Infrastructure Web Access アクセスできない crash 管理コンソール administration administrator admin console access




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/851.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>go-windowsのpackage対応具合を調べてみました</title>
		<link>http://blog.daisukeyamashita.com/post/848.html</link>
		<comments>http://blog.daisukeyamashita.com/post/848.html#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:42:25 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[インターネット総合研究所]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=848</guid>
		<description><![CDATA[
自社のサーバをGoで実装できないか調べてみました。弊社はP2Pのテクノロジーに特化しているのですが、一部のシステムでサーバサイドとクライアントサイドの両方で動かしたい部分があり、リコンパイル程度でソースを共有できるのなら、かなり作業量が減らせるので、マルチプラットホームでネイティブコードを吐き出してくれる部分には非常に興味があります。
ちなみに、現状でクライアントはWindows/Linux、サーバーはLinuxです。
ただ、goルーチンやスライス、チャネルなどにはあまり興味がなく、ふーんという感じですので、良質な記事が出てくるのを待っています。
結局、想像していた通り、通信周りが全滅だったのでGoを利用するのは無理なのですが、誰かの助けになるかもしれませんので、表のリンクを置いておきます。
&#62; http://goo.gl/GWmF
CやC++のコードの持ち込みって出来るのかな？もしできるなら、とりあえず現状のコードを持ち込むというアイディアもありなのだが。。。
あと、高速なコンパイルは嬉しいですが、実行ファイルのサイズがデカイので、最適化オプションに期待です。




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/848.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>VMware Infrastructure Web Accessにアクセスできなくなった場合</title>
		<link>http://blog.daisukeyamashita.com/post/846.html</link>
		<comments>http://blog.daisukeyamashita.com/post/846.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:07:38 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[インターネット総合研究所]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=846</guid>
		<description><![CDATA[ネットを調べてみたらWindows版でもちょいちょい停止するようですが、私のCentOS環境でバシバシ落ちてます。落ちないときは２週間とか安定してるのですが、落ちるときは１日に数回落ちてます。
で、ウェブの管理画面にアクセスできなくなった時は、VMware management servicesを開始すると良いです。
# /etc/init.d/vmware-mgmt start




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/846.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>福井県でGoogle App Engine Hackathonを開催します！</title>
		<link>http://blog.daisukeyamashita.com/post/844.html</link>
		<comments>http://blog.daisukeyamashita.com/post/844.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:17:02 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[Google Mania]]></category>

		<category><![CDATA[インターネット総合研究所]]></category>

		<category><![CDATA[ソフトウェア開発]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=844</guid>
		<description><![CDATA[
福井情報技術者協会の支援により、福井県でGoogle App Engine Hackathonを開催する運びとなりました。
福井県近郊にお住まいでGoogle App Engineに興味のある方は、ぜひご参加下さい。Google App Engine API Expertである私も参加します。
事前申込が必要ですので、興味のある方は以下のリンク先をご確認下さい。
http://fitea.org/?p=115




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/844.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>福井県で開催される「アップグレードふくい」で講演をします</title>
		<link>http://blog.daisukeyamashita.com/post/839.html</link>
		<comments>http://blog.daisukeyamashita.com/post/839.html#comments</comments>
		<pubDate>Tue, 12 Jan 2010 04:09:28 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[インターネット総合研究所]]></category>

		<category><![CDATA[株式会社SOBAプロジェクト]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=839</guid>
		<description><![CDATA[
新人ITエンジニア＆志望者向けの内容で講演する予定ですが、会場の顔ぶれを見ながら学生が少ないようでしたら、ビジネス寄りの話をしたいと考えております。
福井県近郊の方はぜひお越し下さい。事前申込が必要ですので、参加される方はリンク先をご確認下さい。
http://www.fisc.jp/ugf_detail.php?eid=00027




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/839.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>squareがBob Leeを引き抜いたらしい</title>
		<link>http://blog.daisukeyamashita.com/post/836.html</link>
		<comments>http://blog.daisukeyamashita.com/post/836.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 21:40:37 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[Android]]></category>

		<category><![CDATA[Google Mania]]></category>

		<category><![CDATA[Guice]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=836</guid>
		<description><![CDATA[GoogleのソフトウェアエンジニアのBob Leeがsquareに引き抜かれたらしい。
Bob Leeは、Googleのテクノロジーを追いかけていると、ちょいちょい出てくる名前。GuiceやAndroidあたりで良く出てくる。
squareはサービス開始前に4000万ドルの起業価値が付いたことで一躍有名になったスタートアップ。
squareは近々あと２名の雇用者を発表するらしいので、目が離せない！




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/836.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>あけましておめでとうございます</title>
		<link>http://blog.daisukeyamashita.com/post/833.html</link>
		<comments>http://blog.daisukeyamashita.com/post/833.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 21:26:22 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=833</guid>
		<description><![CDATA[本年もよろしくお願いいたします。




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/833.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Gmailで入力中の文字が消える問題について</title>
		<link>http://blog.daisukeyamashita.com/post/830.html</link>
		<comments>http://blog.daisukeyamashita.com/post/830.html#comments</comments>
		<pubDate>Mon, 28 Dec 2009 04:44:55 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[Google Mania]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=830</guid>
		<description><![CDATA[
Gmailで入力中の文字が消えるという現象が１１月中旬から発生しておりますが、ブラウザのクッキーを削除する事でなおります。一部でGoogle日本語入力のせいだと勘違いされているようですが、IMEは関係ありません。
クッキーを削除すると一発で直るので、みなさまお試し下さい。
具体的にどのクッキーかというのは、年末に調べてみますが、手元の環境ではブラウザのクッキーをすべて削除して症状が改善しました。




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/830.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Google URL Shortener ( http://goo.gl/ ) でURLを生成する方法</title>
		<link>http://blog.daisukeyamashita.com/post/825.html</link>
		<comments>http://blog.daisukeyamashita.com/post/825.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 02:16:32 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[Google Mania]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=825</guid>
		<description><![CDATA[昨日発表された、goo.glというショートリンク作成サービスですが、汎用向けではなく、ツールバーなどGoogle内部のツール用のショートリンク作成サービスのようです。
昨日のお昼の時点でどんな物か分かっていたので、帰宅してから、汎用サービスを書いてみました。
あまり公にするつもりもありませんでしたが、世界中でハックが進んでいるようなので、公開します。まぁ今更感がありますが、goo.glドメインのショートリンクを作成したい方はご利用下さい。
http://linked.jp/




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/825.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CodeZineでPV２位になりました！</title>
		<link>http://blog.daisukeyamashita.com/post/821.html</link>
		<comments>http://blog.daisukeyamashita.com/post/821.html#comments</comments>
		<pubDate>Thu, 10 Dec 2009 16:42:54 +0000</pubDate>
		<dc:creator>daisuke</dc:creator>
		
		<category><![CDATA[Google Mania]]></category>

		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=821</guid>
		<description><![CDATA[
CodeZineの2009年記事PVランキング（暫定）で、私が執筆した「Google App Engine for Javaを使ってみよう！　（1）Google Plugin for Eclipse」がPVで２位につけています。あと１ヶ月で１位になれるのか？
Google App Engineをこれから触ってみたいという方はぜひ、ご一読下さい！
また、直近の募集になってしまっていますが、Google東京オフィスでGoogle App Engine for Java コードラボが開催されます。コードラボでは、JavaはできるがGoogle App Engineを触ったことが無いという方向けの学習プログラムを試して頂きます。
このコードラボで利用するプログラムは、私が開発したものですので、関東近郊の方はぜひお越し下さい。当日は私もリモートで参加予定です。
今回は入門編の前半のみを体験して頂きますが、入門編の後半もヒーヒーいいながら、がんばってプログラムを作成しているので、お楽しみに！




	
	
	
	
	
	
	
	
	


]]></description>
		<wfw:commentRss>http://blog.daisukeyamashita.com/post/821.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
