Category Archives: Diary

Agile × Patterns = Our Field

I attended the event “Agile × Patterns = Our Field” at the mixi meeting room.

The floor had a light brown, vinyl flooring material with a wood-like pattern. Square white four-seater tables were arranged, and in the back, there was a bar counter with various vending machines behind it. The far wall was made entirely of glass from top to bottom, providing a little attraction for those who are afraid of heights.

Continue reading Agile × Patterns = Our Field

How to install VMWare Tools

I installed VMWare Tools into Debian 6 on VMWare on Windows XP SP3. It was too difficult.

VMware requires linux-header 2.6.32-5-686 and gcc-4.3. I guess it’s because gcc-4.3 is the base of linux-headers. But why does VMWare Tools require linux-headers? and why installing VMWare tools is such complicated? Error message was showed many time.

If you execute vmware-install.pl after installing linux-headers (and gcc-4.3), the program detects the location of the gcc and linux headers correctly.