<?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>Doing &#38; Done &#187; arch linux</title>
	<atom:link href="http://doing.liduan.com/tag/arch-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Thu, 11 Feb 2010 11:19:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>install samba in arch linux:  pacman &#8211; &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</link>
		<comments>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/#comments</comments>
		<pubDate>Wed, 27 May 2009 21:11:19 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/</guid>
		<description><![CDATA[install samba in arch linux:
$pacman -S samba
$cp /etc/samba/smb.conf.default /etc/samba/smb.conf
$adduser -d /home/&#60;user dir&#62; -m &#60;user name&#62;
$passwd &#60;user name&#62;
$smbpasswd -a &#60;user name&#62;
add two lines in to /etc/samba/smb.conf
netbios name = archsmb
encrypt passwords = yes
[homes]
browseable = yes
writable = yes
then:
$/etc/rc.d/samba start
$smbclient -L localhost -U &#60;user name&#62;]]></description>
			<content:encoded><![CDATA[<p>install samba in arch linux:</p>
<p>$pacman -S samba</p>
<p>$cp /etc/samba/smb.conf.default /etc/samba/smb.conf</p>
<p>$adduser -d /home/&lt;user dir&gt; -m &lt;user name&gt;</p>
<p>$passwd &lt;user name&gt;</p>
<p>$smbpasswd -a &lt;user name&gt;</p>
<p>add two lines in to /etc/samba/smb.conf</p>
<p>netbios name = archsmb</p>
<p>encrypt passwords = yes</p>
<p>[homes]</p>
<p>browseable = yes</p>
<p>writable = yes</p>
<p>then:</p>
<p>$/etc/rc.d/samba start</p>
<p>$smbclient -L localhost -U &lt;user name&gt;</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/install-samba-in-arch-linuxpacman/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>for start each service in arch linux, se &#8230;</title>
		<link>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/</link>
		<comments>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/#comments</comments>
		<pubDate>Wed, 27 May 2009 20:38:13 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[deamon]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/</guid>
		<description><![CDATA[for start each service in arch linux, set deamon in /etc/rc.conf.  using sshd for example:
deamons(&#8230; sshd lighttpd &#8230; &#8230;)]]></description>
			<content:encoded><![CDATA[<p>for start each service in arch linux, set deamon in /etc/rc.conf.  using sshd for example:</p>
<p>deamons(&#8230; sshd lighttpd &#8230; &#8230;)</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/27/for-start-each-service-in-arch-linux-se/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>open ssh service. change /etc/hosts.allo &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/</link>
		<comments>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:51:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/</guid>
		<description><![CDATA[open ssh service. change /etc/hosts.allow add one line
sshd: ALL]]></description>
			<content:encoded><![CDATA[<p>open ssh service. change /etc/hosts.allow add one line</p>
<p>sshd: ALL</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/open-ssh-service-change-etchostsallo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install lighttpd php fcgi and mysql.   &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</link>
		<comments>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:34:21 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/</guid>
		<description><![CDATA[install lighttpd php fcgi and mysql.
pacman -Ss search
pacman -S lighttpd php fcgi mysql samba perl-cgi]]></description>
			<content:encoded><![CDATA[<p>install lighttpd php fcgi and mysql.</p>
<p>pacman -Ss search</p>
<p>pacman -S lighttpd php fcgi mysql samba perl-cgi</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/install-lighttpd-php-fcgi-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>configuation arch linux network by dhcp: &#8230;</title>
		<link>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/</link>
		<comments>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/#comments</comments>
		<pubDate>Sat, 16 May 2009 22:10:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[dhcp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/</guid>
		<description><![CDATA[configuation arch linux network by dhcp:
add following lines to /etc/rc.conf
eth0=&#8221;dhcp&#8221;
INTERFACES=(eth0)
ROUTES=(!gateway)
then try /etc/rc.d/network restart]]></description>
			<content:encoded><![CDATA[<p>configuation arch linux network by dhcp:</p>
<p>add following lines to <span style="font-family: Courier New;">/etc/rc.conf</span></p>
<p>eth0=&#8221;dhcp&#8221;<br />
INTERFACES=(eth0)<br />
ROUTES=(!gateway)</p>
<p>then try /etc/rc.d/network restart</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/05/16/configuation-arch-linux-network-by-dhcp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>improve your arch linux pacman speed.
 &#8230;</title>
		<link>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/</link>
		<comments>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 15:21:53 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[arch linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/</guid>
		<description><![CDATA[improve your arch linux pacman speed.
pacman using wget for download task. but wget is not for multiple thread download. if using &#8220;aria2&#8243;, the download speed can sharply increase.
firstly, install aria2 by:
$pacman -Sy
$pacman -S aria2
then, edit /etc/pacman.conf, add a line:
XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u
ok, try pacman again, you can [...]]]></description>
			<content:encoded><![CDATA[<p>improve your arch linux pacman speed.</p>
<p>pacman using wget for download task. but wget is not for multiple thread download. if using &#8220;aria2&#8243;, the download speed can sharply increase.</p>
<p>firstly, install aria2 by:</p>
<p>$pacman -Sy</p>
<p>$pacman -S aria2</p>
<p>then, edit /etc/pacman.conf, add a line:</p>
<p>XferCommand = /usr/bin/aria2c -s 2 -m 2 -d / -o %o %u</p>
<p>ok, try pacman again, you can see big change for download speed.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/22/improve-your-arch-linux-pacman-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
