vmplayer Failed to lock the file error

今日,VMware Player(6.0.1)を立ち上げると、Failed to lock the file errorというエラーとなった。以下のリンクにもあるが、VMDKフォルダに行き、####.vmdk.lckファイルを削除すれば、通常通り立ち上がった。http://blog.criterionsoftware.com.br/2012/07/v…

Windows Phone 7 - 1 - C#からwifi等のSettingページ表示

C#からwifi等のSettingページ表示をどうして実現しているのだろうか?ちょっと調べたところ、以下にAPIに関する情報があった。 http://blogs.codes-sources.com/kookiz/archive/2011/09/11/wp7-display-a-settings-screen-from-a-mango-application.aspx Tas…

HTTP Request / Responseの勉強

HTTP Request / Responseの勉強HTTP Request: user-agent - clue on who is accessingHTTP Response: data & time - clue on types and characteristics of administrators (lazy, punctual, etc.) Any system update. Think like what would cause 5 minute…

Powershell and Find and Grep

http://d.hatena.ne.jp/wata_d/20101026/1288096946findで拡張子がcpp/hpp/hになっているファイルを検索して、'#include

The Path ”Contains More Than the Allowed 259 Characters” in TF

I encouter this error and solve the prolem using this. Just a little trip to use in TFS of VS2010.Check out this and this may help.http://h30507.www3.hp.com/t5/The-Watering-Can-of-Enterprise/The-Path-quot-Contains-More-Than-the-Allowed-259…

Cygwin: mysql

cannot install from 5.5.13. Gave up. look for 5.1

Cygwin: cmake command

If you configure PATH wrong in /usr/local, you cannot find cmake. Check this if you cannot find cmake command. Use which command to check which directory cmake command is called. If you call cmake from /bin/ dirctory, it will generate some…

Cygwin: groupadd and useradd

There is no groupadd & useradd in cygwin. Therefore, you should ceate user and group as Windows' local accounts and type the following command. mkpasswd -l > /etc/passwd mkgroup -l > /etc/group In your domain accounts, you should do the fo…

Cygwin: startx wmaker

run the following > startx /usr/bin/wmakerI set this as alias for startx. For my current config, just type > startx &

Sony Info

I found an interesting site that writes a summary of recent Sony incidents. Simple SQL injection, XSS, and any other injections... http://attrition.org/security/rant/sony_aka_sownage.html

Use GNU Global to read source code in C# under Windows 2008 R2

I do not think that we can create a perfect tag for C#, but want to have a html based source code view. So here is my quick test and it works as expected.Just insert the following into gtags.confgtags:\ :tc=common:\ :langmap=c\:.c.h,yacc\:…

Avalanche

今日はAvalancheをインストールして、どのように動かすのか試してみました。ノートにWindows 2008 R2サーバを入れてHyper-Vを動かしています。そのゲストOSのひとつにCentOSを入れているので、その環境に、リモートデスクトップで入って、作業してみます。ま…

Group Policy エラー

Windows 2003 SP1とXP SP2でグループポリシーを使う機会があったが、よく理解できないエラーに遭遇したので書きとめておきます。Resultant Set of Policy (RSoP)を走らせるとエラーが出てします。表示ボックスに赤のバッテンが出てしまっていて、プロパティ…

open source code を"読むため"に読むツール環境って?

最近、solaris がオープンソースとなって、時々サイトに行きますが、私にとって一番目につくのが、きれいにフォーマットされたソースコードあることです。ウェブブラウザを使って、仕事をする、コミュニケーションする、思考する、作文するということが当た…

DHCP[3]

予約、リース、承認、スコープ 予約“予約” を使うと、DHCP サーバーによる恒久のアドレスのリース割り当てを作成できます。予約によって、サブネット上の指定したハードウェア デバイスが常に同じ IP アドレスを確実に使えます。 リース“リース” とは、クラ…

DHCP [2]

DHCP リレーエージェントリレーエージェントとは、異なるサブネットのネットワーク上におけるクライアントとサーバ間で、BOOTP及びDHCPをメッセージを転送するプログラム。TCP/IP ネットワーキングでは、ルーターは、サブネットと呼ばれる物理的なネットワー…

DNS

ADリンク

『初歩から理解するActive Directory』第1回 ディレクトリ・サービスってなんだっけ? 第2回 DNSさえできればADも怖くない 第3回 論理構造を頭に描こう 第4回 サイトとGCでネットワークを最適化する 第5回 新しいActive Directoryを構築する 第6回 サイトと…

DHCP[1]

今日は、DHCPの復習を行いたいと思う。 DHCPは、Dynamic Host Configuration Protocolの略であり、動的にIPアドレスやルーティング情報をクライアントに割り当てるためのものである。クライアントコンピュータに、IPを割り当て回るのは大変であり、一旦割り…

2進数と10進数の変換

簡単な計算方法ないかなとネットサーフィンしてたら見つけたので書いときます。例えば、200の場合、200をどんどん2で割っていってみましょう。 200/2=100 ・・・・0 100/2=50 ・・・・0 50/2=25 ・・・・0 25/2=12 ・・・・1 12/2=6 ・・・・0 6/2=3 ・・・…

suppernetting

スーパーネッティング(スーパーネット化)とは、連続するIPアドレスを持ついくつかのサブネットワークを集めて、より大きな単位のネットワークにまとめること。たとえば、今、以下のようなIPアドレスを持つ4つのクラスCのネットワークがあるとする。ネット…

VLSM と CIDR

ネットワークアドレスの実装、管理、及び保守の中で理解が不足がちな2つのキーワードについて勉強したいと思います。 VLSM可変長サブネットマスク(Variable Length Subnet Mask:VLSM)とは、1つのネットワークをサブネットで分割する場合に複数の長さのサブ…

ネットワークの再勉強

ネットワークに関する仕事をまたやることになったので、ここで再勉強したいと思っています。自分では分かっているつもりでもまったく分かっていない場合が多い。ここで奮起し分かっていることも分かっていないこともひっくるめて、ネットワークを再度一から…