<?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>Kenno&#039;s openNOTE</title>
	<atom:link href="http://kenno.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kenno.wordpress.com</link>
	<description>My Programming Weblog</description>
	<lastBuildDate>Mon, 17 Jun 2013 05:01:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kenno.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Kenno&#039;s openNOTE</title>
		<link>http://kenno.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kenno.wordpress.com/osd.xml" title="Kenno&#039;s openNOTE" />
	<atom:link rel='hub' href='http://kenno.wordpress.com/?pushpress=hub'/>
		<item>
		<title>vmware: CD/DVD ROM drive is stuck in connecting mode</title>
		<link>http://kenno.wordpress.com/2013/02/11/vmware-cddvd-rom-drive-is-stuck-in-connecting-mode/</link>
		<comments>http://kenno.wordpress.com/2013/02/11/vmware-cddvd-rom-drive-is-stuck-in-connecting-mode/#comments</comments>
		<pubDate>Mon, 11 Feb 2013 03:39:04 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=371</guid>
		<description><![CDATA[As the title says, if the CD/DVD device of your VM is stuck in connecting mode, one thing to try is to shutdown the vSphere client, and restarted it. I found this solution from http://communities.vmware.com/message/1784438, and it worked for me.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=371&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>As the title says, if the CD/DVD device of your VM is stuck in connecting mode, one thing to try is to shutdown the vSphere client, and restarted it.</p>
<p>I found this solution from <a href="http://communities.vmware.com/message/1784438" rel="nofollow">http://communities.vmware.com/message/1784438</a>, and it worked for me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/371/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=371&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2013/02/11/vmware-cddvd-rom-drive-is-stuck-in-connecting-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP Fatal error: Call to undefined function utf8_decode()</title>
		<link>http://kenno.wordpress.com/2012/12/25/php-fatal-error-call-to-undefined-function-utf8_decode/</link>
		<comments>http://kenno.wordpress.com/2012/12/25/php-fatal-error-call-to-undefined-function-utf8_decode/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 03:57:20 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php5-xmlphp5-xml]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=367</guid>
		<description><![CDATA[This occurs on a FreeBSD server. According to this post[1], I need to install php5-xmlphp5-xml. # whereis php5-xmlphp5-xml php5-xml: /usr/ports/textproc/php5-xml # portmaster textproc/php5-xml ... # service apache22 restart [1] http://hi.baidu.com/ericyangbj/item/8289a32771e4171d09750856<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=367&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This occurs on a FreeBSD server. According to this post[1], I need to install <code>php5-xmlphp5-xml</code>.</p>
<p><code># whereis php5-xmlphp5-xml<br />
php5-xml: /usr/ports/textproc/php5-xml<br />
# portmaster textproc/php5-xml<br />
...<br />
# service apache22 restart</code></p>
<p>[1] <a href="http://hi.baidu.com/ericyangbj/item/8289a32771e4171d09750856" rel="nofollow">http://hi.baidu.com/ericyangbj/item/8289a32771e4171d09750856</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/367/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/367/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=367&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/12/25/php-fatal-error-call-to-undefined-function-utf8_decode/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeBSD: Fatal error: Call to undefined function session_name()</title>
		<link>http://kenno.wordpress.com/2012/12/25/freebsd-fatal-error-call-to-undefined-function-session_name/</link>
		<comments>http://kenno.wordpress.com/2012/12/25/freebsd-fatal-error-call-to-undefined-function-session_name/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 00:08:49 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php5-session]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=364</guid>
		<description><![CDATA[I just setup Apache and PHP on FreeBSD 9, configured a vhost, then when I tried to access it, I got the following error: Fatal error: Call to undefined function session_name() in /srv/www/sugaku.domain.com/inc/init.php on line 144 so apparently, the &#8220;session&#8221; support is missiong from php5 installation. To fix it, I need to install php5-session port. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=364&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just setup Apache and PHP on FreeBSD 9, configured a vhost, then when I tried to access it, I got the following error:</p>
<p><code>Fatal error: Call to undefined function session_name() in /srv/www/sugaku.domain.com/inc/init.php on line 144</code></p>
<p>so apparently, the &#8220;session&#8221; support is missiong from php5 installation. To fix it, I need to install <code>php5-session</code> port.</p>
<p>Let&#8217;s do it.</p>
<p><code># whereis php5-session<br />
php5-session: /usr/ports/www/php5-session<br />
portmaster www/php5-session</code></p>
<p>If the installation is successful, then we can restart apache.</p>
<p><code># service apache22 restart</code></p>
<p>or </p>
<p><code># /usr/local/etc/rc.d/apache22 restart</code></p>
<p>That&#8217;s it.</p>
<p>Credit: <a href="http://forums.freebsd.org/showthread.php?t=12565" rel="nofollow">http://forums.freebsd.org/showthread.php?t=12565</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/364/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/364/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=364&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/12/25/freebsd-fatal-error-call-to-undefined-function-session_name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>CentOS: lsb_release: command not found</title>
		<link>http://kenno.wordpress.com/2012/10/21/centos-lsb_release-command-not-found/</link>
		<comments>http://kenno.wordpress.com/2012/10/21/centos-lsb_release-command-not-found/#comments</comments>
		<pubDate>Sun, 21 Oct 2012 22:53:07 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[centos]]></category>
		<category><![CDATA[lsb_release]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=357</guid>
		<description><![CDATA[First let me declare that I&#8217;m new to CentOS. The folowing is a note to self which demonstrates how we search for a package that provides some commands and intall it using yum on CentOS. When I ran &#8216;lsb_release -a&#8217;, the following message is returned: -bash: lbs_release: command not found To fix it, we need [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=357&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>First let me declare that I&#8217;m new to CentOS. The folowing is a note to self which demonstrates how we search for a package that provides some commands and intall it using yum on CentOS.</p>
<p>When I ran &#8216;lsb_release -a&#8217;, the following message is returned:</p>
<p><code>-bash: lbs_release: command not found</code></p>
<p>To fix it, we need to install the package which provides lsb_release command. </p>
<p><code># yum provides */lsb_release<br />
...<br />
redhat-lsb-4.0-3.el6.centos.i686 : LSB base libraries support for CentOS<br />
Repo        : base<br />
Matched from:<br />
Filename    : /usr/bin/lsb_release</p>
<p>redhat-lsb-4.0-3.el6.centos.x86_64 : LSB base libraries support for CentOS<br />
Repo        : base<br />
Matched from:<br />
Filename    : /usr/bin/lsb_release</p>
<p>dkms-2.2.0.3-2.el6.noarch : Dynamic Kernel Module Support Framework<br />
Repo        : epel<br />
Matched from:<br />
Filename    : /usr/lib/dkms/lsb_release</code></p>
<p>So, let&#8217;s install redhat-lsb package:</p>
<p><code># yum install redhat-lsb</p>
<p>...<br />
Transaction Summary<br />
==========================================================<br />
Install     106 Package(s)</p>
<p>Total download size: 86 M<br />
Installed size: 246 M<br />
Is this ok [y/N]:<br />
...</code></p>
<p>Wow, the insalled size of 246 M? No, it&#8217;s not ok. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/357/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/357/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=357&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/10/21/centos-lsb_release-command-not-found/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>Turn on puppet syntax highlight in vim</title>
		<link>http://kenno.wordpress.com/2012/09/21/turn-on-puppet-syntax-highlight-in-vim/</link>
		<comments>http://kenno.wordpress.com/2012/09/21/turn-on-puppet-syntax-highlight-in-vim/#comments</comments>
		<pubDate>Fri, 21 Sep 2012 02:01:47 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[puppet]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=353</guid>
		<description><![CDATA[On Debian/Ubuntu: sudo apt-get install vim-puppet ln -s /usr/share/vim/addons/syntax/puppet.vim ~/.vim/plugin/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=353&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>On Debian/Ubuntu:</p>
<p><code>sudo apt-get install vim-puppet<br />
ln -s /usr/share/vim/addons/syntax/puppet.vim ~/.vim/plugin/<br />
</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/353/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=353&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/09/21/turn-on-puppet-syntax-highlight-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix missing icons and ugly theme in Evolution on Kubuntu 11.10</title>
		<link>http://kenno.wordpress.com/2012/09/18/fix-missing-icons-and-ugly-theme-in-evolution-on-kubuntu-11-10/</link>
		<comments>http://kenno.wordpress.com/2012/09/18/fix-missing-icons-and-ugly-theme-in-evolution-on-kubuntu-11-10/#comments</comments>
		<pubDate>Tue, 18 Sep 2012 06:43:05 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[evolution]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[oneiric]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=348</guid>
		<description><![CDATA[This how Evolution looks like on Kubuntu 11.10 (Oneiric). To fix this, make sure this package is installed: &#8220;humanity-icon-theme&#8221;, then create $HOME/.config/gtk-3.0/settings.ini [Settings] gtk-fallback-icon-theme = Humanity Restart Evolution, and it should be fixed. Credit: [solution] Evolution in Kubuntu 11.10<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=348&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This how Evolution looks like on Kubuntu 11.10 (Oneiric).</p>
<p><img title="missing_icons1" src="http://kenno.files.wordpress.com/2012/09/missing_icons1.png?w=700&#038;h=437" alt="" width="700" height="437" /></p>
<p>To fix this, make sure this package is installed: &#8220;humanity-icon-theme&#8221;, then create $HOME/.config/gtk-3.0/settings.ini</p>
<p><code>[Settings]<br />
gtk-fallback-icon-theme = Humanity<br />
</code></p>
<p>Restart Evolution, and it should be fixed.</p>
<p><img title="missing_icons2" src="http://kenno.files.wordpress.com/2012/09/missing_icons2.png?w=700&#038;h=437" alt="" width="700" height="437" /></p>
<p>Credit: <a href="http://www.kubuntuforums.net/showthread.php?56624-solution-Evolution-in-Kubuntu-11-10">[solution] Evolution in Kubuntu 11.10</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=348&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/09/18/fix-missing-icons-and-ugly-theme-in-evolution-on-kubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/09/missing_icons1.png" medium="image">
			<media:title type="html">missing_icons1</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/09/missing_icons2.png" medium="image">
			<media:title type="html">missing_icons2</media:title>
		</media:content>
	</item>
		<item>
		<title>Unknown Authn provider: ldap</title>
		<link>http://kenno.wordpress.com/2012/09/12/unknown-authn-provider-ldap/</link>
		<comments>http://kenno.wordpress.com/2012/09/12/unknown-authn-provider-ldap/#comments</comments>
		<pubDate>Wed, 12 Sep 2012 00:11:38 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Debian]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=345</guid>
		<description><![CDATA[Unknown Authn provider: ldap a2enmod authnz_ldap apache2ctl restart<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=345&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Unknown Authn provider: ldap</p>
<p><code>a2enmod authnz_ldap<br />
apache2ctl restart</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/345/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/345/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=345&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/09/12/unknown-authn-provider-ldap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix: Xfce 4.10 panel no longer expands</title>
		<link>http://kenno.wordpress.com/2012/08/24/fix-xfce-4-10-panel-no-longer-expands/</link>
		<comments>http://kenno.wordpress.com/2012/08/24/fix-xfce-4-10-panel-no-longer-expands/#comments</comments>
		<pubDate>Fri, 24 Aug 2012 01:35:35 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[panel]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=338</guid>
		<description><![CDATA[After upgrading to Xfce 4.10 from 4.8, I noticed that the clock/notification area no longer pushed to the right edge of the panel. This is due to a change in the Window Buttons panel plugin which no longer expands to fill the available space[1]. To emulate the old behavior, add a transparent separator between the [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=338&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>After upgrading to Xfce 4.10 from 4.8, I noticed that the clock/notification area no longer pushed to the right edge of the panel.</p>
<p><img src="http://kenno.files.wordpress.com/2012/08/xfce_not_expand.png?w=580" alt="" title="xfce_not_expand"   class="alignleft size-full wp-image-340" /></p>
<p>This is due to a change in the Window Buttons panel plugin which no longer expands to fill the available space[1]. </p>
<p>To emulate the old behavior, add a transparent separator between the window buttons and the clock/notification area, setting its expand property. </p>
<p><img src="http://kenno.files.wordpress.com/2012/08/xfce_not_expand1.png?w=580" alt="" title="xfce_not_expand1"   class="size-full wp-image-341" /></p>
<p>Voilla!</p>
<p><img src="http://kenno.files.wordpress.com/2012/08/xfce_not_expand2.png?w=580" alt="" title="xfce_not_expand2"   class="size-full wp-image-342" /></p>
<p>[1] <a href="https://wiki.archlinux.org/index.php/Xfce" rel="nofollow">https://wiki.archlinux.org/index.php/Xfce</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/338/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/338/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=338&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/08/24/fix-xfce-4-10-panel-no-longer-expands/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/08/xfce_not_expand.png" medium="image">
			<media:title type="html">xfce_not_expand</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/08/xfce_not_expand1.png" medium="image">
			<media:title type="html">xfce_not_expand1</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/08/xfce_not_expand2.png" medium="image">
			<media:title type="html">xfce_not_expand2</media:title>
		</media:content>
	</item>
		<item>
		<title>FreeNX: Disable Persistent Session</title>
		<link>http://kenno.wordpress.com/2012/08/22/freenx-disable-persistent-session/</link>
		<comments>http://kenno.wordpress.com/2012/08/22/freenx-disable-persistent-session/#comments</comments>
		<pubDate>Wed, 22 Aug 2012 00:42:18 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[FreeNX]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=336</guid>
		<description><![CDATA[It&#8217;s a bit unintuitive to set non-persistent session on FreeNX server. After a few attempts, here is the working settings: Edit /usr/NX/etc/node.cfg: ENABLE_PERSISTENT_SESSION="" DISABLE_PERSISTENT_SESSION="all"<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=336&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s a bit unintuitive to set non-persistent session on FreeNX server. After a few attempts, here is the working settings:</p>
<p>Edit <code>/usr/NX/etc/node.cfg</code>:</p>
<p><code>ENABLE_PERSISTENT_SESSION=""<br />
DISABLE_PERSISTENT_SESSION="all"</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=336&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/08/22/freenx-disable-persistent-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>
	</item>
		<item>
		<title>KDE Desktop Shell Scripting Console</title>
		<link>http://kenno.wordpress.com/2012/08/16/kde-desktop-shell-scripting-console/</link>
		<comments>http://kenno.wordpress.com/2012/08/16/kde-desktop-shell-scripting-console/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 01:47:03 +0000</pubDate>
		<dc:creator>kenno</dc:creator>
				<category><![CDATA[kde4]]></category>

		<guid isPermaLink="false">http://kenno.wordpress.com/?p=330</guid>
		<description><![CDATA[I keep forgetting how to run Desktop Shell Scripting Console. So here it is just to remind myself: Alt + F2 Type desktop console and hit Enter Wanna learn more what this stool&#8217;s for? Head to http://techbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Running_Scripts.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=330&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I keep forgetting how to run Desktop Shell Scripting Console. So here it is just to remind myself:</p>
<ul>
<li>Alt + F2</li>
<li>Type <code>desktop console</code> and hit Enter</li>
</ul>
<p><img src="http://kenno.files.wordpress.com/2012/08/desktop-shell-scripting-console.png?w=580" alt="" title="Desktop Shell Scripting Console"   class="alignleft size-full wp-image-331" /></p>
<p>Wanna learn more what this stool&#8217;s for? Head to <a href="KDE System Administration/PlasmaDesktopScripting">http://techbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting#Running_Scripts.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kenno.wordpress.com/330/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kenno.wordpress.com/330/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kenno.wordpress.com&#038;blog=154479&#038;post=330&#038;subd=kenno&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kenno.wordpress.com/2012/08/16/kde-desktop-shell-scripting-console/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d7c945e1a6097274390f1933115835be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kenno</media:title>
		</media:content>

		<media:content url="http://kenno.files.wordpress.com/2012/08/desktop-shell-scripting-console.png" medium="image">
			<media:title type="html">Desktop Shell Scripting Console</media:title>
		</media:content>
	</item>
	</channel>
</rss>
