<?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>Hyo Kim&#039;s weblog &#187; ubuntu</title>
	<atom:link href="http://hkimscil.commres.org/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://hkimscil.commres.org</link>
	<description>on COMMunication.RESearch.ORG</description>
	<lastBuildDate>Thu, 24 Dec 2009 14:17:24 +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>Adding a user with admin previlege</title>
		<link>http://hkimscil.commres.org/2008/03/adding-a-user-with-admin-previlege/</link>
		<comments>http://hkimscil.commres.org/2008/03/adding-a-user-with-admin-previlege/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 09:32:10 +0000</pubDate>
		<dc:creator>hkim</dc:creator>
				<category><![CDATA[lead story]]></category>
		<category><![CDATA[admin previlege]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hkimscil.commres.org/2008/03/adding-a-user-with-admin-previlege/</guid>
		<description><![CDATA[먼저 user를 더한다.
user@domain$: sudo adduser whanoh
Adding user `whanoh&#8217; &#8230;
Adding new group `whanoh&#8217; (1003) &#8230;
Adding new user `whanoh&#8217; (1003) with group `whanoh&#8217; &#8230;
Creating home directory `/home/whanoh&#8217; &#8230;
Copying files from `/etc/skel&#8217; &#8230;
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for whanoh
Enter the new value, or press ENTER for the default
Full Name []: [...]]]></description>
			<content:encoded><![CDATA[<p>먼저 user를 더한다.</p>
<blockquote><p>user@domain$: sudo adduser whanoh<br />
Adding user `whanoh&#8217; &#8230;<br />
Adding new group `whanoh&#8217; (1003) &#8230;<br />
Adding new user `whanoh&#8217; (1003) with group `whanoh&#8217; &#8230;<br />
Creating home directory `/home/whanoh&#8217; &#8230;<br />
Copying files from `/etc/skel&#8217; &#8230;<br />
Enter new UNIX password:<br />
Retype new UNIX password:<br />
passwd: password updated successfully<br />
Changing the user information for whanoh<br />
Enter the new value, or press ENTER for the default<br />
Full Name []: whan<br />
Room Number []: oh<br />
Work Phone []:<br />
Home Phone []:<br />
Other []:<br />
Is the information correct? [y/N] y</p></blockquote>
<p>이 사용자를 admin 그룹에 속하도록 한다.</p>
<blockquote><p>user@domain:~$ sudo adduser whanoh admin<br />
Adding user `whanoh&#8217; to group `admin&#8217; &#8230;<br />
Done.</p></blockquote>
<p>아래와 같은 명령어도 같은 역할을 한다.</p>
<blockquote><p>sudo usermod -a -G admin whanoh
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://hkimscil.commres.org/2008/03/adding-a-user-with-admin-previlege/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vista ipv6 issue</title>
		<link>http://hkimscil.commres.org/2008/02/vista-ipv6-issue/</link>
		<comments>http://hkimscil.commres.org/2008/02/vista-ipv6-issue/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 04:38:40 +0000</pubDate>
		<dc:creator>hkim</dc:creator>
				<category><![CDATA[lead story]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://hkimscil.commres.org/2008/02/vista-ipv6-issue/</guid>
		<description><![CDATA[Symptom: Internet connections in vista is painfuly slow. Even sometimes I get &#8220;timeout.&#8221;
Solution:
There may be a problem with vista ipv6. Its &#8220;auto tunning&#8221; feature nags connection. See, http://robgarrett.com/cs/blogs/software/archive/2006/12/31/vista-firefox-2-slow-network.aspx
]]></description>
			<content:encoded><![CDATA[<p>Symptom: Internet connections in vista is painfuly slow. Even sometimes I get &#8220;timeout.&#8221;</p>
<p>Solution:</p>
<p>There may be a problem with vista ipv6. Its &#8220;auto tunning&#8221; feature nags connection. See, <a href="http://robgarrett.com/cs/blogs/software/archive/2006/12/31/vista-firefox-2-slow-network.aspx">http://robgarrett.com/cs/blogs/software/archive/2006/12/31/vista-firefox-2-slow-network.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hkimscil.commres.org/2008/02/vista-ipv6-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh slow login</title>
		<link>http://hkimscil.commres.org/2008/02/ssh-slow-login/</link>
		<comments>http://hkimscil.commres.org/2008/02/ssh-slow-login/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 11:51:38 +0000</pubDate>
		<dc:creator>hkim</dc:creator>
				<category><![CDATA[lead story]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hkimscil.commres.org/2008/02/ssh-slow-login/</guid>
		<description><![CDATA[상황: ssh로 호스트 접근할 때 로그인까지의 시간이 너무 길 때

DNS 매칭이 끝난 후에 로그인 프로프트가 뜬다. 따라서
/etc/ssh/sshd_config 내용에
UseDNS no
로 지정해 둔다.


]]></description>
			<content:encoded><![CDATA[<p>상황: ssh로 호스트 접근할 때 로그인까지의 시간이 너무 길 때</p>
<ul>
<li>DNS 매칭이 끝난 후에 로그인 프로프트가 뜬다. 따라서</li>
<li>/etc/ssh/sshd_config 내용에</li>
<li>UseDNS no</li>
<li>로 지정해 둔다.</li>
</ul>
<p><a rel="lightbox[pics201]" href="http://hkimscil.commres.org/uploads/img_1050.jpg" rel="lightbox[201]"><img width="192" src="http://hkimscil.commres.org/uploads/img_1050.thumbnail.jpg" alt="img_1050.jpg" height="128" class="imageframe imgalignleft" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://hkimscil.commres.org/2008/02/ssh-slow-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

