<?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; unix</title>
	<atom:link href="http://doing.liduan.com/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://doing.liduan.com</link>
	<description>Record and Store</description>
	<lastBuildDate>Sat, 29 Oct 2011 11:13:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Advanced Programming in the UNIX® Envir &#8230;</title>
		<link>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/</link>
		<comments>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 14:34:23 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/</guid>
		<description><![CDATA[Advanced Programming in the UNIX® Environment: Second Edition Table of Contents • Index]]></description>
			<content:encoded><![CDATA[<p><a class="b" title="Advanced Programming in the UNIX® Environment: Second Edition" href="http://proquest.safaribooksonline.com/0201433079">Advanced Programming in the UNIX® Environment: Second Edition</a></p>
<div class="relatedLinks" style="width: 100%;"><a class="tenpxNormal" style="white-space: nowrap;" title="Table of Contents" href="http://proquest.safaribooksonline.com/0201433079?tocview=true">Table of Contents</a></p>
<div class="relatedLinks" style="display: inline;"><span class="tenpxNormal" style="display: inline;"> • </span><a class="tenpxNormal" style="white-space: nowrap;" title="Index" href="http://proquest.safaribooksonline.com/0201433079/index">Index</a></div>
</div>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/14/advanced-programming-in-the-unix%c2%ae-envir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using rdesktop can remote control window &#8230;</title>
		<link>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/</link>
		<comments>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 14:55:28 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/</guid>
		<description><![CDATA[using rdesktop can remote control windows computer by using unix.example: $rdesktop -f &#60;ip address&#62; -f is mean full screen.]]></description>
			<content:encoded><![CDATA[<p>using rdesktop can remote control windows computer by using unix.example:</p>
<p>$rdesktop -f &lt;ip address&gt;</p>
<p>-f is mean full screen.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/03/06/using-rdesktop-can-remote-control-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a shell script for quick uploading one f &#8230;</title>
		<link>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/</link>
		<comments>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 13:21:37 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/</guid>
		<description><![CDATA[a shell script for quick uploading one file via ftp: #!/bin/bash ftp -v -n http://ftp.server.com]]></description>
			<content:encoded><![CDATA[<p>a shell script for quick uploading one file via ftp:<br />
<code><br />
#!/bin/bash<br />
ftp -v -n <a href="http://ftp.server.com" rel="nofollow">http://ftp.server.com</a> <<END<br />
user yourUserName yourPassword<br />
mput $1<br />
bye<br />
END<br />
</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/03/a-shell-script-for-quick-uploading-one-f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using command &#8216;badbloocks&#8217; check bad b &#8230;</title>
		<link>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/</link>
		<comments>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:12:47 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/</guid>
		<description><![CDATA[using command &#8216;badbloocks&#8217; check bad block on the device. $badblocks -c -v /dev/sda1 -c blocks at once -v verbose mode in the freebsd system, smart montools can be used: $cd /usr/ports/sysutils/smartmontools $make config install clean $smartctl -a /dev/ad0 // quick checking and check all $smartctl -t long /dev/ad0 // check and test]]></description>
			<content:encoded><![CDATA[<p>using command &#8216;badbloocks&#8217; check bad block on the device.</p>
<p><code>$badblocks -c -v /dev/sda1</code></p>
<p>-c blocks at once<br />
-v verbose mode</p>
<p>in the freebsd system, smart montools can be used:<br />
<code><br />
$cd /usr/ports/sysutils/smartmontools<br />
$make config install clean<br />
$smartctl -a /dev/ad0    // quick checking and check all<br />
$smartctl -t long /dev/ad0  // check and test<br />
</code></p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/02/01/using-command-badbloocks-check-bad-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>online regular expressions test tools. i &#8230;</title>
		<link>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/</link>
		<comments>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 11:21:58 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/</guid>
		<description><![CDATA[online regular expressions test tools. it provides support for flags.]]></description>
			<content:encoded><![CDATA[<p><a title="online regular expressions test tools" href="http://www.regextester.com/" target="_blank">online regular expressions test tools</a>. it provides support for flags.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2009/01/08/online-regular-expressions-test-tools-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>unix shell programming tutorial for comm &#8230;</title>
		<link>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/</link>
		<comments>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 20:36:14 +0000</pubDate>
		<dc:creator>liduan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/</guid>
		<description><![CDATA[unix shell programming tutorial for command awk, and a chinese version is available.]]></description>
			<content:encoded><![CDATA[<p>unix shell programming <a title="unix shell programming tutorial for command awk" htrf="http://student.northpark.edu/pemente/awk/awk1line.txt">tutorial for command awk</a>, and a <a title="unix shell programming tutorial for command awk chinese version" href="http://ximix.org/translation/awk1line_zh-CN.txt">chinese version</a> is available.</p>]]></content:encoded>
			<wfw:commentRss>http://doing.liduan.com/2008/11/12/unix-shell-programming-tutorial-for-comm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

