<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
 <title>Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</title>
 <link>http://blog.i4pace.net/frog/user/Teru/</link>
 <description>The latest articles in category 'general'. Teru's blog - on i4PACE(i for Personal Archiving and Creating Environment)</description>
 <copyright>Copyright by Teru</copyright>
 <lastBuildDate>Wed, 08 Sep 2010 19:42:36 GMT</lastBuildDate>
 <generator>Frog (Python)</generator>
 <category>Blog</category>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>10</ttl>
<item>
 <title>SSL</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2009-09-17/83</link>
 <description>{category: general}  struggling with the procedure to make https connection available for the domain emediajp, running apache on my home server (Ubuntu9.04 server).

[code]&gt; sudo su
&gt; mkdir -p /etc/ssl/private
&gt; openssl req -new -newkey rsa:2048 -nodes -keyout server.key -out server.csr
root@yarrow:/etc/ssl/private# sud...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 17 Sep 2009 07:28:00 GMT</pubDate>
</item>
<item>
 <title>irc setup</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-11-23/63</link>
 <description>{category: general}  here's a memo on setting up an irc on ubuntu.

installed Pidgin internet messenger by choosing it from the menu pplication -&gt; Addition/Removal.
add an irc account by choosing the menu Account -&gt; Manage Accounts -&gt; Add.
    chose the server irc.freenode.net.
joined chat.
to register a user name on ir...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Sun, 23 Nov 2008 06:24:00 GMT</pubDate>
</item>
<item>
 <title>Android</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-10-23/53</link>
 <description>{category: general}  Google announced on Oct. 21, 2008, that Android is now open source, and shows how to build Android on Ubuntu. Seems very promising as an open-source platform for developing open/commercial software.

Here's a list of URLs for reference:
[list]
[*]http://code.google.com/android/ [/]
	Android - An Ope...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Thu, 23 Oct 2008 14:55:00 GMT</pubDate>
</item>
<item>
 <title>Makefile</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-03-05/6</link>
 <description>{category: general}  When I tried to run "make clean" on the snakelet path /var/local/Snakelets-1.44 on Ubuntu 7.10 server, an error occurred. Changing some opitons corrected the problem. Here's a "clean" part of  Makefile I use now:
[code]clean:
        @echo "Removing stray logfiles, .pyo/.pyc files..."
        find ....</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Wed, 05 Mar 2008 01:53:00 GMT</pubDate>
</item>
<item>
 <title>Markup 2</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-03-04/5</link>
 <description>{category: general}  Well, list tags should work:
[list]
[*]this is the first item.
[*]this is the second.
[*]this is the third.
[/list]
Yay, it works  :-)

Still cannot figure why the internal link to /frog/files/Teru doesn't work   :-/ 
Let me try again...
[@logo-Ubuntu.png]
Nope  :-/ 

Googled on the keywords 403 Dee...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 04 Mar 2008 12:02:00 GMT</pubDate>
</item>
<item>
 <title>Markup</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-03-01/4</link>
 <description>{category: general}  Let's see how markup tags work to format a page. Let me test the ones provided in this page on editing mode below.

First, [b]this is a bold type.[/b]
How about [i]Italic[/i].
OK, add underline to [u]this[/u].
When showing a code,
[code]#import &lt;stdio.h&gt;

void main(int argc, char **argv)
{
   printf...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Sat, 01 Mar 2008 05:59:00 GMT</pubDate>
</item>
<item>
 <title>日本語は？</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-02-26/3</link>
 <description>{category: general}  Let's see if I can use Japanese characters here.
ここでは、日本語を書くことができるでしょうか。
How does it look like on your browser?...</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 26 Feb 2008 04:04:00 GMT</pubDate>
</item>
<item>
 <title>Start-off!</title>
 <link>http://blog.i4pace.net/frog/user/Teru/article/2008-02-26/2</link>
 <description>{category: general}  Just installed this blog software. OK, it works! Only in English so far. I am going to use this as my blog site, while learning how this software works. Hopefully, it will help me get used to the scripting language Python....</description>
 <author>&lt;no email address&gt; (Teru)</author>
 <pubDate>Tue, 26 Feb 2008 02:57:00 GMT</pubDate>
</item>
</channel>
</rss>