<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JeBeKe</title>
	<atom:link href="http://jebeke.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://jebeke.org</link>
	<description>going digital...</description>
	<lastBuildDate>Sat, 27 Dec 2008 14:41:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XP Service Pack 3 &#8211; Unable To Install</title>
		<link>http://jebeke.org/2008/12/27/xp-service-pack-3-unable-to-install/</link>
		<comments>http://jebeke.org/2008/12/27/xp-service-pack-3-unable-to-install/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 14:41:11 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://jebeke.org/?p=51</guid>
		<description><![CDATA[You may experience the following error when installing Windows XP Service Pack 3 (SP3) when installing on Intel iMAC using Bootcamp to run Windows XP.
&#8220;There is not enough disk space on C:\WINDOWS\$NtServicePackUninstall$ to install Service Pack 3 Setup requires an additional 4 megabytes of free space or if you also want to archive the files [...]]]></description>
			<content:encoded><![CDATA[<p>You may experience the following error when installing Windows XP Service Pack 3 (SP3) when installing on Intel iMAC using Bootcamp to run Windows XP.</p>
<p>&#8220;There is not enough disk space on C:\WINDOWS\$NtServicePackUninstall$ to install Service Pack 3 Setup requires an additional 4 megabytes of free space or if you also want to archive the files for uninstallation,Setup requires 4 additional megabytes of free space. Free additional space on your hard disk and then try again.&#8221;</p>
<p>This happens because iMac uses EFI file format which Windows XP does not support. To workaround this problem, add a registry key as follows:</p>
<blockquote><p><strong>1. Click Start &#8211; Run &#8211; Type “regedit” and press enter.</strong></p>
<p><strong>2. Navigate to</strong></p>
<p><strong>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup]<br />
 <br />
HKEY_LOCAL_MACHINE<br />
    \Software<br />
         \Microsoft<br />
              \Windows<br />
                  \CurrentVersion<br />
                       \Setup<br />
                      <br />
3. In the right pane, Right-click and select New &#8211; String value</strong></p>
<p><strong>4. Name it as “BootDir” and set its value to “C:\”</strong></p></blockquote>
<p>This should help. Try installing SP3 and should work fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/12/27/xp-service-pack-3-unable-to-install/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Safesleep Mac</title>
		<link>http://jebeke.org/2008/12/27/safesleep-mac/</link>
		<comments>http://jebeke.org/2008/12/27/safesleep-mac/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 11:37:18 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://jebeke.org/?p=49</guid>
		<description><![CDATA[To enable Safe Sleep on a mac, issue the following command on a terminal:
sudo pmset -a hibernatemode 1
When the lid is closed, the ram content will be written to disk.
By issuing the following, the ram content will be written to disk only when the battery is almost dead.
sudo pmset -a hibernatemode 3
]]></description>
			<content:encoded><![CDATA[<p>To enable Safe Sleep on a mac, issue the following command on a terminal:</p>
<p>sudo pmset -a hibernatemode 1</p>
<p>When the lid is closed, the ram content will be written to disk.</p>
<p>By issuing the following, the ram content will be written to disk only when the battery is almost dead.</p>
<p>sudo pmset -a hibernatemode 3</p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/12/27/safesleep-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Hidden Dock icons</title>
		<link>http://jebeke.org/2008/08/22/transparent-hidden-dock-icons/</link>
		<comments>http://jebeke.org/2008/08/22/transparent-hidden-dock-icons/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:22:25 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://jebeke.org/?p=47</guid>
		<description><![CDATA[If you hide an application, you can reflect this in the dock by making the icons transparent. Just execute the following command in the terminal:
defaults write com.apple.Dock showhidden -bool YES

]]></description>
			<content:encoded><![CDATA[<p>If you hide an application, you can reflect this in the dock by making the icons transparent. Just execute the following command in the terminal:</p>
<p>defaults write com.apple.Dock showhidden -bool YES</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/08/22/transparent-hidden-dock-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert movies to be used in Microsoft Powerpoint</title>
		<link>http://jebeke.org/2008/03/11/convert-movies-to-be-used-in-microsoft-powerpoint/</link>
		<comments>http://jebeke.org/2008/03/11/convert-movies-to-be-used-in-microsoft-powerpoint/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 21:24:25 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powerpoint]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[Movie]]></category>

		<guid isPermaLink="false">http://jebeke.org/2008/03/11/convert-movies-to-be-used-in-microsoft-powerpoint/</guid>
		<description><![CDATA[Unfortunately, there are very few movie formats Microsoft Powerpoint is capable of handling. The only one I&#8217;ve found so far is &#8230; WMV !! With &#8216;MPEG Streamclip&#8217; it is very simple to do the conversion. Open up the to be converted file, and choose &#8216;File &#8211; Export to other formats&#8217;. In the list you will find &#8216;Windows [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, there are very few movie formats Microsoft Powerpoint is capable of handling. The only one I&#8217;ve found so far is &#8230; WMV !! With <a href="http://www.squared5.com/" title="MPEG Streamclip">&#8216;MPEG Streamclip&#8217;</a> it is very simple to do the conversion. Open up the to be converted file, and choose &#8216;File &#8211; Export to other formats&#8217;. In the list you will find &#8216;Windows Media&#8217;. Good luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/03/11/convert-movies-to-be-used-in-microsoft-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen sharing: extra icons</title>
		<link>http://jebeke.org/2008/02/29/screen-sharing-extra-icons/</link>
		<comments>http://jebeke.org/2008/02/29/screen-sharing-extra-icons/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 18:26:17 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://jebeke.org/2008/02/29/screen-sharing-extra-icons/</guid>
		<description><![CDATA[defaults write com.apple.ScreenSharing &#8216;NSToolbar Configuration ControlToolbar&#8217; -dict-add &#8216;TB Item Identifiers&#8217; &#8216;(Scale,Control,Share,Curtain, Capture,FullScreen,GetClipboard,SendClipboard,Quality)&#8217;
Source: macworld.com
]]></description>
			<content:encoded><![CDATA[<p>defaults write com.apple.ScreenSharing &#8216;NSToolbar Configuration ControlToolbar&#8217; -dict-add &#8216;TB Item Identifiers&#8217; &#8216;(Scale,Control,Share,Curtain, Capture,FullScreen,GetClipboard,SendClipboard,Quality)&#8217;</p>
<p>Source: <a href="http://www.macworld.com/article/131985/2008/02/2503geekfactor.html">macworld.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/02/29/screen-sharing-extra-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBAN-IBIC</title>
		<link>http://jebeke.org/2008/01/17/iban-ibic/</link>
		<comments>http://jebeke.org/2008/01/17/iban-ibic/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 19:29:39 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[IBAN]]></category>
		<category><![CDATA[IBIC]]></category>

		<guid isPermaLink="false">http://jebeke.org/2008/01/17/iban-ibic/</guid>
		<description><![CDATA[You want to know your IBAN/IBIC ? Pay a visit to this site .
]]></description>
			<content:encoded><![CDATA[<p>You want to know your IBAN/IBIC ? Pay a visit to <a href="http://nl.iban-bic.com/IBAN_en_BIC_berekenen.0.html?L=3">this site </a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/01/17/iban-ibic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Well Known&#8221; TCP and UDP ports used by Apple software products</title>
		<link>http://jebeke.org/2008/01/05/well-known-tcp-and-udp-ports-used-by-apple-software-products/</link>
		<comments>http://jebeke.org/2008/01/05/well-known-tcp-and-udp-ports-used-by-apple-software-products/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 10:07:27 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://jebeke.org/2008/01/05/well-known-tcp-and-udp-ports-used-by-apple-software-products/</guid>
		<description><![CDATA[Interesting list of all TCP and UDP ports used by Apple: Apple info
Source: Apple info 
]]></description>
			<content:encoded><![CDATA[<p>Interesting list of all TCP and UDP ports used by Apple: <a href="http://docs.info.apple.com/article.html?artnum=106439">Apple info</a><br />
Source: <a href="http://docs.info.apple.com/article.html?artnum=106439">Apple info</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2008/01/05/well-known-tcp-and-udp-ports-used-by-apple-software-products/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning off unneeded services</title>
		<link>http://jebeke.org/2007/12/29/turning-off-unneeded-services/</link>
		<comments>http://jebeke.org/2007/12/29/turning-off-unneeded-services/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 17:10:41 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Leopard]]></category>

		<guid isPermaLink="false">http://jebeke.org/2007/12/29/turning-off-unneeded-services/</guid>
		<description><![CDATA[There is a big list here of services you can turn on/off on an apple computer running Tiger and/or Leopard.
Source: macgeekery
]]></description>
			<content:encoded><![CDATA[<p>There is a big list <a href="http://www.macgeekery.com/gspot/2006-12/turning_off_unneeded_services">here</a> of services you can turn on/off on an apple computer running Tiger and/or Leopard.<br />
Source: <a href="http://www.macgeekery.com/gspot/2006-12/turning_off_unneeded_services">macgeekery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2007/12/29/turning-off-unneeded-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reconnect mighty mouse after replacing batteries</title>
		<link>http://jebeke.org/2007/12/28/reconnect-mighty-mouse-after-replacing-batteries/</link>
		<comments>http://jebeke.org/2007/12/28/reconnect-mighty-mouse-after-replacing-batteries/#comments</comments>
		<pubDate>Fri, 28 Dec 2007 18:07:46 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://jebeke.org/2007/12/28/reconnect-mighty-mouse-after-replacing-batteries/</guid>
		<description><![CDATA[Just switch on the mouse and click a button.
]]></description>
			<content:encoded><![CDATA[<p>Just switch on the mouse and click a button.</p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2007/12/28/reconnect-mighty-mouse-after-replacing-batteries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote assistance behind a firewall/router</title>
		<link>http://jebeke.org/2007/12/20/remote-assistance/</link>
		<comments>http://jebeke.org/2007/12/20/remote-assistance/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 21:47:37 +0000</pubDate>
		<dc:creator>JeBeKe</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jebeke.org/2007/12/20/remote-assistance/</guid>
		<description><![CDATA[On windows: Open up port 3389
On OsX: Open up port 3283 and 5900
VNC: Open up port 5900 
]]></description>
			<content:encoded><![CDATA[<p>On windows: Open up port 3389<br />
On OsX: Open up port 3283 and 5900<br />
VNC: Open up port 5900 </p>
]]></content:encoded>
			<wfw:commentRss>http://jebeke.org/2007/12/20/remote-assistance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 6.717 seconds -->
