<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>FileFormat.Info</title>
	<atom:link href="http://fileformat.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://fileformat.wordpress.com</link>
	<description>Observations from running www.FileFormat.Info</description>
	<lastBuildDate>Wed, 22 Jun 2011 14:24:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='fileformat.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>FileFormat.Info</title>
		<link>http://fileformat.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://fileformat.wordpress.com/osd.xml" title="FileFormat.Info" />
	<atom:link rel='hub' href='http://fileformat.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Disable INFO logging from AWS Java SDK</title>
		<link>http://fileformat.wordpress.com/2011/06/22/disable-info-logging-from-aws-java-sdk/</link>
		<comments>http://fileformat.wordpress.com/2011/06/22/disable-info-logging-from-aws-java-sdk/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 14:24:02 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[jetty]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=92</guid>
		<description><![CDATA[We&#8217;re using the AWS Java SDK and had an incredibly difficult time figuring out how to disable INFO-level logging. This is probably particular to our configuration, but I think it is a fairly common setup: Jetty on Ubuntu on EC2. The problem is that Jetty uses SLF4J, and includes the default slf4j-simple.jar which logs everything. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=92&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re using the AWS Java SDK and had an incredibly difficult time figuring out how to disable INFO-level logging.</p>
<p>This is probably particular to our configuration, but I think it is a fairly common setup: Jetty on Ubuntu on EC2.</p>
<p>The problem is that Jetty uses SLF4J, and includes the default slf4j-simple.jar which logs everything.  In order to fix it, you have to remove the symlink in /usr/share/jetty/lib/jsp2.1 and create a new symlink to slf4j-jdk14.jar (and the configure java logging to not log at INFO).</p>
<p>Step by step:</p>
<ol>
<li>cd /usr/share/jetty/lib/jsp2.1</li>
<li>sudo rm slf4j-simple.jar</li>
<li>sudo ln -s ../../../java/slf4j-jdk14.jar slf4j-jdk14.jar</li>
<li>create /usr/share/jetty/webapps/root/WEB-INF/logging.properties with<br />
.level=WARNING</li>
<li>cd /etc/defaults</li>
<li>edit jetty and add:<br />
JAVA_OPTIONS=-Djava.util.logging.config.file=/usr/share/jetty/webapps/root/WEB-INF/logging.properties</li>
</ol>
<br /> Tagged: <a href='http://fileformat.wordpress.com/tag/aws/'>aws</a>, <a href='http://fileformat.wordpress.com/tag/jetty/'>jetty</a>, <a href='http://fileformat.wordpress.com/tag/logging/'>logging</a>, <a href='http://fileformat.wordpress.com/tag/ubuntu/'>ubuntu</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/92/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/92/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/92/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=92&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2011/06/22/disable-info-logging-from-aws-java-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>How to convert an OpenType font (.otf) to TrueType (.ttf)</title>
		<link>http://fileformat.wordpress.com/2010/10/17/how-to-convert-opentype-otf-to-truetype-ttf/</link>
		<comments>http://fileformat.wordpress.com/2010/10/17/how-to-convert-opentype-otf-to-truetype-ttf/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 16:12:58 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=72</guid>
		<description><![CDATA[I wanted to show the new STIX fonts on FileFormat.Info, but they are only available in a flavor of OpenType that doesn&#8217;t load in Java. This is how to convert them to TrueType. It may lose some of the more advanced typographic features, but I am only showing a single character at a time, so [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=72&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to show the new STIX fonts on FileFormat.Info, but they are only available in a flavor of OpenType that doesn&#8217;t load in Java.  This is how to convert them to TrueType.  It may lose some of the more advanced typographic features, but I am only showing a single character at a time, so it does not really matter for my purposes.</p>
<p>tl;dr version: use FontForge.  Open the .otf file and then File-&gt;Generate, and select TrueType</p>
<p>Automated/scripted version:<br />
Install the required software:</p>
<blockquote><p>sudo apt-get install fontforge python-fontforge</p></blockquote>
<p>Create a tiny python file:</p>
<blockquote><p>#!/usr/bin/python<br />
import fontforge<br />
font = fontforge.open(&#8220;STIXGeneral.otf&#8221;)<br />
font.generate(&#8220;STIXGeneral.ttf&#8221;)</p></blockquote>
<p>Pretty simple.  I wrote a <a href="http://fonts.fileformat.info/bin/otf2ttf.py">otf2ttf.py</a> script for converting a directory full of fonts all at once.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=72&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/10/17/how-to-convert-opentype-otf-to-truetype-ttf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>DNS in client-side JavaScript</title>
		<link>http://fileformat.wordpress.com/2010/07/25/dns-in-client-side-javascript/</link>
		<comments>http://fileformat.wordpress.com/2010/07/25/dns-in-client-side-javascript/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 21:48:04 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=86</guid>
		<description><![CDATA[I needed to do detailed DNS lookups in client-side JavaScript. I didn&#8217;t find anything existing, so I whipped up a simple gateway that resolves DNS queries submitted via HTTP and returns the answers in JSON. documentation &#124; script<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=86&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I needed to do detailed DNS lookups in client-side JavaScript.  I didn&#8217;t find anything existing, so I whipped up a simple gateway that resolves DNS queries submitted via HTTP and returns the answers in JSON.</p>
<p><a href="http://www.fileformat.info/tool/rest/dns-json.htm">documentation</a> | <a href="http://www.fileformat.info/tool/rest/dns.json">script</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=86&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/07/25/dns-in-client-side-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Parameters for tcpdump</title>
		<link>http://fileformat.wordpress.com/2010/07/21/parameters-for-tcpdump/</link>
		<comments>http://fileformat.wordpress.com/2010/07/21/parameters-for-tcpdump/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 21:44:29 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=83</guid>
		<description><![CDATA[I recently needed to run tcpdump and these are my notes on getting it to work correctly. Parameters: -s 0 (capture the complete packet) -n (don&#039;t try to convert numeric ip/port) -w filename.pcap (save to file) port nnnn (capture anything going to or from port nnnn) Use Control-C to stop the capture (it closes the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=83&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently needed to run tcpdump and these are my notes on getting it to work correctly.
<p />Parameters:
<ul>
<li>-s 0 (capture the complete packet)</li>
<li>-n (don&#039;t try to convert numeric ip/port)</li>
<li>-w filename.pcap (save to file)</li>
<li>port nnnn (capture anything going to or from port nnnn)</li>
</ul>
<p>Use Control-C to stop the capture (it closes the file gracefully).
<p />Use WireShark to open the .pcap file. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/83/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/83/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/83/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=83&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/07/21/parameters-for-tcpdump/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>How to extract a table from a Microsoft Access .mdb file</title>
		<link>http://fileformat.wordpress.com/2010/04/04/how-to-extract-a-table-from-ms-access-mdb-file/</link>
		<comments>http://fileformat.wordpress.com/2010/04/04/how-to-extract-a-table-from-ms-access-mdb-file/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 20:47:40 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[mdb]]></category>
		<category><![CDATA[msaccess]]></category>
		<category><![CDATA[msoffice]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=66</guid>
		<description><![CDATA[I recently needed to get a list of area codes mapped to states in csv format. The NANPA has the data (for free), but only as a Microsoft Access .mdb. Here&#8217;s how to extract the data using mdb-tools. First, figure out the table name from a dump of the schema: mdb-schema database.mdb Then export it: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=66&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently needed to get a list of area codes mapped to states in csv format.  The <a href="http://www.nanpa.com/area_codes/">NANPA</a> has the data (for free), but only as a Microsoft Access .mdb.  Here&#8217;s how to extract the data using mdb-tools.</p>
<p>First, figure out the table name from a dump of the schema:</p>
<blockquote><p>mdb-schema <i>database</i>.mdb</p></blockquote>
<p>Then export it:</p>
<blockquote><p>mdb-export <i>database</i>.mdb <i>tablename</i></p></blockquote>
<p>The NANPA table has spaces in the name, so you have to put double-quotes around it.</p>
<br /> Tagged: <a href='http://fileformat.wordpress.com/tag/csv/'>csv</a>, <a href='http://fileformat.wordpress.com/tag/mdb/'>mdb</a>, <a href='http://fileformat.wordpress.com/tag/msaccess/'>msaccess</a>, <a href='http://fileformat.wordpress.com/tag/msoffice/'>msoffice</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=66&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/04/04/how-to-extract-a-table-from-ms-access-mdb-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix for Google AppEngine &#8220;ImportError: cannot import name os_compat&#8221; on Linux</title>
		<link>http://fileformat.wordpress.com/2010/03/14/fix-for-google-appengine-importerror-cannot-import-name-os_compat-on-linux/</link>
		<comments>http://fileformat.wordpress.com/2010/03/14/fix-for-google-appengine-importerror-cannot-import-name-os_compat-on-linux/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 00:26:54 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=62</guid>
		<description><![CDATA[This is a permissions problems. Probably because I like to install software as root in /usr/local, rather than in my /home directory. The solution is to make it readable for everyone: cd /usr/local/google_appengine sudo chmod -R ugoa+r * I would recommend Google switching from a .zip file to a .tar.gz file (which can have specific [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=62&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a permissions problems.  Probably because I like to install software as root in /usr/local, rather than in my /home directory.  The solution is to make it readable for everyone:</p>
<blockquote><p>
cd /usr/local/google_appengine<br />
sudo chmod -R ugoa+r *
</p></blockquote>
<p>I would recommend Google switching from a .zip file to a .tar.gz file (which can have specific permissions in it).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=62&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/03/14/fix-for-google-appengine-importerror-cannot-import-name-os_compat-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating from Google AppEngine to Linode</title>
		<link>http://fileformat.wordpress.com/2010/02/20/migrating-from-google-appengine-to-linode/</link>
		<comments>http://fileformat.wordpress.com/2010/02/20/migrating-from-google-appengine-to-linode/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 13:46:42 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=37</guid>
		<description><![CDATA[When Google AppEngine (GAE) first came out, I thought it would be a great way to host some side projects that I had on FileFormat.Info that were too small to be worth setting up a whole server for, but could really use their own domain name &#38; identity. Unfortunately, GAE has some pretty severe limitations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=37&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When Google AppEngine (GAE) first came out, I thought it would be a great way to host some side projects that I had on FileFormat.Info that were too small to be worth setting up a whole server for, but could really use their own domain name &amp; identity.</p>
<p>Unfortunately, GAE has some pretty severe limitations in terms of the standard Java classes.  I use the iText library, and managed to get it to work in AppEngine, but the missing classes mean custom colors and fonts don&#8217;t work.  Since the point of <a href="http://www.labelmakr.com/">LabelMakr</a> was to print nice looking labels, including colors and fonts, I never really used the GAE version.  Finally I saw an <a href="http://journal.uggedal.com/vps-performance-comparison">article comparing VPS hosts</a> and decided to give Linode a try.  Well, it has worked out very well.  The signup process at Linode was trivial.  Ubuntu installation was a breeze and the server is setup exactly the way I want.  And the kicker is performance.  This is a graph from Google&#8217;s Webmaster Tools, showing how long GoogleBot takes to download a page:<br />
<div id="attachment_38" class="wp-caption aligncenter" style="width: 460px"><a href="http://fileformat.files.wordpress.com/2010/02/gae2linode.png"><img src="http://fileformat.files.wordpress.com/2010/02/gae2linode.png?w=600" alt="Performance on Google AppEngine vs Linode" title="gae2linode"   class="size-full wp-image-38" /></a><p class="wp-caption-text">Performance on Google AppEngine vs Linode</p></div></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=37&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2010/02/20/migrating-from-google-appengine-to-linode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>

		<media:content url="http://fileformat.files.wordpress.com/2010/02/gae2linode.png" medium="image">
			<media:title type="html">gae2linode</media:title>
		</media:content>
	</item>
		<item>
		<title>MySQL Setup on Ubuntu Hardy Heron</title>
		<link>http://fileformat.wordpress.com/2009/11/30/mysql-setup-on-ubuntu-hardy-heron/</link>
		<comments>http://fileformat.wordpress.com/2009/11/30/mysql-setup-on-ubuntu-hardy-heron/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 13:51:28 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=36</guid>
		<description><![CDATA[These are the instructions I use to setup a MySQL database server. Note that WordPress is insisting on screwing up the quotes, so you cannot cut-and-paste the text. If anyone knows how to disable this in (hosted) WordPress, please let me know (and I&#8217;m already using the non-GUI editor). Install Ubuntu Server, do not select [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=36&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These are the instructions I use to setup a MySQL database server.  Note that WordPress is insisting on screwing up the quotes, so you cannot cut-and-paste the text.  If anyone knows how to disable this in (hosted) WordPress, please let me know (and I&#8217;m already using the non-GUI editor).</p>
<p>Install Ubuntu Server, do not select a profile at the end.</p>
<p>Install ssh and mysql.  It will ask for a root password.</p>
<blockquote><p>
<code>apt-get install ssh mysql-server</code>
</p></blockquote>
<p>Grant the root user access from across the network</p>
<blockquote><p>
<code>mysql -p<br />
GRANT ALL ON *.* TO 'root'@'%' IDENTIFIED BY '<i>password</i>'; </code>
</p></blockquote>
<p>Tweek the config to listen on the network and to store each table in a separate file.  Edit <code>/etc/mysql/my.cnf</code> and in the <code>[mysqld]</code> section, comment out the existing <code>bind-address</code> and add one with the server&#8217;s IP address, and add a line <code>innodb_file_per_table</code></p>
<p>Restart the server daemon</p>
<br /> Tagged: mysql <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=36&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2009/11/30/mysql-setup-on-ubuntu-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix for VMWare time drift problems</title>
		<link>http://fileformat.wordpress.com/2009/11/03/fix-for-vmware-time-drift-problems/</link>
		<comments>http://fileformat.wordpress.com/2009/11/03/fix-for-vmware-time-drift-problems/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:37:58 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vmware ntp clock time]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=54</guid>
		<description><![CDATA[I have a VMWare image that does some processing and then upload the results to Amazon S3. The upload has a crypto signature that includes a timestamp, and if the time of the machine is too far from reality, the upload fails. The VMWare instance was drifting by more than 10 seconds per minute. Both [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=54&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a VMWare image that does some processing and then upload the results to Amazon S3.  The upload has a crypto signature that includes a timestamp, and if the time of the machine is too far from reality, the upload fails.  The VMWare instance was drifting by more than 10 seconds per minute.</p>
<p>Both the host and the guest are Debian 4.0 (Etch), and the host has multi-core with multiple CPUs.</p>
<p>Switch the guest to look at a different clock source: Edit <code>/boot/grub/menu.lst</code> and add <code>divider=10 clocksource=acpi_pm</code> to the line that starts with <code># kopt=</code>.</p>
<p>Run <code>update-grub</code>.  This re-does the menu entries to have the new options.</p>
<p>Set the guest to sync to the host&#8217;s time using VMWare Tools&#8217; time sync. On the host edit the <code><i>guest</i>.vmx</code> file and add/change <code>tools.syncTime = "TRUE"</code> and <code>tools.syncTime.period = 60</code>.</p>
<p>Restart the VM.  <code>cat</code> the file <code>/sys/devices/system/clocksource/clocksource0/current_clocksource</code> to make sure it is in fact using <code>acpi_pm</code>.</p>
<p>Side note: it may be better to use NTP to sync the time, but only if you add <code>tinker panic 0</code> to the top of <code>/etc/ntp.conf</code>.  I didn&#8217;t find this until after I had the VMWare host time sync working, so I have not tried it.</p>
<p>References: <a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;cmd=displayKC&amp;externalId=1006427">VMWare KB article on Linux settings</a>, <a href="http://www.vmware.com/pdf/vmware_timekeeping.pdf">VMWare KB article on timekeeping</a></p>
<br /> Tagged: vmware ntp clock time <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=54&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2009/11/03/fix-for-vmware-time-drift-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Cursor keys for VMWare Server 2.0</title>
		<link>http://fileformat.wordpress.com/2009/09/24/cursor-keys-for-vmware-server-2-0/</link>
		<comments>http://fileformat.wordpress.com/2009/09/24/cursor-keys-for-vmware-server-2-0/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 00:35:30 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=51</guid>
		<description><![CDATA[I upgraded to VMWare Server 2.0. It has a web-based admin console, which is nice, but isn&#8217;t as reliable or peppy as the old fat client. The viewer is a browser plug-in, which is okay, but the cursor keys (and page-up, page-down, etc.) do not work (though the ones on the number pad do). Anyhow, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=51&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I upgraded to VMWare Server 2.0. It has a web-based admin console, which is nice, but isn&#8217;t as reliable or peppy as the old fat client. The viewer is a browser plug-in, which is okay, but the cursor keys (and page-up, page-down, etc.) do not work (though the ones on the number pad do).</p>
<p>Anyhow, I found the solution! Edit (or create) <code>~/.vmware/config</code> and add the line</p>
<blockquote><p><code>xkeymap.nokeycodeMap="TRUE"</code> </p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/51/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/51/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/51/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=51&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2009/09/24/cursor-keys-for-vmware-server-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>AppEngine error in ant enhance task</title>
		<link>http://fileformat.wordpress.com/2009/07/20/appengine-error-in-ant-enhance-task/</link>
		<comments>http://fileformat.wordpress.com/2009/07/20/appengine-error-in-ant-enhance-task/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 00:42:41 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[appengine gae ant]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=58</guid>
		<description><![CDATA[The current version of the Google AppEngine SDK (1.2.2) still has a bug if you are using ant and have any classes that use the datastore. The error looks like: java.lang.RuntimeException: Unexpected exception...Caused by: java.lang.NoClassDefFoundError: com/google/appengine/api/users/User The solution is to add the following lines to the config/user/ant-macros.xml at line 99: &#60;fileset dir="${appengine.sdk}/lib/impl" includes="**/*.jar"&#62; &#60;fileset dir="${appengine.sdk}/lib/shared" [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=58&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The current version of the Google AppEngine SDK (1.2.2) still has a bug if you are using ant and have any classes that use the datastore.
<p>The error looks like:</p>
<blockquote><p><code>java.lang.RuntimeException: Unexpected exception<br />...<br />Caused by: java.lang.NoClassDefFoundError: com/google/appengine/api/users/User<br /></code></p></blockquote>
<p>The solution is to add the following lines to the <code>config/user/ant-macros.xml</code> at line 99:<br />
<blockquote><code>&lt;fileset dir="${appengine.sdk}/lib/impl" includes="**/*.jar"&gt;<br />         &lt;fileset dir="${appengine.sdk}/lib/shared" includes="**/*.jar"&gt;<br /></code></p></blockquote>
<p>I am amazed that this is still in there.  My project is so simple and I copied it straight from the <code>new_project_template</code>.  I don&#8217;t understand why everyone else doesn&#8217;t get the same error.  Am I the only one using ant?</p>
<br /> Tagged: appengine gae ant <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=58&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2009/07/20/appengine-error-in-ant-enhance-task/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP for .html files</title>
		<link>http://fileformat.wordpress.com/2009/07/11/php-for-html-files/</link>
		<comments>http://fileformat.wordpress.com/2009/07/11/php-for-html-files/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 00:31:45 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache php]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/?p=46</guid>
		<description><![CDATA[Add the follow line to the .htaccess file: AddType application/x-httpd-php5 .html This lets you can still have nice URLs that end with .html, but run then through the PHP processor for includes and such like. Tagged: apache php<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=46&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Add the follow line to the <code>.htaccess</code> file:</p>
<blockquote><p><code>AddType application/x-httpd-php5 .html</code></p></blockquote>
<p>This lets you can still have nice URLs that end with .html, but run then through the PHP processor for includes and such like.</p>
<br /> Tagged: apache php <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=46&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2009/07/11/php-for-html-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Browser Stats for December 2007</title>
		<link>http://fileformat.wordpress.com/2008/01/01/browser-stats-for-december-2007/</link>
		<comments>http://fileformat.wordpress.com/2008/01/01/browser-stats-for-december-2007/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 17:19:26 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2008/01/01/browser-stats-for-december-2007/</guid>
		<description><![CDATA[I&#8217;ve been publishing browser stats for FileFormat.Info and December 2007 marks a couple of milestones: Firefox (all flavors) passed Internet Explorer (all versions). IE7 passed IE6. I suppose FileFormat.Info is a fairly technical site, so this may not be representative of the internet population as a whole. I am not doing anything browser-specific so it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=34&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been publishing browser stats for FileFormat.Info and December 2007 marks a couple of milestones:</p>
<ul>
<li>Firefox (all flavors) passed Internet Explorer (all versions).</li>
<li>IE7 passed IE6.</li>
</ul>
<p>I suppose FileFormat.Info is a fairly technical site, so this may not be representative of the internet population as a whole.</p>
<p>I am not doing anything browser-specific so it doesn&#8217;t really affect me directly, but it is good to see real competition.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=34&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2008/01/01/browser-stats-for-december-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Using xsane with a Canon CanoScan LiDE 60 on Debian Etch</title>
		<link>http://fileformat.wordpress.com/2007/12/30/using-xsane-with-a-canon-canoscan-lide-60-on-debian-etch/</link>
		<comments>http://fileformat.wordpress.com/2007/12/30/using-xsane-with-a-canon-canoscan-lide-60-on-debian-etch/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 17:59:31 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[xsane]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/12/30/using-xsane-with-a-canon-canoscan-lide-60-on-debian-etch/</guid>
		<description><![CDATA[I got an inexpensive flatbed USB scanner and was disappointed with the bundled (Windows-only) software, so I tried it on Linux. Debian Etch installs xsane by default, but it would not recognize the scanner. I tried a whole bunch of things but nothing help, until I accidentally started xsane from a root terminal, and it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=33&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got an inexpensive flatbed USB scanner and was disappointed with the bundled (Windows-only) software, so I tried it on Linux.  Debian Etch installs xsane by default, but it would not recognize the scanner.  I tried a whole bunch of things but nothing help, until I accidentally started xsane from a root terminal, and it &#8220;just worked&#8221;, despite the warning from xsane about running as root.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=33&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/12/30/using-xsane-with-a-canon-canoscan-lide-60-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Resuming an HTTP download with Curl</title>
		<link>http://fileformat.wordpress.com/2007/12/30/resuming-an-http-download-with-curl/</link>
		<comments>http://fileformat.wordpress.com/2007/12/30/resuming-an-http-download-with-curl/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 17:53:18 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[curl]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/12/30/resuming-an-http-download-with-curl/</guid>
		<description><![CDATA[I had to download an ISO image to test some new firewall software and it got interrupted halfway through. Fortunately, curl has a way to continue from where you left out with the &#8220;-C -&#8221; option. A full command line looks like: curl -C &#8211; &#8211;compressed &#8211;output disk.iso http://example/download/disk.iso<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=32&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had to download an ISO image to test some new firewall software and it got interrupted halfway through.  Fortunately, curl has a way to continue from where you left out with the &#8220;-C -&#8221; option.  A full command line looks like:</p>
<p>curl -C &#8211; &#8211;compressed &#8211;output disk.iso http://example/download/disk.iso</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=32&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/12/30/resuming-an-http-download-with-curl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make a word list from an aspell dictionary</title>
		<link>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/</link>
		<comments>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 02:25:56 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[aspell]]></category>
		<category><![CDATA[iconv]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[wordlist]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/</guid>
		<description><![CDATA[I am working on something that needs a list of words, without regard to american vs. british or accents or anything: just has to be as many words as possible.  There are a whole bunch of aspell dictionaries available.  First expand the files: preunzip *.wl Then merge into a single list, eliminating duplicates: sort &#8211;unique [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=31&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am working on something that needs a list of words, without regard to american vs. british or accents or anything: just has to be as many words as possible.  There are a whole bunch of <a href="ftp://ftp.gnu.org/gnu/aspell/dict/0index.html">aspell dictionaries</a> available.  First expand the files:</p>
<blockquote><p>preunzip *.wl</p></blockquote>
<p>Then merge into a single list, eliminating duplicates:</p>
<blockquote><p>sort &#8211;unique &#8211;ignore-case *.wl &gt;list.txt</p></blockquote>
<p>In additon, I want everything to be UTF-8:</p>
<blockquote><p>iconv -f ISO8859-1 -t UTF-8 list.txt &gt;ulist.txt</p></blockquote>
<p>Pretty simple.  The merged english word list has 137,883 words.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=31&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/11/25/how-to-make-a-word-list-from-an-aspell-dictionary/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop GEdit opening FTP files as read-only</title>
		<link>http://fileformat.wordpress.com/2007/11/22/stop-gedit-opening-ftp-files-as-read-only/</link>
		<comments>http://fileformat.wordpress.com/2007/11/22/stop-gedit-opening-ftp-files-as-read-only/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 00:47:01 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[gedit]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/11/22/stop-gedit-opening-ftp-files-as-read-only/</guid>
		<description><![CDATA[I use Debian&#8217;s &#8220;Places -&#62; connect to server&#8230;&#8221; dialog to setup connections to a couple FTP servers. Copying and such like work fine, but when I try to use GEdit, it always opens the file read-only. I can &#8220;Save As&#8221; to the exact file, so it wasn&#8217;t a permission problem. The trick is in some [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=30&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I use Debian&#8217;s &#8220;Places -&gt; connect to server&#8230;&#8221; dialog to setup connections to a couple FTP servers.  Copying and such like work fine, but when I try to use GEdit, it always opens the file read-only.  I can &#8220;Save As&#8221; to the exact file, so it wasn&#8217;t a permission problem.  The trick is in some totally obscure config file.  Here&#8217;s the (in GUI) steps to fix it:</p>
<ol>
<li>Run gconf-editor</li>
<li>Open the tree to /apps/gedit-2/preferences/editor/save</li>
<li>Edit writable_vfs_schemes</li>
<li>Add ftp to the list</li>
</ol>
<p>Voila. Gedit saving FTP. Via the <a href="http://ubuntuforums.org/showthread.php?t=298217">kaylus on the Ubuntu Forums</a>, but it is the same in Debian Etch.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=30&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/11/22/stop-gedit-opening-ftp-files-as-read-only/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>VMWare Server on a headless Debian Etch</title>
		<link>http://fileformat.wordpress.com/2007/11/19/vmware-server-on-a-headless-debian-etch/</link>
		<comments>http://fileformat.wordpress.com/2007/11/19/vmware-server-on-a-headless-debian-etch/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 19:20:20 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/11/19/vmware-server-on-a-headless-debian-etch/</guid>
		<description><![CDATA[I recently had to install VMWare Server on a server that didn&#8217;t have the GUI bits installed.  This is the list of additional packages that need to be installed for VMWare to install: apt-get install psmisc libxrender1 libxt6 Then it will install, and the VMs can have GUI even though the host doesn&#8217;t!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=29&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently had to install VMWare Server on a server that didn&#8217;t have the GUI bits installed.  This is the list of additional packages that need to be installed for VMWare to install:</p>
<blockquote><p>apt-get install psmisc libxrender1 libxt6</p></blockquote>
<p>Then it will install, and the VMs can have GUI even though the host doesn&#8217;t!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=29&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/11/19/vmware-server-on-a-headless-debian-etch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Avoid hogging bandwidth with curl&#8217;s &#8211;limit-rate</title>
		<link>http://fileformat.wordpress.com/2007/10/26/avoid-hogging-bandwidth-with-curls-limit-rate/</link>
		<comments>http://fileformat.wordpress.com/2007/10/26/avoid-hogging-bandwidth-with-curls-limit-rate/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 19:21:52 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[curl]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/10/26/avoid-hogging-bandwidth-with-curls-limit-rate/</guid>
		<description><![CDATA[At work we have a slower (1.1 Mbps) internet connection and I don&#8217;t want to hog it when I need to download a big file. Fortunately, curl has a &#8211;limit-rate option. For example (should be one line): curl &#8211;verbose &#8211;output bigfile.tar.gz &#8211;limit-rate 3000 http://download.example.com/bigfile.tar.gz<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=28&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At work we have a slower (1.1 Mbps) internet connection and I don&#8217;t want to hog it when I need to download a big file.  Fortunately, curl has a &#8211;limit-rate option.  For example (should be one line):</p>
<blockquote><p>curl &#8211;verbose &#8211;output bigfile.tar.gz &#8211;limit-rate 3000 http://download.example.com/bigfile.tar.gz</p></blockquote>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=28&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/10/26/avoid-hogging-bandwidth-with-curls-limit-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
		<item>
		<title>Making PDFs on Debian Etch</title>
		<link>http://fileformat.wordpress.com/2007/10/06/making-pdfs-on-debian-etch/</link>
		<comments>http://fileformat.wordpress.com/2007/10/06/making-pdfs-on-debian-etch/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 22:33:51 +0000</pubDate>
		<dc:creator>fileformat</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cups]]></category>
		<category><![CDATA[cups-pdf]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[printing]]></category>

		<guid isPermaLink="false">http://fileformat.wordpress.com/2007/10/06/making-pdfs-on-debian-etch/</guid>
		<description><![CDATA[This are my notes on setting up a PDF printer on Debian Etch for the local machine (i.e. not as shared printer). Install cups-pdf: sudo apt-get install cups-pdf Add a printer. I find that the browser-based configuration works better than the GUI versions (Foomatic-GUI and Gnome CUPS Manager): browse to http://localhost:631/ Add a printer Choose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=27&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This are my notes on setting up a PDF printer on Debian Etch for the local machine (i.e. not as shared printer).</p>
<p>Install cups-pdf:</p>
<p>sudo apt-get install cups-pdf</p>
<p>Add a printer.  I find that the browser-based configuration works better than the GUI versions (Foomatic-GUI and Gnome CUPS Manager):</p>
<ul>
<li>browse to http://localhost:631/</li>
<li>Add a printer</li>
<li>Choose the type Generic postscript color printer rev4</li>
<li>Choose the location cups-pdf:/</li>
</ul>
<p>The PDF files are put in a PDF subdirectory of your home directory (~/PDF).  However, if you print while logged in as root (for example, the test page from the web interface), the PDFs usually end up in /root/PDF but once I found it in /var/spool/cups-pdf/ANONYMOUS.</p>
<p>One other thing to note is that it uses the title of the print job as the file name.  The title is set by the program that&#8217;s printing, but if it is there is an existing file with the same name, it will overwrite it silently.  Generally this isn&#8217;t an issue, but Firefox/Iceweasel uses the page &lt;title&gt; as the print job name, so if pages have generic/bad titles, you have to be careful.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/fileformat.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/fileformat.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/fileformat.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/fileformat.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/fileformat.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=fileformat.wordpress.com&amp;blog=1189397&amp;post=27&amp;subd=fileformat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://fileformat.wordpress.com/2007/10/06/making-pdfs-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">fileformat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
