<?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>Jacky's BLOG &#187; linux</title>
	<atom:link href="http://jk.scanmon.com/en/wp/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://jk.scanmon.com/en</link>
	<description>The pursuit of excellence, become an excellent system administrator!</description>
	<lastBuildDate>Fri, 29 Apr 2011 03:22:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>schroot &#8211; chroot for any users</title>
		<link>http://jk.scanmon.com/en/wp/2010/01/schroot-chroot-for-any-users.html</link>
		<comments>http://jk.scanmon.com/en/wp/2010/01/schroot-chroot-for-any-users.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:53:56 +0000</pubDate>
		<dc:creator>jacky</dc:creator>
				<category><![CDATA[linux system]]></category>
		<category><![CDATA[opensource software]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1751</guid>
		<description><![CDATA[From manpages: schroot allows the user to run a command or a login shell in a chroot environment. If no command is specified, a login shell will be started in the user current working directory inside the chroot.
I&#8217;ve been trying some virtual machines solutions to execute some programs 32bits in my machine. But it&#8217;s take [...]]]></description>
		<wfw:commentRss>http://jk.scanmon.com/en/wp/2010/01/schroot-chroot-for-any-users.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSSH logging with ChrootDirectory</title>
		<link>http://jk.scanmon.com/en/wp/2010/01/openssh-logging-with-chrootdirectory.html</link>
		<comments>http://jk.scanmon.com/en/wp/2010/01/openssh-logging-with-chrootdirectory.html#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:08:01 +0000</pubDate>
		<dc:creator>jacky</dc:creator>
				<category><![CDATA[linux system]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1746</guid>
		<description><![CDATA[Finally following up on the previous article on the subject, I found some time to investigate logging what happens in an internal-sftp session using rsyslog.
Making syslog available in the chroot
Simply create a dev directory in each one of the chosen user chroot directories.
# mkdir /home/user/dev

Configuring rsyslog to probe the new logging source
Simply drop the following [...]]]></description>
		<wfw:commentRss>http://jk.scanmon.com/en/wp/2010/01/openssh-logging-with-chrootdirectory.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>inux: rm and the &#8216;Argument list too long&#8217; error message.</title>
		<link>http://jk.scanmon.com/en/wp/2010/01/linux-rm-%e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%e5%a4%aa%e5%a4%9a%e5%87%ba%e9%94%99%e7%9a%84%e9%97%ae%e9%a2%98%e8%a7%a3%e5%86%b3.html</link>
		<comments>http://jk.scanmon.com/en/wp/2010/01/linux-rm-%e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%e5%a4%aa%e5%a4%9a%e5%87%ba%e9%94%99%e7%9a%84%e9%97%ae%e9%a2%98%e8%a7%a3%e5%86%b3.html#comments</comments>
		<pubDate>Wed, 06 Jan 2010 02:19:13 +0000</pubDate>
		<dc:creator>jacky</dc:creator>
				<category><![CDATA[linux system]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/?p=1726</guid>
		<description><![CDATA[Linux: rm and the &#8216;Argument list too long&#8217; error message.

Linux: rm and the &#8216;Argument list too long&#8217; error message.

Let&#8217;s say you wanted to delete all the files in a directory that begins with the word &#8217;spam&#8217;:
[root@yoursite filter]# rm spam*
bash: /bin/rm: Argument list too long
ERROR!
This happens when you are trying to delete too many files in [...]]]></description>
		<wfw:commentRss>http://jk.scanmon.com/en/wp/2010/01/linux-rm-%e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%e5%a4%aa%e5%a4%9a%e5%87%ba%e9%94%99%e7%9a%84%e9%97%ae%e9%a2%98%e8%a7%a3%e5%86%b3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Xen 3.0 upon Debian Unstable, with a custom Kernel</title>
		<link>http://jk.scanmon.com/en/wp/2009/12/installing-xen-3-0-upon-debian-unstable-with-a-custom-kernel.html</link>
		<comments>http://jk.scanmon.com/en/wp/2009/12/installing-xen-3-0-upon-debian-unstable-with-a-custom-kernel.html#comments</comments>
		<pubDate>Thu, 31 Dec 2009 02:27:23 +0000</pubDate>
		<dc:creator>jacky</dc:creator>
				<category><![CDATA[English Version]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://jk.scanmon.com/1695.html</guid>
		<description><![CDATA[Recently we demonstrated the process of installing a binary release of Xen 3.0 on Sarge, since the packages on Debian Unstable are not yet available for Xen 3.0 we&#8217;re now going to look at installing it via the packages provided by Ralph Passgang. This also includes building a custom Xen kernel from source.
The advantage to [...]]]></description>
		<wfw:commentRss>http://jk.scanmon.com/en/wp/2009/12/installing-xen-3-0-upon-debian-unstable-with-a-custom-kernel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

