Category Archives: linux

Increase Totem Buffer in Ubuntu

gedit-editor > apps > totem > buffer-size | network-buffer-threshold Change buffer-size = 10 & network-buffer-threshold = 10

Posted in linux | Tagged , , , , | 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

Posted in linux, opensource | Tagged , , , , , , , | 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 … Continue reading

Posted in linux, opensource | Tagged , , , | Comments Off

Disable Update Manager Auto-launch in Ubuntu

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

Posted in linux, opensource, script, shell | Tagged , , | 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 … Continue reading

Posted in linux, opensource, virtualization | Tagged , , , , | 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 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 … Continue reading

Posted in linux, opensource, virtualization | Tagged , , , , | Comments Off

Thoughts on Cloud Architecture in Open Source

Recently one of my friends I met from LinkedIn sent me several questions, about Cloud Computing, which looks like a Request for Proposal (RFP). I post my very personal response here for a mindshare. About Cloud, Cluster/ Load Balancing, Data … Continue reading

Posted in cloud, linux, opensource, virtualization | Tagged , , , , , , | Comments Off