Archive for July, 2009

What Web2.0 means to Cloud?

I discussed the subject with one of colleagues who is a Cloud Computing architect. I’m logging what my comment here

=-=-

To continue our previous talk is a huge discussion. I’d recommend you could start to get involved in http://twitter.com and follow

http://twitter.com/mashable
http://twitter.com/j3ffyang -> me
http://twitter.com/OpenIBM -> I own this too as of being admin for IBM Open Source Global community

When you hit any of above, you can see the bytes come from http://aws.amazon.com actually, which is an IaaS with no doubt. Twitter is a kind of social collaboration network -> an application running over Amazon Web Services (AWS). Twitter doesn’t own any hardware resources. Whenever Twitter needs computing capability, it goes to AWS and AWS fulfills its request… on demand. Even though Twitter sometimes out of service due to its overload.

@ IaaS, AWS not only gives power of hardware (CPU, memory, disk and network…), but also provides plugin / API to connect Twitter with Hadoop… and Simple Queue Service (SQS), and Simple Database (SDB).

You shouldn’t be surprised @ Twitter’s power to gather thousand of thousand developers around it, if keeping our eyes open. (Some reasons of the motivation of social collaboration in term of Web2.0). See these:

http://tweetwheel.com
http://ftags.com
http://tweetvalue.com/
http://www.tweetizen.com/
http://twittersnooze.com/
http://mrtweet.net/home/j3ffyang
http://tweettrail.com/search/hadoop

This list is almost endless. They’re all independent of twitter.com. The above are all SaaS, plugable into Twitter.com where provides API -> http://apiwiki.twitter.com/ and http://twitter.com/downloads – @ PaaS

This is an ecosystem.

  • Share/Bookmark

Comments off

Increase Totem Buffer in Ubuntu

gedit-editor > apps > totem > buffer-size | network-buffer-threshold

Change buffer-size = 10 & network-buffer-threshold = 10

totem

  • Share/Bookmark

Comments off

Hack SeaMonkey to enable Socks Proxy in Ubuntu

Stack: SeaMonkey 1.1.15 in Ubuntu 9.04

Symptom: Socks Proxy is set, but doesn’t work

Open SeaMoney > about:config in URL bar > type

network.proxy.type

then set the value = 2

  • Share/Bookmark

Comments off

cups-pdf: Could not open the file /home/you/Desktop/273_.pdf

Installed cups-pdf in Ubuntu 9.04 and changed the following in /etc/cups/cups-pdf.conf

Out ${HOME}/Desktop

Restarted /etc/init.d/cups, still received

Could not open the file /home/{you}/Desktop/273_.pdf

in /var/log/cups/error_log

The solution is, in /etc/cups/cups-pdf.conf, change to

Out ${HOME}/PDF

and create PDF directory under your home directory

  • Share/Bookmark

Comments off

Disable Update Manager Auto-launch in Ubuntu

Disable in gconf-editor

auto_launch

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
  • Share/Bookmark

Comments off

Virtualized Windows Hangs when Shutdown on VirtualBox 3.0

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

virt_console1virt_acpi0virt_pae02

  • Share/Bookmark

Comments off

Fix Virtualized Windows XP on VirtualBox 3.0 over Ubuntu 9.04

Configuration:

  • Host OS > Ubuntu 9.04
  • Guest OS > Windows XP
  • VirutalBox > 3.0.0

Symptom: Windows XP crashes very frequently and the dump shows

virtbox_crash3

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…

  • Share/Bookmark

Comments off