<?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>simple singularities &#187; linux</title>
	<atom:link href="http://fri13th.com/blog/archives/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://fri13th.com/blog</link>
	<description>presented by lazy fri13th since 2006</description>
	<lastBuildDate>Mon, 26 Apr 2010 09:09:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ie6 quirks</title>
		<link>http://fri13th.com/blog/archives/347</link>
		<comments>http://fri13th.com/blog/archives/347#comments</comments>
		<pubDate>Thu, 19 Feb 2009 07:19:11 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[smalltalk]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/347</guid>
		<description><![CDATA[most critical part in ie6 may be the hover property. ie6 only support hover in a tag, while other all modern browsers support hover properties in any tag. you have to manually add onmouseover and onmouseout event. like this: 1 2 3 4 if &#40;item.className = &#34;orig&#34;&#41; &#123; item.onmouseover=function&#40;&#41;&#123;this.className+=&#34; over&#34;;&#125;; item.onmouseout=function&#40;&#41;&#123;this.className=&#34;orig&#34;&#125;; &#125; and a tag&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>most critical part in ie6 may be the hover property. ie6 only support hover in a tag, while other all modern browsers support hover properties in  any tag. you have to manually add onmouseover and onmouseout event.</p>
<p>like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">item</span>.<span style="color: #660066;">className</span> <span style="color: #339933;">=</span> <span style="color: #3366CC;">&quot;orig&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000066; font-weight: bold;">item</span>.<span style="color: #660066;">onmouseover</span><span style="color: #339933;">=</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">className</span><span style="color: #339933;">+=</span><span style="color: #3366CC;">&quot; over&quot;</span><span style="color: #339933;">;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
    <span style="color: #000066; font-weight: bold;">item</span>.<span style="color: #660066;">onmouseout</span><span style="color: #339933;">=</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #660066;">className</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;orig&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>and a tag&#8217;s behavior is somewhat wierd also..</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="html" style="font-family:monospace;">&lt;style&gt;
li {text-align:left; width:100px;}
a {text-align:center;}
&lt;/style&gt;
&lt;li&gt;&lt;a&gt;test&lt;/a&gt;&lt;/li&gt;</pre></td></tr></table></div>

<p>this one wil be broken in ie6..</p>
<p>and many more..</p>
<p>anyway i can fix all these problem by using firebug and ietester. thank you so much~</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/347/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dreamhost.com</title>
		<link>http://fri13th.com/blog/archives/345</link>
		<comments>http://fri13th.com/blog/archives/345#comments</comments>
		<pubDate>Thu, 19 Feb 2009 00:14:03 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/345</guid>
		<description><![CDATA[i bought a dreamhost account yesterday. it was only $9.24/yr for the president day event 90% cheap, isn&#8217;t it really cool? i used dreamhost when testing some site.. it was very convenience, web panel and ssh matches perfectly.. so i bought a new account, i&#8217;ll move my blog and open renewal site, soon or at [...]]]></description>
			<content:encoded><![CDATA[<p>i bought a dreamhost account yesterday.<br />
it was only $9.24/yr for the president day event <img src='http://fri13th.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
90% cheap, isn&#8217;t it really cool?</p>
<p>i used dreamhost when testing some site..<br />
it was very convenience, web panel and<br />
ssh matches perfectly.. </p>
<p>so i bought a new account, i&#8217;ll move my blog<br />
and open renewal site, soon or at least one month..<br />
before i move, i&#8217;ll back up all, but that&#8217;s not all the<br />
thing i plan now. i&#8217;ll make another blog for gourmet.<br />
adding twitter client, and a new site based on cakephp<br />
and codeigniter..</p>
<p>i wish my next blog will be funnier than now.<br />
i&#8217;ll do my best, but i can&#8217;t assure when it will be done..<br />
because i&#8217;m very very busy in these days..</p>
<p>wish me luck..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/345/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu 8.10 sucks!</title>
		<link>http://fri13th.com/blog/archives/329</link>
		<comments>http://fri13th.com/blog/archives/329#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:24:17 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/329</guid>
		<description><![CDATA[i like ubuntu so much. this linux does rock really! it&#8217;s stable and fast and full of useful features. i anticipated new version of ubuntu so long. i couldn&#8217;t wait the release date, so i installed rc using upgrade, and the tregedy started from then. at first, i faced apache virtual host didn&#8217;t work right.. [...]]]></description>
			<content:encoded><![CDATA[<p>i like ubuntu so much. this linux does rock really! it&#8217;s stable and fast and full of useful features. i anticipated new version of ubuntu so long. i couldn&#8217;t wait the release date, so i installed rc using upgrade, and the tregedy started from then.</p>
<p>at first, i faced apache virtual host didn&#8217;t work right.. i remained configuration files and that cause a problem(can you believe it?). i changed some and apache worked, but always showed error messages when starting. and i faced more serious problem of samba network, this one also worked without problem in previous ubuntu. i couldn&#8217;t write some file above the shared directory. i checked and re-cheched the permission and no good at all. i googled it and knew the main suspect of this problem was new kernel. </p>
<p>and one more, i installed vmware toolbox and i couldn&#8217;t control mouse pointer..</p>
<p>so i give up and go back to 8.04. i was very surprised that there are too many critical bugs in ubuntu. i learned it&#8217;s very fool to use cutting edge server solution. i think i may not wait another ubuntu. next time i upgrade my ubuntu will be last half of next year, i guess..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/329/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KiTTY &amp; PuTTY &amp; japanese</title>
		<link>http://fri13th.com/blog/archives/286</link>
		<comments>http://fri13th.com/blog/archives/286#comments</comments>
		<pubDate>Tue, 20 Nov 2007 09:58:59 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/286</guid>
		<description><![CDATA[i used kitty as my default terminal in vista environment. but kitty doesn&#8217;t support transparency mode in vista, and putty itself doesn&#8217;t support japanese or korean.. i was very surprised, there&#8217;s a patch for japanese character and multi-byte characters. why putty doesn&#8217;t adopt it? i delete kitty and install the patched version of putty. now [...]]]></description>
			<content:encoded><![CDATA[<p>i used kitty as my default terminal in vista environment. but kitty doesn&#8217;t support transparency mode in vista, and putty itself doesn&#8217;t support japanese or korean.. i was very surprised, there&#8217;s a patch for japanese character and multi-byte characters. why putty doesn&#8217;t adopt it?</p>
<p>i delete kitty and install the patched version of putty. now japanese character is displayed well.</p>
<p>putty&#8217;s way of ssh auth is somewhat absurd. they use their own format of key and to generate ppk(putty private key), we have to get a private key of ssh2, not public key. why do we need private key when we just want to connect the server? is it ok? i don&#8217;t know at all..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/286/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu gutsy gibbon and compiz</title>
		<link>http://fri13th.com/blog/archives/281</link>
		<comments>http://fri13th.com/blog/archives/281#comments</comments>
		<pubDate>Fri, 19 Oct 2007 08:02:29 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/281</guid>
		<description><![CDATA[when you upgrade to ubuntu 7.10 from 7.4 feisty fawn, and you&#8217;re graphic card is ATI, you will face some troubles in compiz setting. there&#8217;s some workaround for installing compiz to Feisty Fawn, and it makes gusty gibbon down. i really didn&#8217;t understand what went on at first. the only way to recover is uninstall [...]]]></description>
			<content:encoded><![CDATA[<p>when you upgrade to ubuntu 7.10 from 7.4 feisty fawn, and you&#8217;re graphic card is ATI, you will face some troubles in compiz setting. there&#8217;s some workaround for installing compiz to Feisty Fawn, and it makes gusty gibbon down. i really didn&#8217;t understand what went on at first. the only way to recover is uninstall all compiz-related components and reinstall. </p>
<p>gusty gibbon&#8217;s very cool, i admit. but you need to wait more, for fixing internal problems. i wish new ATI drive which may be ready to be released by AMD..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/281/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu totem player bug</title>
		<link>http://fri13th.com/blog/archives/274</link>
		<comments>http://fri13th.com/blog/archives/274#comments</comments>
		<pubDate>Wed, 11 Jul 2007 15:13:44 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/274</guid>
		<description><![CDATA[i installed ubuntu 7.04 server amd64 version in my pc, core 2 duo 6600, 4G ram, asus p5b board. there are so many troubles, i&#8217;ll explain these later. and only left critial problem is vmware sound bug. when starting vm, the message is appeared /etc/dsp is busy and don&#8217;t work.. there seems to be some [...]]]></description>
			<content:encoded><![CDATA[<p>i installed ubuntu 7.04 server amd64 version in my pc, core 2 duo 6600, 4G ram, asus p5b board. there are so many troubles, i&#8217;ll explain these later. and only left critial problem is vmware sound bug. when starting vm, the message is appeared /etc/dsp is busy and don&#8217;t work.. there seems to be some kind of workaround.. but none works in amd64.. </p>
<p>and totem player has some small bugs, 1. real media file is not supported. 2. totem-xine doesn&#8217;t support subtitle well, on the other hands, totem-gstream works good, except internal flow error. it can be overcomed by clicking start button.</p>
<p>except that, anything is fine, oh thanx god!</p>
<p>i love ubuntu and compiz fusion very much! i will record all the things and publish in my blog. (majorly for me not to forget) if you have any question, feel free to leave a message to me!</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/274/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zsh and utf-8</title>
		<link>http://fri13th.com/blog/archives/270</link>
		<comments>http://fri13th.com/blog/archives/270#comments</comments>
		<pubDate>Sat, 30 Jun 2007 07:49:58 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/270</guid>
		<description><![CDATA[zsh doesn&#8217;t support utf-8 correctly.. and it seems to be needed much time to fix it.. though i don&#8217;t want to comeback to bash. i have to consider seriously.. innovate softwares with new features almost have critical issues.. i installed vista and can&#8217;t found virtual cd program.. i may wait some.. since software industry permitted [...]]]></description>
			<content:encoded><![CDATA[<p>zsh doesn&#8217;t support utf-8 correctly.. and it seems to be needed much time to fix it.. though i don&#8217;t want to comeback to bash. i have to consider seriously..</p>
<p>innovate softwares with new features almost have critical issues.. i installed vista and can&#8217;t found virtual cd program.. i may wait some.. since software industry permitted beta as a good strategy, it&#8217;s not good to use newest one..</p>
<p>ps. i comeback to bash, and upgrade to its latest version 3.2 using mac port. it recognizes korean and japanese charater very well. though there&#8217;s actually no need to type&nbsp; multibyte character in console directly,  i sometimes mis-type and it can&#8217;t be deleted in a clean way in one-byte mode. i may miss zsh, but can&#8217;t take too much inconvenience..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/270/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>bash to zsh</title>
		<link>http://fri13th.com/blog/archives/266</link>
		<comments>http://fri13th.com/blog/archives/266#comments</comments>
		<pubDate>Fri, 22 Jun 2007 00:55:45 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/266</guid>
		<description><![CDATA[i heard that zsh is cool. and it wasn&#8217;t difficult to change to zsh in mac os at all. so i decide to change my default shell this one line is enough to change your default shell chsh -s /bin/zsh zsh and bash uses different prompt system, so be careful. and anything else is almost [...]]]></description>
			<content:encoded><![CDATA[<p>i heard that zsh is cool. and it wasn&#8217;t difficult to change to zsh in mac os at all. so i decide to change my default shell</p>
<p>this one line is enough to change your default shell</p>
<pre>chsh -s /bin/zsh</pre>
<p>zsh and bash uses different prompt system, so be careful. and anything else is almost same.</p>
<p>this is my prompt in .zshrc, copied from .bashrc<br />export PS1=&#8217;[%m@%n %~]$ &#8216;</p>
<p>i&#8217;ve used this shell in some days, and finally got the conclusion that, this one&#8217;s better than bash, but not so definitively. and i found no reason to return to bash, i&#8217;ll use zsh for a while, i guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash player 9 and 3d desktop beryl for linux</title>
		<link>http://fri13th.com/blog/archives/242</link>
		<comments>http://fri13th.com/blog/archives/242#comments</comments>
		<pubDate>Fri, 16 Feb 2007 00:51:07 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/242</guid>
		<description><![CDATA[i noticed today that new flash player 9 for linux was launched one month ago.. (it&#8217;s because i&#8217;m a mac user now) http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash now we can use full-featured flash in most of computer&#160; environment. that means you can get full secure flash-based ajax operation. and i noticed also that there is a fantastic 3d desktop [...]]]></description>
			<content:encoded><![CDATA[<p>i noticed today that new flash player 9 for linux was launched one month ago.. (it&#8217;s because i&#8217;m a mac user now)</p>
<p><a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash">http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash</a></p>
<p>now we can use full-featured flash in most of computer&nbsp; environment. that means you can get full secure flash-based ajax operation.</p>
<p>and i noticed also that there is a fantastic 3d desktop environment for linux.</p>
<p><a href="http://beryl-project.org/">http://beryl-project.org/</a></p>
<p>so cool, more than vista or osx..</p>
<p>now we don&#8217;t need to adhere to one monopole os or browser..<br />so many people tried and the world became more democratic and liberal.<br />it&#8217;s a trend, we can experience more pleasant and universal pc life, thanx for all developers!</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/242/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>flash player 9 on linux is being developed now</title>
		<link>http://fri13th.com/blog/archives/152</link>
		<comments>http://fri13th.com/blog/archives/152#comments</comments>
		<pubDate>Sat, 05 Aug 2006 04:52:06 +0000</pubDate>
		<dc:creator>fri13th</dc:creator>
				<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://fri13th.com/blog/archives/152</guid>
		<description><![CDATA[i heard the news. flash player 9 on linux is being developed now. (i know i&#8217;m somewhat late.) check below link http://weblogs.macromedia.com/emmy/archives/2006/05/yes_virginia_th.cfm so one reason why i can&#8217;t use linux as my desktop wil be disappeared. still there remain some reasons like nateon(popular messenger service in korea, more popular than msn), xtoc (warez service in [...]]]></description>
			<content:encoded><![CDATA[<p>i heard the news. flash player 9 on linux is being developed now. (i know i&#8217;m somewhat late.) check below link</p>
<p><a href="http://weblogs.macromedia.com/emmy/archives/2006/05/yes_virginia_th.cfm">http://weblogs.macromedia.com/emmy/archives/2006/05/yes_virginia_th.cfm</a></p>
<p>so one reason why i can&#8217;t use linux as my desktop wil be disappeared. still there remain some reasons like nateon(popular messenger service in korea, more popular than msn), xtoc (warez service in korea), flickr uploadr, korean internet banking and e-commerce service, photoshop, etc. nateon will release linux version, sooner or later. i don&#8217;t know about the others will support linux.. (i may use windows till the end of time..)</p>
<p> i may buy conroe and install 64bit linux from the beginning of 2007. i don&#8217;t like to use vista. so i wish all programs i want will be ported to 64bit linux till that time.. is is possible? i have to pray..</p>
]]></content:encoded>
			<wfw:commentRss>http://fri13th.com/blog/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

