July 9, 2009 at 11:05 pm
· Filed under linux, opensource, script, shell
Disable in gconf-editor

Or in command line:
To disable >
gconftool -s --type bool /apps/update-notifier/auto_launch false
To enable >
gconftool -s --type bool /apps/update-notifier/auto_launch true
Permalink
July 7, 2009 at 7:58 pm
· Filed under linux, opensource, virtualization
Stack
Host OS > Ubuntu 9.04
Guest OS > Windows XP
VirtualBox > 3.0.0
Hardware > ThinkPad T43, single CPU, 2G memory
Symptom: Windows XP hangs during shutdown
Resolution: Change the setting as the followings
VT – Enabled
Nested Paging – Disabled
ACPI – Enabled
IO ACPI – Disabled
PAE – Disabled




Permalink
July 7, 2009 at 4:12 am
· Filed under linux, opensource, virtualization
Configuration:
- Host OS > Ubuntu 9.04
- Guest OS > Windows XP
- VirutalBox > 3.0.0
Symptom: Windows XP crashes very frequently and the dump shows

As well as the message >
DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS
Solution:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Processor
Or
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm
And changing the ‘Start’ value to ’4′.
The detail @ http://blogs.msdn.com/virtual_pc…

Permalink
March 5, 2009 at 5:04 am
· Filed under cloud, linux, opensource
Source: http://berkeleyclouds.blogspot.com/…
One of the obstacles we identified in our paper was API-based vendor lock-in: If you’ve written your application to run on a particular cloud, and especially if you have automated management and provisioning tools, moving to a different provider, with different APIs, can be a significant expense. Mark Shuttleworth recently announced on the Ubuntu Developers mailing list that the next release of Ubuntu, Karmic Koala, “aims to keep free software at the forefront of cloud computing by embracing the API’s of Amazon EC2, and making it easy for anybody to set up their own cloud using entirely open tools.” Specifically they will be including support for Eucalyptus, the University of California, Santa Barbara project that allows operators to provide an EC2 compatible API to their own cluster. While there are a number of other efforts to create a standard this is definitely a step towards the adoption of the EC2 API as a de facto standard. To the best of our knowledge, this makes EC2′s API the first one with a second implementation — an open source implementation, to boot.
Permalink