<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for tannerjepsen.com</title>
	<atom:link href="http://www.tannerjepsen.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tannerjepsen.com</link>
	<description>Wait a minute… do I know you?</description>
	<lastBuildDate>Thu, 17 May 2012 14:43:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by Sergey</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-5294</link>
		<dc:creator>Sergey</dc:creator>
		<pubDate>Thu, 17 May 2012 14:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-5294</guid>
		<description>Dont work now for Kubuntu 11.10
no header file fuse.h in repository</description>
		<content:encoded><![CDATA[<p>Dont work now for Kubuntu 11.10<br />
no header file fuse.h in repository</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by gchiker</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-5176</link>
		<dc:creator>gchiker</dc:creator>
		<pubDate>Sun, 13 May 2012 05:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-5176</guid>
		<description>Works with 12.04 thanks!</description>
		<content:encoded><![CDATA[<p>Works with 12.04 thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by henzo</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-5056</link>
		<dc:creator>henzo</dc:creator>
		<pubDate>Tue, 08 May 2012 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-5056</guid>
		<description>works fine with ubuntu 12.04</description>
		<content:encoded><![CDATA[<p>works fine with ubuntu 12.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by Haydon</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-2781</link>
		<dc:creator>Haydon</dc:creator>
		<pubDate>Wed, 08 Feb 2012 07:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-2781</guid>
		<description>Thanks!  Worked great on my ubuntu 11.10 linux kernel 3.0.0-14-generic.  I did have to reboot after the sudo scons install step, and after that it auto-mounted.</description>
		<content:encoded><![CDATA[<p>Thanks!  Worked great on my ubuntu 11.10 linux kernel 3.0.0-14-generic.  I did have to reboot after the sudo scons install step, and after that it auto-mounted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by Karolinger</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-2595</link>
		<dc:creator>Karolinger</dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-2595</guid>
		<description>Just letting you know that this doesn&#039;t work in Kubuntu 11.10

ubuntu@ubuntu:~/exfat-read-only$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
gcc -o fuse/main.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat fuse/main.c
gcc -o libexfat/cluster.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/cluster.c
gcc -o libexfat/io.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/io.c
gcc -o libexfat/log.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/log.c
gcc -o libexfat/lookup.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/lookup.c
gcc -o libexfat/mount.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/mount.c
In file included from libexfat/mount.c:22:0:
libexfat/exfat.h:183:66: error: array type has incomplete element type
libexfat/exfat.h:183:57: warning: &#039;struct timespec&#039; declared inside parameter list [enabled by default]
libexfat/exfat.h:183:57: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
scons: *** [libexfat/mount.o] Error 1
scons: building terminated because of errors</description>
		<content:encoded><![CDATA[<p>Just letting you know that this doesn&#8217;t work in Kubuntu 11.10</p>
<p>ubuntu@ubuntu:~/exfat-read-only$ scons<br />
scons: Reading SConscript files &#8230;<br />
scons: done reading SConscript files.<br />
scons: Building targets &#8230;<br />
gcc -o fuse/main.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat fuse/main.c<br />
gcc -o libexfat/cluster.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/cluster.c<br />
gcc -o libexfat/io.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/io.c<br />
gcc -o libexfat/log.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/log.c<br />
gcc -o libexfat/lookup.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/lookup.c<br />
gcc -o libexfat/mount.o -c -Wall -O2 -ggdb -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -Ilibexfat libexfat/mount.c<br />
In file included from libexfat/mount.c:22:0:<br />
libexfat/exfat.h:183:66: error: array type has incomplete element type<br />
libexfat/exfat.h:183:57: warning: &#8216;struct timespec&#8217; declared inside parameter list [enabled by default]<br />
libexfat/exfat.h:183:57: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]<br />
scons: *** [libexfat/mount.o] Error 1<br />
scons: building terminated because of errors</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by Michael</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-2548</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 29 Jan 2012 13:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-2548</guid>
		<description>Thanks, works fine

Einhängen von exFat in Ubuntu/XFCE 11.10 somit problemlos möglich
Mount this way exfat in Ubuntu XFCE 11.10 

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks, works fine</p>
<p>Einhängen von exFat in Ubuntu/XFCE 11.10 somit problemlos möglich<br />
Mount this way exfat in Ubuntu XFCE 11.10 </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bulk Convert DOCX to DOC by Amit</title>
		<link>http://www.tannerjepsen.com/posts/bulk-convert-docx-to-doc/comment-page-1#comment-574</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 15 Aug 2011 17:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=294#comment-574</guid>
		<description>Hi, 

Thank you for posting this utility. I was wondering if i can do a script which uses this exe for bulk conversion without specifying filename. 

Basically something like 

c:\temp\docx2doc.exe c:\docx_documents\*.docx c:\doc_documents</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Thank you for posting this utility. I was wondering if i can do a script which uses this exe for bulk conversion without specifying filename. </p>
<p>Basically something like </p>
<p>c:\temp\docx2doc.exe c:\docx_documents\*.docx c:\doc_documents</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bulk Convert XLSX to XLS by Oscar V</title>
		<link>http://www.tannerjepsen.com/posts/bulk-convert-xlsx-to-xls/comment-page-1#comment-516</link>
		<dc:creator>Oscar V</dc:creator>
		<pubDate>Mon, 01 Aug 2011 15:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=117#comment-516</guid>
		<description>Could you share your code?  Firewall at work is blocking the download of executables.  

Thanks.</description>
		<content:encoded><![CDATA[<p>Could you share your code?  Firewall at work is blocking the download of executables.  </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install exFAT FUSE Module for Ubuntu with Read/Write Support by Alexander</title>
		<link>http://www.tannerjepsen.com/posts/exfat-fuse-module-for-ubuntu-with-readwrite-support/comment-page-1#comment-482</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Tue, 26 Jul 2011 12:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=155#comment-482</guid>
		<description>Work perfect at Ubuntu 10.04 LTS 2. 
Thanks!</description>
		<content:encoded><![CDATA[<p>Work perfect at Ubuntu 10.04 LTS 2.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing an IMAP account using SSL (OpenSSL on Gmail) by gbrian</title>
		<link>http://www.tannerjepsen.com/posts/imap-ssl-using-openssl-on-gmail/comment-page-1#comment-297</link>
		<dc:creator>gbrian</dc:creator>
		<pubDate>Sat, 25 Jun 2011 11:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tannerjepsen.com/?p=133#comment-297</guid>
		<description>Hi,
I&#039;m getting a &quot;BAD invalid tag xxxxxx&quot; message after login but it success. Then I&#039;m getting for all comands a: &quot;BAD Could not parse command&quot; message.
Any idea? I&#039;m using OpenSSL Win32 1.0.0d

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m getting a &#8220;BAD invalid tag xxxxxx&#8221; message after login but it success. Then I&#8217;m getting for all comands a: &#8220;BAD Could not parse command&#8221; message.<br />
Any idea? I&#8217;m using OpenSSL Win32 1.0.0d</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

