<?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>randomice.net &#187; randomice.net</title>
	<atom:link href="http://www.randomice.net/category/all/randomicenet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.randomice.net</link>
	<description>by Enrico Schnepel</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:58:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mooooo</title>
		<link>http://www.randomice.net/2007/02/mooooo/</link>
		<comments>http://www.randomice.net/2007/02/mooooo/#comments</comments>
		<pubDate>Mon, 12 Feb 2007 21:58:46 +0000</pubDate>
		<dc:creator>Enrico Schnepel</dc:creator>
				<category><![CDATA[randomice.net]]></category>

		<guid isPermaLink="false">http://www.randomice.net/2007/02/12/mooooo/</guid>
		<description><![CDATA[Do you know &#181;? it is a blog-software for thousands of blogs on a site. On the server this blog runs on are only about six or seven. Using wordpress-mu we are able to update every blog to a new blog-version with one single click. There was a trick to support arbitrary domain names beside [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know &micro;? it is a blog-software for thousands of blogs on a site. On the server this blog runs on are only about six or seven. Using <a href="http://mu.wordpress.org/" onclick="javascript:pageTracker._trackPageview('/outbound/article/mu.wordpress.org');">wordpress-mu</a> we are able to update every blog to a new blog-version with one single click. There was a trick to support arbitrary domain names beside to the already supported sub-domain names&#8230; I had to replace the <code>sub-domain.mu-domain.tld</code> with <code>www.domain.tld</code> in the <code>wp_blogs</code>-table and in the <code>wp_*_options</code>-tables in the database and added a bit more of cookie-handling. It seems to work great!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomice.net/2007/02/mooooo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorials</title>
		<link>http://www.randomice.net/2006/01/tutorials/</link>
		<comments>http://www.randomice.net/2006/01/tutorials/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 12:47:22 +0000</pubDate>
		<dc:creator>Enrico Schnepel</dc:creator>
				<category><![CDATA[Nice stuff]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[randomice.net]]></category>

		<guid isPermaLink="false">http://randomice.mu.randomice.net/2006/01/05/tutorials/</guid>
		<description><![CDATA[May I introduce you to my new tutorials section. Well &#8211; there is currently only one tutorial containing the topic &#8220;how to convert a svg file to wmf&#8221;.
But this is likely to be extended&#8230;
]]></description>
			<content:encoded><![CDATA[<p>May I introduce you to my new <a href="/tutorials/">tutorials section</a>. Well &#8211; there is currently only one tutorial containing the topic <a href="/tutorials/svg-to-wmf/">&#8220;how to convert a svg file to wmf&#8221;</a>.</p>
<p>But this is likely to be extended&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomice.net/2006/01/tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Everybody,</title>
		<link>http://www.randomice.net/2006/01/dear-everybody/</link>
		<comments>http://www.randomice.net/2006/01/dear-everybody/#comments</comments>
		<pubDate>Sat, 31 Dec 2005 22:00:45 +0000</pubDate>
		<dc:creator>Enrico Schnepel</dc:creator>
				<category><![CDATA[randomice.net]]></category>

		<guid isPermaLink="false">http://randomice.mu.randomice.net/2006/01/01/dear-everybody/</guid>
		<description><![CDATA[I just want to you wish you a
&#8212;snip&#8212;
HAPPY NEW YEAR!!!
&#8212;snip&#8212;
Yours sincerely
]]></description>
			<content:encoded><![CDATA[<p>I just want to you wish you a</p>
<p>&#8212;snip&#8212;</p>
<p>HAPPY NEW YEAR!!!</p>
<p>&#8212;snip&#8212;</p>
<p>Yours sincerely</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomice.net/2006/01/dear-everybody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncftp</title>
		<link>http://www.randomice.net/2005/10/ncftp/</link>
		<comments>http://www.randomice.net/2005/10/ncftp/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 11:53:56 +0000</pubDate>
		<dc:creator>Enrico Schnepel</dc:creator>
				<category><![CDATA[randomice.net]]></category>

		<guid isPermaLink="false">http://randomice.mu.randomice.net/2005/10/17/ncftp/</guid>
		<description><![CDATA[Recently I wrote a small backup solution for our server. The configuration is based on a simple text file and a remote-backup-server-configuration-file. As ncftp is very handy in shell scripts I am using it as ftp client. That&#8217;s why the remote-backup-server-configuration-file uses a ncftp specific configuration format . It includes the server name, the login [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I wrote a small backup solution for our server. The configuration is based on a simple text file and a remote-backup-server-configuration-file. As ncftp is very handy in shell scripts I am using it as ftp client. That&#8217;s why the remote-backup-server-configuration-file uses a <a href="http://www.ncftp.com" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">ncftp</a> specific <a href="http://www.ncftp.com/ncftp/doc/ncftpget.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">configuration format</a> . It includes the server name, the login name and the login password.</p>
<p>At first I have read the man page of <a href="http://www.ncftp.com/ncftp/doc/ncftpput.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">ncftpput</a> and tried it out. It worked great using -f, -c and a pipe. The other direction (<a href="http://www.ncftp.com/ncftp/doc/ncftpget.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">ncftpget</a>) worked also like a charm. Afterwards I&#8217;ve tried <a href="http://www.ncftp.com/ncftp/doc/ncftpls.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">ncftpls</a> in the same manner but it gave me the confusing error message &#8220;Not a URL: /&#8230;/&#8221;. \*\*\* Thoughts: Of course this is not an URL. &#8211; I can see that. &#8211; And I do not want to enter a URL. &#8211; The Program already has every info it needs. /Thoughts \*\*\* A second try using a relative path did not gave me the expected result either. After a look into the man page (where I saw only one possible command line) I knew that I found a missing feature &#8230;</p>
<p>Afterwards I wrote an email to the developers of ncftp and they gave me a &#8220;no way&#8221; response. They wanted to avoid complexity and confusion. &#8211; I think they haven&#8217;t tried their own program&#8230; </p>
<p>Some examples:</p>
<p>    ncftpput -f server_login.dat remote_path  local_file</p>
<p>    ncftpget -f server_login.dat  local_path remote_file</p>
<p>    ncftpls  -f server_login.dat remote_path</p>
<p>The first two commands work as expected but the last command is the version I expected to work but in the current Version of ncftp you have to provide a command line like</p>
<p>    ncftpls  -f server_login.dat ftp://ftp.server.com/remote_path</p>
<p>if you want to use the <code>-f</code> option. As you see you have to specify the server twice (at first in the server_login.dat, second in the command line).</p>
<p>They are selling a <a href="http://www.ncftp.com/ncftpd/mainframe.html#licensing" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">closed source</a> <a href="http://www.ncftp.com/ncftpd/" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">ftp server</a> software. I think the real reason for giving me the fluff is that they have no one who pays for their work on their own <a href="http://www.ncftp.com/ncftp/doc/LICENSE.txt" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.ncftp.com');">open source (Artistic License)</a> product (the client ncftp).</p>
<p>I think this is not how open source works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomice.net/2005/10/ncftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the World of randomice</title>
		<link>http://www.randomice.net/2005/09/welcome-to-the-world-of-randomice/</link>
		<comments>http://www.randomice.net/2005/09/welcome-to-the-world-of-randomice/#comments</comments>
		<pubDate>Fri, 16 Sep 2005 16:55:54 +0000</pubDate>
		<dc:creator>Enrico Schnepel</dc:creator>
				<category><![CDATA[randomice.net]]></category>

		<guid isPermaLink="false">http://randomice.mu.randomice.net/2005/09/16/welcome-to-the-world-of-randomice/</guid>
		<description><![CDATA[As this is my first post on this freshly installed WordPress blog system on a freshly (re-)installed Debian system there is not much to say &#8211; except thanks and many wishes to Alex for a great teamwork on setting up this server.
]]></description>
			<content:encoded><![CDATA[<p>As this is my first post on this freshly installed WordPress blog system on a freshly (re-)installed Debian system there is not much to say &#8211; except thanks and many wishes to <a href="http://www.code404.net" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.code404.net');">Alex</a> for a great teamwork on setting up this server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.randomice.net/2005/09/welcome-to-the-world-of-randomice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
