<?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>Be lost in thought... &#187; linux command</title>
	<atom:link href="http://nineye.net/blog/archives/tag/linux-command/feed" rel="self" type="application/rss+xml" />
	<link>http://nineye.net/blog</link>
	<description>Nineye's personal weblog!!!</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ssh와 관련된 작업 여러가지&#8230;</title>
		<link>http://nineye.net/blog/archives/92</link>
		<comments>http://nineye.net/blog/archives/92#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:10:23 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=92</guid>
		<description><![CDATA[ssh 서비스
서비스 시작 : net start sshd
서비스 중지 : net stop sshd
 
ssh를 이용한 파일 전송 : scp command
ssh로 접속 가능한 서버에서 파일을 받을때

scp userid@hostaddress:접속위치/파일명 받을위치/파일명

파일을 보낼때

scp 보낼위치/파일명 userid@hostaddress:보낼위치/파일명

scp command는 기본적으로 sftp같이 ssh protocol로 보낸다.
근데 sftp같이 보안을 위한 인코딩 및 디코딩을 하는지는 잘 모르겠다.
sz, rz command
modem protocol을 통해 파일을 전송한다.
그래서 전송속도가 아주 느리다&#8230;
]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNU버전 tar 사용법</title>
		<link>http://nineye.net/blog/archives/89</link>
		<comments>http://nineye.net/blog/archives/89#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:58:45 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[tar]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=89</guid>
		<description><![CDATA[ 
tar &#8211; GNU 버전 tar 저장 도우미
이 설명서는 tarfile 이라고 알려진 저장 파일을 묶거나 풀 수 있도록 만들어 진
GNU 버전 tar 저장 프로그램에 대한 설명이다. tarfile 은 테이프 드라이브에 저
장할 수도 있고, tarfile 을 일반적인 보통 파일로 쓸 수도 있다. tar 의 첫번째
인수로는 반드시 Acdrtux 중 하나의 옵션이 들어가야 하고, 다른 선택적인 기능이
 덧붙여진다. tar 의 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
