<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>ThePinguin.net</title>
	<link>http://www.thepinguin.net</link>
	<description>pinguin, software, development, dev, projects, daily stuff, thepinguin, programming, c, java, the, c++, cpp, embedded, systems</description>
	<lastBuildDate>Fri, 23 Dec 2011 09:00:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>OS X: Lion file auto-lock feature DISABLE</title>
		<description><![CDATA[Today I&#8217;ve opened a rarely used file on my computer. And got the weirdest message in ages: &#8221;file is locked because you haven&#8217;t made any changes to it recently&#8221;. After a quick search I became apparent Apple has a new feature to auto-lock files.
How to disable the feature

Goto the System Preference menu;
Click the Time Machine settings menu;
Click the [...]]]></description>
		<link>http://www.thepinguin.net/2011/12/os-x-lion-file-auto-lock-feature-disable/</link>
			</item>
	<item>
		<title>OS X: Lion slow network after suspension FIX</title>
		<description><![CDATA[My MacBook pro with Os X Lion is very slow when coming out off suspension.
I&#8217;ve got a new Apple MacBook pro with Os X Lion last week. After the upgrade i&#8217;ve noticed a problem after suspension (sleep/ wakeup) with the internet connection. Compared with my older Apple MacBook pro (early 2008) with Snow Leopard, internet [...]]]></description>
		<link>http://www.thepinguin.net/2011/11/os-x-lion-slow-network-after-suspension-fix/</link>
			</item>
	<item>
		<title>Chrome Update Server not available (error: 11)</title>
		<description><![CDATA[How to fix the Google Chrome &#8220;update server not available (error: 11)&#8221; problem.

sudo rm -r /Library/Google
sudo rm -r ~/Library/Google

I suppose it&#8217;s a versioning problem, there are still old config (plist) files present on the system. By removing these, and others, Chrome can reconnect to the proper server again.
Note: I&#8217;m just using the Chrome product of [...]]]></description>
		<link>http://www.thepinguin.net/2011/06/chrome-update-server-not-available-error-11/</link>
			</item>
	<item>
		<title>VM convert VMware to VirtualBox</title>
		<description><![CDATA[A typical VMware Virtual Machine stores data in &#8220;.vmwarevm&#8221; containers. These are directories with .vmdk images. To convert them to the VirtualBox, KVM image format the container needs to be flattened first.
Flatten vmdk

vmware-vdiskmanager -r source.vmwarevm/source.vmdk -t 0 flat.vmdk

Convert
Convert your flat image to another format.
Convert VMDK to Qemu

qemu-img convert flat.vmdk -O qcow2 target.qemu

VMDK to VDI

qemu-img convert flat.vmdk -O [...]]]></description>
		<link>http://www.thepinguin.net/2011/03/vm-convert-vmware-to-virtualbox/</link>
			</item>
	<item>
		<title>cURL C vs. PHP implementation TLSv1</title>
		<description><![CDATA[I&#8217;m in the process of implementing a datamanagement protocol (CDMI). And am using cURL libraries in both C/C++, and PHP. Both server, and in C written client rely on encrypted communication via TLSv1, which comes with openssl on many platforms. To make things easy cURL was used on the client side.
Recently i&#8217;ve started work on [...]]]></description>
		<link>http://www.thepinguin.net/2011/02/curl-c-vs-php-implementation/</link>
			</item>
</channel>
</rss>

