<?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>Unknown Geek</title>
	<atom:link href="http://www.jd7.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jd7.org</link>
	<description>Official Blog of an Unknown Geek ~</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Untitled</title>
		<link>http://www.jd7.org/2012/02/06/untitled/</link>
		<comments>http://www.jd7.org/2012/02/06/untitled/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 20:02:23 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2012/02/06/untitled/</guid>
		<description><![CDATA[Technical Note : iPhone and iPad Dialup User IPSec VPN sample configuration for FortiOS v4.0 MR3 Products &#160; FortiGate &#160; Description This article provides a sample IPSec VPN configuration for use with iPhone and iPad.&#160; The configuration is for FortiOS v4.0 MR3 and differs from the configuration that is required for&#160;previous firmware versions. The related [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="divDVDocTitle" style="color: #96181b; font-size: 18px; font-family: sans-serif; font-weight: bold; margin-bottom: 10px;">Technical Note : iPhone and iPad Dialup User IPSec VPN sample configuration for FortiOS v4.0 MR3</div>
<div class="divDVSectionTitle" style="color: #96181b; font-size: 14px; font-family: sans-serif; font-weight: bold; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #cc8b8b; margin-bottom: 10px; margin-top: 20px;">Products</div>
<p>&nbsp;</p>
<table border="0">
<tr>
<td style="font-family: sans-serif; font-size: 12px; font-weight: bold; padding-bottom: 5px;">FortiGate</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionTitle" style="color: #96181b; font-size: 14px; font-family: sans-serif; font-weight: bold; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #cc8b8b; margin-bottom: 10px; margin-top: 20px;">Description</div>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;">This article provides a sample IPSec VPN configuration for use with iPhone and iPad.&nbsp; The configuration is for FortiOS v4.0 MR3 and differs from the configuration that is required for&nbsp;previous firmware versions.
<p />The related article provides a configuration guide for earlier firmware versions.</span></div>
<p />
<div><span style="font-family: Verdana; font-size: 9pt;"><span id="more-238"></span><br /></span></div>
</blockquote></div>
<div class="divDVSectionTitle" style="color: #96181b; font-size: 14px; font-family: sans-serif; font-weight: bold; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #cc8b8b; margin-bottom: 10px; margin-top: 20px;">Scope</div>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;">This example is intended for a dial-up VPN network that requires connections from iPhone or iPad clients.</span></div>
</blockquote></div>
<div class="divDVSectionTitle" style="color: #96181b; font-size: 14px; font-family: sans-serif; font-weight: bold; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #cc8b8b; margin-bottom: 10px; margin-top: 20px;">Solution</div>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;">This example is intended for a dial-up VPN network that requires connections from iPhone or iPad clients.
<p />The following sample configuration has been tested and works correctly in FortiOS v4.0 MR3.
<p />It should be noted that the VPN is configured as route-based, otherwise known as interface-based. The configuration requires a peer ID (&#8220;apple&#8221; in this case) as well as a user group. It is best to configure this VPN using the CLI as some of the required settings are not available in the web interface.
<p />Setup a User, User Group, and Firewall Addresses:<br /></span></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">config user local<br />&nbsp;&nbsp; edit &#8220;test&#8221;<br />&nbsp; &nbsp;&nbsp;&nbsp; set status enable<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set type password<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set passwd &lt;password&gt;<br />&nbsp;&nbsp; next<br />end
<p />config user group<br />&nbsp;&nbsp; edit &#8220;apple&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set group-type firewall<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set member &#8220;test&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set authtimeout 0<br />&nbsp;&nbsp; next<br />end
<p />config firewall address<br />&nbsp;&nbsp; edit &#8220;LAN&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set associated-interface &#8220;switch&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set type ipmask<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set subnet 10.1.1.0 255.255.255.0<br />&nbsp;&nbsp; next
<p />&nbsp;&nbsp; edit &#8220;iPhoneVPNUsers&#8221;<br />&nbsp;&nbsp; &nbsp;&nbsp; set associated-interface &#8220;Any&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set comment &#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set type ipmask<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set subnet 172.16.1.0 255.255.255.0<br />&nbsp;&nbsp; next<br />end</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;"> </span>
<div>Phase 1 Settings:</div>
</p></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">name : iPhoneP1&nbsp;<br />type : dynamic&nbsp;<br />interface : port1&nbsp;<br />ip-version : 4&nbsp;<br />local-gw : 0.0.0.0&nbsp;<br />nattraversal : enable&nbsp;<br />dhgrp : 2&nbsp;<br />keylife : 28800&nbsp;<br />authmethod : psk&nbsp;<br />peertype : one&nbsp;<br />xauthtype : auto&nbsp;<br />mode : aggressive&nbsp;<br />mode-cfg : enable&nbsp;<br />proposal : aes256-md5 aes256-sha1&nbsp;<br />localid : (null)&nbsp;<br />localid-type : auto&nbsp;<br />negotiate-timeout : 30&nbsp;<br />dpd : enable&nbsp;<br />fcc-enforcement : disable&nbsp;<br />peerid : apple&nbsp;<br />authusrgrp : VPNUserGroup&nbsp;<br />default-gw : 0.0.0.0&nbsp;<br />default-gw-priority : 0&nbsp;<br />assign-ip : enable&nbsp;<br />mode-cfg-ip-version : 4&nbsp;<br />assign-ip-from : range&nbsp;<br />add-route : enable&nbsp;<br />ipv4-start-ip : 172.16.1.1&nbsp;<br />ipv4-end-ip : 172.16.1.40&nbsp;<br />ipv4-netmask : 255.255.255.0&nbsp;<br />dns-mode : auto&nbsp;<br />ipv4-wins-server1 : 0.0.0.0&nbsp;<br />ipv4-wins-server2 : 0.0.0.0&nbsp;<br />ipv4-exclude-range:&nbsp;<br />ipv4-split-include : (null)&nbsp;<br />unity-support : enable&nbsp;<br />psksecret : *&nbsp;<br />keepalive : 10&nbsp;<br />distance : 1&nbsp;<br />priority : 0&nbsp;<br />dpd-retrycount : 3&nbsp;<br />dpd-retryinterval : 5</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;"> </span>
<div>Phase 2 Settings:</div>
</p></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">name : iPhoneP2&nbsp;<br />dst-addr-type : subnet&nbsp;<br />dst-port : 0&nbsp;<br />encapsulation : tunnel-mode&nbsp;<br />keepalive : enable&nbsp;<br />keylife-type : seconds&nbsp;<br />pfs : disable&nbsp;<br />phase1name : iPhoneP1&nbsp;<br />proposal : aes256-md5 aes256-sha1&nbsp;<br />protocol : 0&nbsp;<br />replay : enable&nbsp;<br />route-overlap : use-new&nbsp;<br />single-source : disable&nbsp;<br />src-addr-type : subnet&nbsp;<br />src-port : 0&nbsp;<br />dst-subnet : 0.0.0.0 0.0.0.0&nbsp;<br />keylifeseconds : 1800&nbsp;<br />src-subnet : 0.0.0.0 0.0.0.0</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;"> </span>
<div>Configure Firewall Policies:
<p />VPN =&gt; LAN</div>
</p></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">cconfig firewall policy<br />&nbsp;&nbsp; edit 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set srcintf &#8220;iPhoneP1&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set dstintf &#8220;switch&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set srcaddr &#8220;iPhoneVPNUsers&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set dstaddr &#8220;LAN&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set action accept<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set status enable<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set logtraffic enable<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set schedule &#8220;always&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; set service &#8220;ANY&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set nat disable<br />&nbsp;&nbsp; next<br />end</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;"> </span>
<div>LAN =&gt; VPN</div>
</p></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">config firewall policy<br />&nbsp;&nbsp; edit 2<br />config firewall policy<br />&nbsp;&nbsp; edit 1<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set srcintf &#8220;switch&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set dstintf &#8220;iPhoneP1&#8243;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;set srcaddr &#8220;LAN&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;set dstaddr &#8220;iPhoneVPNUsers&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set action accept<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set status enable<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set logtraffic enable<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set schedule &#8220;always&#8221;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;set service &#8220;ANY&#8221;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; set nat disable<br />&nbsp;&nbsp; next<br />end<br />&nbsp;&nbsp; next<br />end</td>
</tr>
</table>
<p>&nbsp;</p>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;">
<blockquote style="margin-right: 100px;">
<div><span style="font-family: Verdana; font-size: 9pt;"> </span>
<div>Configuration required on the iPad/iPhone Cisco VPN Client:</div>
</p></div>
</blockquote></div>
<p>&nbsp;</p>
<table style="border-collapse: collapse; margin: 15px;">
<tr>
<td style="font-family: Courier New; font-size: 10pt; font-weight: bold; vertical-align: top; padding: 15px; border: 1px solid black;">
<div>description: FortiGate VPN<br />server: IP of the FortiGate WAN interface that is configured for VPN (interface : port1 in this case)<br />account: test (a user account on the FortiGate)<br />password: test123<br />Use certificate: off<br />group name: apple<br />secret: Pre-shared key for the tunnel</div>
</td>
</tr>
</table>
<p>&nbsp;</p>
<p />
<div class="divDVSectionTitle" style="color: #96181b; font-size: 14px; font-family: sans-serif; font-weight: bold; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #cc8b8b; margin-bottom: 10px; margin-top: 20px;">Related Articles</div>
<div class="divDVSectionContent" style="font-size: 12px; font-family: sans-serif; padding-left: 5px;"><a href="http://jd7.org/dq" style="color: #96181b; text-decoration: none;">Technical Note : FortiGate-to-iPhone IPSec VPN configuration guide (Japanese and English version)</a></div>
<div class="divDVDocID" style="color: #96181b; background-color: #cccccc; font-size: 10px; margin-top: 25px; text-align: right; font-weight: bold; font-family: sans-serif; padding: 2px;">Last Modified Date: 01-20-2012 Document ID: FD3337</div>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2012/02/06/untitled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Linux Mint Blog » Blog Archive » Linux Mint 12 “Lisa” released!</title>
		<link>http://www.jd7.org/2012/02/03/the-linux-mint-blog-%c2%bb-blog-archive-%c2%bb-linux-mint-12-%e2%80%9clisa%e2%80%9d-released/</link>
		<comments>http://www.jd7.org/2012/02/03/the-linux-mint-blog-%c2%bb-blog-archive-%c2%bb-linux-mint-12-%e2%80%9clisa%e2%80%9d-released/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 21:30:46 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2012/02/03/the-linux-mint-blog-%c2%bb-blog-archive-%c2%bb-linux-mint-12-%e2%80%9clisa%e2%80%9d-released/</guid>
		<description><![CDATA[The team is proud to announce the release of Linux Mint 12 “Lisa”. Linux Mint 12 “Lisa” New features at a glance: Gnome 3 and MGSE MATE Artwork improvements Search engines For a complete overview and to see screenshots of the new features, visit: “What’s new in Linux Mint 12“. Important info and release notes: [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<blockquote>
<div>
<div style="">  							<iframe scrolling="no" src="http://www.linksalpha.com/social?blog=The Linux Mint Blog&amp;link=http%3A%2F%2Fblog.linuxmint.com%2F%3Fp%3D1889&amp;title=Linux Mint 12 " frameborder="0" style="height: 25px !important; border: none !important; overflow: hidden !important;">  							</iframe>  						</div>
<div>
<div>
<div>
<p>The team is proud to announce the release of Linux Mint 12 “Lisa”.</p>
<p style="text-align: center;"><a href="http://jd7.org/ad"><img src="http://www.linuxmint.com/pictures/screenshots/lisa/thumb_lisa_light.png" height="277" alt="" width="427" /></a></p>
</p>
<p style="text-align: center;">Linux Mint 12 “Lisa”</p>
<p><strong>New features at a glance:</strong></p>
<div>
<ul>
<li><a href="http://jd7.org/vC">Gnome 3 and MGSE</a></li>
<li><a href="http://jd7.org/bE">MATE</a></li>
<li><a href="http://jd7.org/TxJ">Artwork improvements</a></li>
<li><a href="http://jd7.org/lnd">Search engines</a></li>
</ul>
<p>For a complete overview and to see screenshots of the new features,  visit: “<a href="http://jd7.org/xN">What’s  new in Linux Mint 12</a>“.</p>
<p><strong>Important info and release notes:</strong></p>
<p>The <a href="http://jd7.org/fe">Release Notes</a> are an important source of information. Here are some of the topics they cover:<strong><br />  </strong></p>
<ul>
<li>Tips and Tricks
<ul>
<li>Information about DuckDuckGo</li>
<li>Switch to a single top panel</li>
<li>Switch to a black panel, menu and window list</li>
<li>Quickly preview files without opening them</li>
<li>Restart Gnome Shell when needed</li>
<li>Debug Gnome Shell (for developers or to troubleshoot)</li>
<li>Run Gnome Shell in Virtualbox (for testers and reviewers)</li>
<li>Install MATE from the CD edition</li>
<li>Workaround for a disappearing MATE panel</li>
<li>Workaround for 100% CPU usage in MATE</li>
</ul>
</li>
<li>MATE</li>
<li>mint4win</li>
<li>Moonlight</li>
<li>Upstream issues</li>
</ul></div>
<p><strong>System requirements:</strong></p>
<ul>
<li>x86 processor (Linux Mint 64-bit requires a 64-bit processor. Linux Mint 32-bit works on both 32-bit and 64-bit processors).</li>
<li>512 MB RAM (1GB recommended for a comfortable usage).</li>
<li>5 GB of disk space</li>
<li>Graphics card capable of 800×600 resolution</li>
<li>CD/DVD drive or USB port</li>
</ul>
<p><strong>Upgrade instructions:</strong></p>
<ul>
<li>To upgrade from a previous version of Linux Mint follow&nbsp;<a href="http://jd7.org/R5">these instructions</a>.</li>
<li>To upgrade from Linux Mint 12 RC, simply apply any level 1 and 2 updates (if any), as well as level 3 “mate” and “caja” updates available in the Update Manager.</li>
</ul>
<p><strong>Download</strong>:</p>
<p>Md5 sums:</p>
<ul>
<li>DVD 32-bit: ee3d6e2ca498bc7685b7f17cdb5f2eea</li>
<li>DVD 64-bit: 548f0ac303fea840ef138e5669880a74</li>
<li>CD no codecs 32-bit: 40562d26447207cb5111f94b93957a58</li>
<li>CD no codecs 64-bit: 641e0ab8f746b82c36fc3f0bbca70dc7</li>
</ul>
<p>Torrents:</p>
<ul>
<li><a href="http://jd7.org/4y">DVD 32-bit</a></li>
<li><a href="http://jd7.org/ZJ">DVD 64-bit</a></li>
<li><a href="http://jd7.org/LD">CD no codecs 32-bit</a></li>
<li><a href="http://jd7.org/ga">CD no codecs 64-bit</a></li>
</ul>
<p>HTTP Mirrors for the 32-bit DVD ISO:</p>
<ul>
<li>Australia <a href="http://jd7.org/Ro">AARNet</a></li>
<li>Australia <a href="http://jd7.org/Yt">Internode</a></li>
<li>Australia <a href="http://jd7.org/p4">Western Australian Internet Association</a></li>
<li>Australia <a href="http://jd7.org/qs">Yes Optus Mirror</a></li>
<li>Austria <a href="http://jd7.org/2N">Goodie Domain Service</a></li>
<li>Belarus <a href="http://jd7.org/Yg">ByFly</a></li>
<li>Brazil <a href="http://jd7.org/H9">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://jd7.org/0t">University of Waterloo Computer Science Club</a></li>
<li>China <a href="ftp://mirrors.ustc.edu.cn/linuxmint-cd/stable/12/linuxmint-12-gnome-dvd-32bit.iso">University of Science and Technology of China Linux User Group</a></li>
<li>Czech Republic <a href="http://jd7.org/lh">Silicon Hill</a></li>
<li>Denmark <a href="http://jd7.org/RC">klid.dk</a></li>
<li>France <a href="http://jd7.org/PR">Gwendal Le Bihan</a></li>
<li>Germany <a href="http://jd7.org/q5">Copahost</a></li>
<li>Germany <a href="http://jd7.org/qD">GWDG</a></li>
<li>Germany <a href="http://jd7.org/bI">NetCologne GmbH</a></li>
<li>Greece <a href="http://jd7.org/za">National Technical University of Athens</a></li>
<li>Greece <a href="http://jd7.org/gY">University of Crete</a></li>
<li>Ireland <a href="http://jd7.org/hX">HEAnet</a></li>
<li>Japan <a href="http://jd7.org/ce">JAIST</a></li>
<li>Japan <a href="http://jd7.org/95">Yamagata University</a></li>
<li>Latvia <a href="http://jd7.org/D8">University of Latvia</a></li>
<li>Lithuania <a href="http://jd7.org/gx">Atviras kodas Lietuvai</a></li>
<li>Netherlands <a href="http://jd7.org/880">Tuxis Internet Engineering</a></li>
<li>Poland <a href="ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/12/linuxmint-12-gnome-dvd-32bit.iso">Polish Telecom</a></li>
<li>Portugal <a href="http://jd7.org/WH">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://jd7.org/Tg">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://jd7.org/vkC">ServerHost</a></li>
<li>Russia <a href="http://jd7.org/ns">Yandex Team</a></li>
<li>South Africa <a href="ftp://ftp.is.co.za/mirror/linuxmint.com/iso/stable/12/linuxmint-12-gnome-dvd-32bit.iso">Internet Solutions</a></li>
<li>South Africa <a href="http://jd7.org/6J">Web Africa</a></li>
<li>Sweden <a href="http://jd7.org/Cy">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://jd7.org/yf">Portlane</a></li>
<li>Switzerland <a href="http://jd7.org/uL">SWITCH</a></li>
<li>Turkey <a href="http://jd7.org/9v">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://jd7.org/PN">mirrorcatalogs.com</a></li>
<li>USA <a href="http://jd7.org/Qz">University of Maryland, College Park</a></li>
<li>USA <a href="http://jd7.org/HU">Yellow Fiber Networks</a></li>
</ul>
<p>HTTP Mirrors for the 64-bit DVD ISO:</p>
<ul>
<li>Australia <a href="http://jd7.org/jm">AARNet</a></li>
<li>Australia <a href="http://jd7.org/C4">Internode</a></li>
<li>Australia <a href="http://jd7.org/Ul">Western Australian Internet Association</a></li>
<li>Australia <a href="http://jd7.org/Og">Yes Optus Mirror</a></li>
<li>Austria <a href="http://jd7.org/zp">Goodie Domain Service</a></li>
<li>Belarus <a href="http://jd7.org/NY">ByFly</a></li>
<li>Brazil <a href="http://jd7.org/vS">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://jd7.org/b3">University of Waterloo Computer Science Club</a></li>
<li>China <a href="ftp://mirrors.ustc.edu.cn/linuxmint-cd/stable/12/linuxmint-12-gnome-dvd-64bit.iso">University of Science and Technology of China Linux User Group</a></li>
<li>Czech Republic <a href="http://jd7.org/iL">Silicon Hill</a></li>
<li>Denmark <a href="http://jd7.org/xa">klid.dk</a></li>
<li>France <a href="http://jd7.org/Q0">Gwendal Le Bihan</a></li>
<li>Germany <a href="http://jd7.org/8X">Copahost</a></li>
<li>Germany <a href="http://jd7.org/M4">GWDG</a></li>
<li>Germany <a href="http://jd7.org/ncb">NetCologne GmbH</a></li>
<li>Greece <a href="http://jd7.org/kM">National Technical University of Athens</a></li>
<li>Greece <a href="http://jd7.org/wR">University of Crete</a></li>
<li>Ireland <a href="http://jd7.org/u1">HEAnet</a></li>
<li>Japan <a href="http://jd7.org/vB">JAIST</a></li>
<li>Japan <a href="http://jd7.org/ju">Yamagata University</a></li>
<li>Latvia <a href="http://jd7.org/YS">University of Latvia</a></li>
<li>Lithuania <a href="http://jd7.org/qv">Atviras kodas Lietuvai</a></li>
<li>Netherlands <a href="http://jd7.org/1m">Tuxis Internet Engineering</a></li>
<li>Poland <a href="ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/12/linuxmint-12-gnome-dvd-64bit.iso">Polish Telecom</a></li>
<li>Portugal <a href="http://jd7.org/Cz">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://jd7.org/Tb">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://jd7.org/ibb">ServerHost</a></li>
<li>Russia <a href="http://jd7.org/rk">Yandex Team</a></li>
<li>South Africa <a href="ftp://ftp.is.co.za/mirror/linuxmint.com/iso/stable/12/linuxmint-12-gnome-dvd-64bit.iso">Internet Solutions</a></li>
<li>South Africa <a href="http://jd7.org/Ab">Web Africa</a></li>
<li>Sweden <a href="http://jd7.org/DU">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://jd7.org/aQE">Portlane</a></li>
<li>Switzerland <a href="http://jd7.org/Ua">SWITCH</a></li>
<li>Turkey <a href="http://jd7.org/Ki">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://jd7.org/Cw">mirrorcatalogs.com</a></li>
<li>USA <a href="http://jd7.org/iW">University of Maryland, College Park</a></li>
<li>USA <a href="http://jd7.org/UP">Yellow Fiber Networks</a></li>
</ul>
<p>HTTP Mirrors for the 32-bit CD No codecs ISO:</p>
<ul>
<li>Australia <a href="http://jd7.org/JC">AARNet</a></li>
<li>Australia <a href="http://jd7.org/a3">Internode</a></li>
<li>Australia <a href="http://jd7.org/gxg">Western Australian Internet Association</a></li>
<li>Australia <a href="http://jd7.org/Vm">Yes Optus Mirror</a></li>
<li>Austria <a href="http://jd7.org/lb">Goodie Domain Service</a></li>
<li>Belarus <a href="http://jd7.org/aG">ByFly</a></li>
<li>Brazil <a href="http://jd7.org/Ke0">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://jd7.org/1D">University of Waterloo Computer Science Club</a></li>
<li>China <a href="ftp://mirrors.ustc.edu.cn/linuxmint-cd/stable/12/linuxmint-12-gnome-cd-nocodecs-32bit.iso">University of Science and Technology of China Linux User Group</a></li>
<li>Czech Republic <a href="http://jd7.org/KC">Silicon Hill</a></li>
<li>Denmark <a href="http://jd7.org/bC">klid.dk</a></li>
<li>France <a href="http://jd7.org/jf">Gwendal Le Bihan</a></li>
<li>Germany <a href="http://jd7.org/F6">Copahost</a></li>
<li>Germany <a href="http://jd7.org/hu">GWDG</a></li>
<li>Germany <a href="http://jd7.org/QI">NetCologne GmbH</a></li>
<li>Greece <a href="http://jd7.org/Nb">National Technical University of Athens</a></li>
<li>Greece <a href="http://jd7.org/4Q">University of Crete</a></li>
<li>Ireland <a href="http://jd7.org/eJ">HEAnet</a></li>
<li>Japan <a href="http://jd7.org/YL">JAIST</a></li>
<li>Japan <a href="http://jd7.org/Yc">Yamagata University</a></li>
<li>Latvia <a href="http://jd7.org/mI">University of Latvia</a></li>
<li>Lithuania <a href="http://jd7.org/St">Atviras kodas Lietuvai</a></li>
<li>Netherlands <a href="http://jd7.org/mP">Tuxis Internet Engineering</a></li>
<li>Poland <a href="ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/12/linuxmint-12-gnome-cd-nocodecs-32bit.iso">Polish Telecom</a></li>
<li>Portugal <a href="http://jd7.org/ooW">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://jd7.org/tR">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://jd7.org/3Y">ServerHost</a></li>
<li>Russia <a href="http://jd7.org/hZ">Yandex Team</a></li>
<li>South Africa <a href="ftp://ftp.is.co.za/mirror/linuxmint.com/iso/stable/12/linuxmint-12-gnome-cd-nocodecs-32bit.iso">Internet Solutions</a></li>
<li>South Africa <a href="http://jd7.org/jU">Web Africa</a></li>
<li>Sweden <a href="http://jd7.org/3x">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://jd7.org/0P">Portlane</a></li>
<li>Switzerland <a href="http://jd7.org/jX">SWITCH</a></li>
<li>Turkey <a href="http://jd7.org/Fq">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://jd7.org/FVb">mirrorcatalogs.com</a></li>
<li>USA <a href="http://jd7.org/4L">University of Maryland, College Park</a></li>
<li>USA <a href="http://jd7.org/b1">Yellow Fiber Networks</a></li>
</ul>
<p>HTTP Mirrors for the 64-bit CD No codecs ISO:</p>
<ul>
<li>Australia <a href="http://jd7.org/sT">AARNet</a></li>
<li>Australia <a href="http://jd7.org/as">Internode</a></li>
<li>Australia <a href="http://jd7.org/EW">Western Australian Internet Association</a></li>
<li>Australia <a href="http://jd7.org/F7">Yes Optus Mirror</a></li>
<li>Austria <a href="http://jd7.org/0i">Goodie Domain Service</a></li>
<li>Belarus <a href="http://jd7.org/U0">ByFly</a></li>
<li>Brazil <a href="http://jd7.org/dY">Universidade Federal do Parana</a></li>
<li>Canada <a href="http://jd7.org/zb">University of Waterloo Computer Science Club</a></li>
<li>China <a href="ftp://mirrors.ustc.edu.cn/linuxmint-cd/stable/12/linuxmint-12-gnome-cd-nocodecs-64bit.iso">University of Science and Technology of China Linux User Group</a></li>
<li>Czech Republic <a href="http://jd7.org/8Z">Silicon Hill</a></li>
<li>Denmark <a href="http://jd7.org/FVA">klid.dk</a></li>
<li>France <a href="http://jd7.org/bEw">Gwendal Le Bihan</a></li>
<li>Germany <a href="http://jd7.org/7U">Copahost</a></li>
<li>Germany <a href="http://jd7.org/nab">GWDG</a></li>
<li>Germany <a href="http://jd7.org/NG">NetCologne GmbH</a></li>
<li>Greece <a href="http://jd7.org/zm3">National Technical University of Athens</a></li>
<li>Greece <a href="http://jd7.org/bR">University of Crete</a></li>
<li>Ireland <a href="http://jd7.org/77">HEAnet</a></li>
<li>Japan <a href="http://jd7.org/R0">JAIST</a></li>
<li>Japan <a href="http://jd7.org/Gs">Yamagata University</a></li>
<li>Latvia <a href="http://jd7.org/vF1">University of Latvia</a></li>
<li>Lithuania <a href="http://jd7.org/cm">Atviras kodas Lietuvai</a></li>
<li>Netherlands <a href="http://jd7.org/7T">Tuxis Internet Engineering</a></li>
<li>Poland <a href="ftp://ftp.tpnet.pl/pub/linux/linuxmint/isos/stable/12/linuxmint-12-gnome-cd-nocodecs-64bit.iso">Polish Telecom</a></li>
<li>Portugal <a href="http://jd7.org/zM">CeSIUM – Universidade do Minho</a></li>
<li>Romania <a href="http://jd7.org/uE">Apollo Hardware Consulting</a></li>
<li>Romania <a href="http://jd7.org/Af">ServerHost</a></li>
<li>Russia <a href="http://jd7.org/Cl">Yandex Team</a></li>
<li>South Africa <a href="ftp://ftp.is.co.za/mirror/linuxmint.com/iso/stable/12/linuxmint-12-gnome-cd-nocodecs-64bit.iso">Internet Solutions</a></li>
<li>South Africa <a href="http://jd7.org/vd">Web Africa</a></li>
<li>Sweden <a href="http://jd7.org/TK">DF – Computer Society at Lund University</a></li>
<li>Sweden <a href="http://jd7.org/W6">Portlane</a></li>
<li>Switzerland <a href="http://jd7.org/KW">SWITCH</a></li>
<li>Turkey <a href="http://jd7.org/BT">Linux Kullanicilari Dernegi</a></li>
<li>USA <a href="http://jd7.org/Ez">mirrorcatalogs.com</a></li>
<li>USA <a href="http://jd7.org/tl">University of Maryland, College Park</a></li>
<li>USA <a href="http://jd7.org/E2">Yellow Fiber Networks</a></li>
</ul>
<p><strong>Enjoy!</strong></p>
<p>We look forward to receiving your feedback. Thank you for using Linux Mint and have a lot of fun with this new release!</p>
</p></div>
</p></div>
</p></div>
<p>  					<small>  						  						You can follow any responses to this entry through the <a href="http://jd7.org/SB">RSS 2.0</a> feed.   							<br />  													Both comments and pings are currently closed.    						  					</small>  				</p>
</p></div>
</blockquote>
<div class="posterous_quote_citation">via <a href="http://jd7.org/gL">blog.linuxmint.com</a></div>
<p>Great Linux OS Distro for everyone to try.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2012/02/03/the-linux-mint-blog-%c2%bb-blog-archive-%c2%bb-linux-mint-12-%e2%80%9clisa%e2%80%9d-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhanced Recorded TV Interface for Windows Media Center® &#8211; Includes Backdrops, Genres &amp; Favorites!</title>
		<link>http://www.jd7.org/2012/02/03/enhanced-recorded-tv-interface-for-windows-media-center%c2%ae-includes-backdrops-genres-favorites/</link>
		<comments>http://www.jd7.org/2012/02/03/enhanced-recorded-tv-interface-for-windows-media-center%c2%ae-includes-backdrops-genres-favorites/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 20:05:33 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2012/02/03/enhanced-recorded-tv-interface-for-windows-media-center%c2%ae-includes-backdrops-genres-favorites/</guid>
		<description><![CDATA[via recordedtvhd.com Awesome Plugin for Windows Media Center.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <a href="http://jd7.org/bN"><img alt="Media_httpwwwrecorded_gsiwa" height="560" src="http://jd7.org/bN" width="997" /></a> </div>
<div class="posterous_quote_citation">via <a href="http://jd7.org/K1">recordedtvhd.com</a></div>
<p>Awesome Plugin for Windows Media Center.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2012/02/03/enhanced-recorded-tv-interface-for-windows-media-center%c2%ae-includes-backdrops-genres-favorites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snapseed &#8211; Free, iPhone and iPad</title>
		<link>http://www.jd7.org/2011/09/22/snapseed-free-iphone-and-ipad/</link>
		<comments>http://www.jd7.org/2011/09/22/snapseed-free-iphone-and-ipad/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 16:09:15 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/09/22/snapseed-free-iphone-and-ipad/</guid>
		<description><![CDATA[Ever wanted to just do some quick edits on a photo you just took so that you could upload it to facebook or flickr, but didnt want to pay the money for the really nice ones? &#160;Snapseed is free for only the next couple of days, and it is great! The learning curve is not [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://jd7.org/Iz"><img alt="Image" height="444" src="http://posterous.com/getfile/files.posterous.com/temp-2011-09-22/AxdwFwHnzerdcEFejxlilmCpJdmsuAwgbBozHeIDaIedxrflrsGGHjoIEccF/image.jpg.scaled600.jpg" width="600" /></a> </div>
</p>
<p>Ever wanted to just do some quick edits on a photo you just took so that you could upload it to facebook or flickr, but didnt want to pay the money for the really nice ones? &nbsp;Snapseed is free for only the next couple of days, and it is great!</p>
<p>The learning curve is not too bad but it will take a bit of practice but it does try to show you for each different thing.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/09/22/snapseed-free-iphone-and-ipad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromium OS? In my VirtualBox? &#8211; Hexxeh&#8217;s Blog</title>
		<link>http://www.jd7.org/2011/05/13/chromium-os-in-my-virtualbox-hexxehs-blog/</link>
		<comments>http://www.jd7.org/2011/05/13/chromium-os-in-my-virtualbox-hexxehs-blog/#comments</comments>
		<pubDate>Fri, 13 May 2011 16:24:25 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/05/13/chromium-os-in-my-virtualbox-hexxehs-blog/</guid>
		<description><![CDATA[via hexxeh.net For all the people that are wanting to try Chrome OS but don&#8217;t want to buy a $500 laptop to do it. You can go here download the latest build of Chromium OS and install it on VirtualBox.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <a href="http://jd7.org/Ag"><img alt="Media_httphexxehnetwp_bbfgb" height="450" src="http://jd7.org/Ag" width="900" /></a> </div>
<div class="posterous_quote_citation">via <a href="http://jd7.org/nO">hexxeh.net</a></div>
<p>For all the people that are wanting to try Chrome OS but don&#8217;t want to buy a $500 laptop to do it.  You can go here download the latest build of Chromium OS and install it on VirtualBox.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/05/13/chromium-os-in-my-virtualbox-hexxehs-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CrackBook Air 13&#8243;</title>
		<link>http://www.jd7.org/2011/05/03/crackbook-air-13/</link>
		<comments>http://www.jd7.org/2011/05/03/crackbook-air-13/#comments</comments>
		<pubDate>Tue, 03 May 2011 14:01:59 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/05/03/crackbook-air-13/</guid>
		<description><![CDATA[Oh yes nice little Cracked screen on the 13&#8243; macbook air. No damage to the laptop, still factory plastic on the Laptop and box. &#160;It had 3 boxes as you can see all with no damage. RMA has been ordered. &#160;This would have had to come from the factory like this, I can see this [...]]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://jd7.org/VT"><img alt="Photo" height="803" src="http://posterous.com/getfile/files.posterous.com/temp-2011-05-03/kzjHptqrHtAsmInedeqeuHwiwwnjeqlgBlkpAnEJfmCcxGzkbreFxDesEyJE/photo.JPG.scaled600.jpg" width="600" /></a> </div>
</p>
<p>Oh yes nice little Cracked screen on the 13&#8243; macbook air. No damage to the laptop, still factory plastic on the Laptop and box. &nbsp;It had 3 boxes as you can see all with no damage. RMA has been ordered. &nbsp;This would have had to come from the factory like this, I can see this being a shipping issue.</p>
<p>&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/05/03/crackbook-air-13/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CleanMyMac</title>
		<link>http://www.jd7.org/2011/03/29/cleanmymac/</link>
		<comments>http://www.jd7.org/2011/03/29/cleanmymac/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:56:44 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/03/29/cleanmymac/</guid>
		<description><![CDATA[via macpaw.com CleanMyMac is a great tool for cleaning off your old cache, logs and other system files they you don&#8217;t really need but don&#8217;t want to mess with either. My first run I cleaned out 2GB of useless stuff.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <img alt="Media_httpmacpawcomim_hfrhk" height="297" src="http://posterous.com/getfile/files.posterous.com/jd7/CkatzuHpiIzxyliccFdIqlrGhnFvFHFCHgtHimGAvCzowgFanhhvdahszyck/media_httpmacpawcomim_hfrHk.jpg" width="337" /> </div>
<div class="posterous_quote_citation">via <a href="http://jd7.org/aQ">macpaw.com</a></div>
<p>CleanMyMac is a great tool for cleaning off your old cache, logs and other system files they you don&#8217;t really need but don&#8217;t want to mess with either.  My first run I cleaned out 2GB of useless stuff.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/03/29/cleanmymac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DaisyDisk &#8211; Analyze disk usage and free up disk space on Mac</title>
		<link>http://www.jd7.org/2011/03/29/daisydisk-analyze-disk-usage-and-free-up-disk-space-on-mac/</link>
		<comments>http://www.jd7.org/2011/03/29/daisydisk-analyze-disk-usage-and-free-up-disk-space-on-mac/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:53:32 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/03/29/daisydisk-analyze-disk-usage-and-free-up-disk-space-on-mac/</guid>
		<description><![CDATA[via daisydiskapp.com Probably the best tool I have used for cleaning up my hard drive from old files and stuff I dont need anymore. I cleaned off 50GBs of old worthless stuff. Got more than 20% of my Macbook Pros HD back.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class="posterous_bookmarklet_entry">
<div class='p_embed p_image_embed'> <img alt="Media_httpwwwdaisydis_rcgdk" height="340" src="http://posterous.com/getfile/files.posterous.com/jd7/pDHvdFpzwrghqFCdgqcIpnjlkBwrDAdaphFEFgnjqBbtovsftIxqpbtfcEww/media_httpwwwdaisydis_rcGdk.png.scaled600.png" width="408" /> </div>
<div class="posterous_quote_citation">via <a href="http://jd7.org/EL">daisydiskapp.com</a></div>
<p>Probably the best tool I have used for cleaning up my hard drive from old files and stuff I dont need anymore.  I cleaned off 50GBs of old worthless stuff. Got more than 20% of my Macbook Pros HD back.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/03/29/daisydisk-analyze-disk-usage-and-free-up-disk-space-on-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 iPhone &#8211; Too little to late?</title>
		<link>http://www.jd7.org/2011/03/16/wordpress-2-7-iphone-too-little-to-late/</link>
		<comments>http://www.jd7.org/2011/03/16/wordpress-2-7-iphone-too-little-to-late/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 02:53:38 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/03/16/wordpress-2-7-iphone-too-little-to-late/</guid>
		<description><![CDATA[So after a while of waiting for issues to be fixed in the iPhone wordpress app they finally release it.]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://jd7.org/IW"><img alt="P137" height="960" src="http://jd7.org/IW" width="640" /></a> </div>
</p>
<p>So after a while of waiting for issues to be fixed in the iPhone wordpress app they finally release it.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/03/16/wordpress-2-7-iphone-too-little-to-late/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wunderlist in JoliOS</title>
		<link>http://www.jd7.org/2011/03/11/wunderlist-in-jolios/</link>
		<comments>http://www.jd7.org/2011/03/11/wunderlist-in-jolios/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 21:38:10 +0000</pubDate>
		<dc:creator>JD</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.jd7.org/2011/03/11/wunderlist-in-jolios/</guid>
		<description><![CDATA[Using wunderlist in JoliOS, just submitted the App to put it in the web store.&#160;]]></description>
			<content:encoded><![CDATA[<div class='posterous_autopost'>
<div class='p_embed p_image_embed'> <a href="http://jd7.org/D0"><img alt="Wunderlist" height="455" src="http://posterous.com/getfile/files.posterous.com/temp-2011-03-11/kukFFyuDAeByriorwgzheFvorDrFobhwBDItJhlxzzJophsGIsnjvzBFrwpe/Wunderlist.PNG.scaled600.png" width="600" /></a> </div>
<p> Using wunderlist in JoliOS, just submitted the App to put it in the web store.&nbsp;</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.jd7.org/2011/03/11/wunderlist-in-jolios/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

