
<?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>CHizSTudio &#187; Uncategorized</title>
	<atom:link href="http://www.chizstudio.com/topics/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chizstudio.com</link>
	<description>Lazy Trend Hunter&#039;s Digital life - Make your happy digital life</description>
	<lastBuildDate>Fri, 23 Apr 2010 03:32:57 +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>[ubuntu]remove unused packages</title>
		<link>http://www.chizstudio.com/ubunturemove-unused-packages/</link>
		<comments>http://www.chizstudio.com/ubunturemove-unused-packages/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 03:32:57 +0000</pubDate>
		<dc:creator>sayo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.chizstudio.com/?p=131</guid>
		<description><![CDATA[sudo apt-get autoremove
or
sudo aptitude autoclean
[reference]
http://ohioloco.ubuntuforums.org/showthread.php?t=783433
http://www.psychocats.net/ubuntu/aptitude
http://pthree.org/2007/08/12/aptitude-vs-apt-get/
]]></description>
			<content:encoded><![CDATA[<p>sudo apt-get autoremove</p>
<p>or</p>
<p>sudo aptitude autoclean</p>
<p>[reference]</p>
<p>http://ohioloco.ubuntuforums.org/showthread.php?t=783433<br />
http://www.psychocats.net/ubuntu/aptitude</p>
<p>http://pthree.org/2007/08/12/aptitude-vs-apt-get/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chizstudio.com/ubunturemove-unused-packages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>when remote object with loadmodule, unkwon error</title>
		<link>http://www.chizstudio.com/when-remote-object-with-loadmodule-unkwon-error/</link>
		<comments>http://www.chizstudio.com/when-remote-object-with-loadmodule-unkwon-error/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 02:03:58 +0000</pubDate>
		<dc:creator>sayo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://www.chizstudio.com/when-remote-object-with-loadmodule-unkwon-error/</guid>
		<description><![CDATA[solved
fix domain in module tag.
]]></description>
			<content:encoded><![CDATA[<p>solved<br />
fix domain in module tag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chizstudio.com/when-remote-object-with-loadmodule-unkwon-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rename, search, change content in files on linux</title>
		<link>http://www.chizstudio.com/rename-search-change-content-in-files-on-linux/</link>
		<comments>http://www.chizstudio.com/rename-search-change-content-in-files-on-linux/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 02:38:01 +0000</pubDate>
		<dc:creator>sayo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rename]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://www.chizstudio.com/rename-search-change-content-in-files-on-linux/</guid>
		<description><![CDATA[확장자 일괄변경
find . -name *.php -exec rename .php .mtml {} \;
파일내용 찾기
find . -type f -print &#124; xargs egrep -i &#8220;expression&#8221;
파일내용 바꾸기
find . -name *.* -exec perl -p -i -e &#8217;s/old/new/g&#8217; {} \;
일괄삭제
find . -name *.bak -exec rm -rf {} \;
원문 : 지우넷-파일이름, 파일내용 일괄바꾸기
]]></description>
			<content:encoded><![CDATA[<p>확장자 일괄변경<br />
find . -name *.php -exec rename .php .mtml {} \;</p>
<p>파일내용 찾기<br />
find . -type f -print | xargs egrep -i &#8220;expression&#8221;</p>
<p>파일내용 바꾸기<br />
find . -name *.* -exec perl -p -i -e &#8217;s/old/new/g&#8217; {} \;</p>
<p>일괄삭제<br />
find . -name *.bak -exec rm -rf {} \;</p>
<p>원문 : <a href="http://www.ziwoo.net/zb/view.php?uid=75&amp;startPage=1&amp;boardid=zb_ziwoo_linux" target="_blank">지우넷-파일이름, 파일내용 일괄바꾸기</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chizstudio.com/rename-search-change-content-in-files-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
