<?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>The Music Life</title>
	<atom:link href="http://www.themusiclife.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.themusiclife.com</link>
	<description>당신과 나의 이야기</description>
	<lastBuildDate>Thu, 03 May 2012 20:58:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to remove an expired exchange 2007 certificate and create a new certificate</title>
		<link>http://www.themusiclife.com/archives/304</link>
		<comments>http://www.themusiclife.com/archives/304#comments</comments>
		<pubDate>Thu, 03 May 2012 20:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.themusiclife.com/?p=304</guid>
		<description><![CDATA[You may receive from outlook certificate is not valid, following command is related with self signed certificate. You need to install self certificate service on IIS. Open Exchange command console, and type Get-ExchangeCertificate &#124; fl it will show you current certificate status. now you can see the thumprint value from the out put. Here is the [...]]]></description>
			<content:encoded><![CDATA[<p>You may receive from outlook certificate is not valid, following command is related with self signed certificate.</p>
<p>You need to install self certificate service on IIS.</p>
<p>Open Exchange command console, and type</p>
<p>Get-ExchangeCertificate | fl</p>
<p>it will show you current certificate status. now you can see the thumprint value from the out put.</p>
<p>Here is the command for remove the certificate,</p>
<p>Remove-ExchangeCertificate &#8211; Thumbprint &#8220;here is thumbprint value&#8221;</p>
<p>Here is the create new certificate command,</p>
<p>New-ExchangeCertificate</p>
<p>Now, you can see current certificate</p>
<p>Get-ExchangeCertificate</p>
<p>After these command, you can get new thumbprint value from that. now you need make it enable to other service such as &#8220;IIS&#8221;, &#8220;SMTP&#8221;, &#8220;TMAP&#8221; and &#8220;POP&#8221;.</p>
<p>Here is the command</p>
<p>Enable-ExchangeCertificate &#8211; Thumbprint &#8220;new value from it&#8221; -Service &#8220;SMTP&#8221;</p>
<p>So, you can install and renew the certificates on the service.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themusiclife.com/archives/304/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vividholics.com open</title>
		<link>http://www.themusiclife.com/archives/276</link>
		<comments>http://www.themusiclife.com/archives/276#comments</comments>
		<pubDate>Mon, 23 Apr 2012 06:50:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[나날일기]]></category>

		<guid isPermaLink="false">http://www.themusiclife.com/?p=276</guid>
		<description><![CDATA[I and wife open the vividholics.com the web site sells iPhone accessories and pet clothes, even beautiful women clothes. Please visit and look at the site.]]></description>
			<content:encoded><![CDATA[<p>I and wife open the <a title="vividholics.com" href="http://www.vividholics.com">vividholics.com</a> the web site sells iPhone accessories and pet clothes, even beautiful women clothes. Please visit and look at the site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themusiclife.com/archives/276/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Spool 서비스 멈춤</title>
		<link>http://www.themusiclife.com/archives/273</link>
		<comments>http://www.themusiclife.com/archives/273#comments</comments>
		<pubDate>Thu, 15 Dec 2011 01:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.themusiclife.com/?p=273</guid>
		<description><![CDATA[Create a batch file with Notepad with the following line and save it in the Public Documents folder with the name &#8220;Spooler.bat&#8221;: del C:\windows\system32\spool\PRINTERS /f /s /q Then open the  Services application with &#8220;Run as Administrator&#8221; option selected. Locate the Print Spooler service and stop it. Then right-click and select Properties. Go to the Recover [...]]]></description>
			<content:encoded><![CDATA[<p>Create a batch file with Notepad with the following line and save it in the Public Documents folder with the name &#8220;Spooler.bat&#8221;:</p>
<p>del C:\windows\system32\spool\PRINTERS /f /s /q</p>
<p>Then open the  Services application with &#8220;Run as Administrator&#8221; option selected. Locate the Print Spooler service and stop it. Then right-click and select Properties. Go to the Recover tab and you will see three Failure options, set them as follows:</p>
<p>First Failure: Restart service</p>
<ul>
<li>Second Failure: Restart Service</li>
<li>Subsequent Failures: Run a program</li>
<li>Reset fail count after: 0 days</li>
<li>Restart Service after: 0 minutes</li>
<li>In the Run Program/Program area enter the name of the batch file you created above: C:\Users\Public\Documents\Spooler.bat</li>
</ul>
<p>Click Apply</p>
<p>This will automatically clear the spooler cach and restart the service. It doesn&#8217;t solve the crashing issue though.</p>
<p>&nbsp;</p>
<p>From Microsoft Answer Site</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themusiclife.com/archives/273/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PS3 Break 사용기</title>
		<link>http://www.themusiclife.com/archives/266</link>
		<comments>http://www.themusiclife.com/archives/266#comments</comments>
		<pubDate>Fri, 17 Dec 2010 02:02:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[나날일기]]></category>
		<category><![CDATA[PS3]]></category>

		<guid isPermaLink="false">http://www.themusiclife.com/?p=266</guid>
		<description><![CDATA[약 한달전에 주문한 PS3 break 가 왔습니다. 무엇에 쓰는 물건인고 하니, 자신의  PS3 의 버전이 3.41 일 경우에 일명 Develop 모드로 들어 가게 되고, 이 모드에서는 Home brew 프로그램이 돌아 가는 원리 입니다. 요게, 원래는 말이 좋아 Home brew 를 돌린다는 것인데, 쓰임세는 솔직히 불법 게임의 활용에 있습니다. 저도 솔직히, 그 쪽 쓰임을 위해 구입을 했구요. 한달이나 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.themusiclife.com/wp-content/uploads/2010/12/ps3break_V1.2.jpg"><img title="ps3break_V1.2" src="http://www.themusiclife.com/wp-content/uploads/2010/12/ps3break_V1.2.jpg" alt="" width="300" height="100" /></a></p>
<p>약 한달전에 주문한 PS3 break 가 왔습니다. 무엇에 쓰는 물건인고 하니,</p>
<p>자신의  PS3 의 버전이 3.41 일 경우에 일명 Develop 모드로 들어 가게 되고, 이 모드에서는 Home brew 프로그램이 돌아 가는 원리 입니다.</p>
<p>요게, 원래는 말이 좋아 Home brew 를 돌린다는 것인데, 쓰임세는 솔직히 불법 게임의 활용에 있습니다.</p>
<p>저도 솔직히, 그 쪽 쓰임을 위해 구입을 했구요. 한달이나 배달이 시간이 걸릴줄은 몰랐습니다.</p>
<p>아무튼, 사용법은 무척 간단 했습니다.</p>
<p>1) 파워를 단절한 상태(파워 케이블을 뽑아야 합니다. 또는 같이 파는 파워 스위치를 구매 추천 합니다.) 를 만듭니다.</p>
<p>1-1) 게임 시디나, USB 에 다른 것이 꼽혀 있으면 안됩니다.</p>
<p>2) 스위치를 사용하여, 전원을 넣습니다.</p>
<p>3) 그 다음에, 파워 버튼과, Disk Eject 버튼을 차례로 누릅니다.</p>
<p>몇차례의 소리와 함께, 가동이 시작 되는데, 정상적으로 했으면 PS3 Break 에 녹색 불이 깜빡 입니다.</p>
<p>그 다음에는, 소위 말하는 파일 관리자(저는 오픈 메니저) 등을 담은 외장 하드나, USB 디스크를 꼽습니다.</p>
<p>그러면, 설치 화면이 나오고 실행을 누르기만 하면 됩니다.</p>
<p>글로 설명 하려니, 잘 이해가 안되시겠지만, 정말 쉽습니다.</p>
<p>여기 까지 왔으면, 거의 끝난 것이나 다름 없는데</p>
<p>게임 넣고, Copy 버튼 누르면 끝입니다. 거의 모든 게임 지원 합니다.</p>
<p>참고로, 호환 되는 게임 리스트를 첨부 했습니다.</p>
<p><a href="http://www.themusiclife.com/wp-content/uploads/2010/12/20100926_PS-Jailbreak-Compatibility-List.xls">20100926_PS Jailbreak Compatibility List</a></p>
<p>게임 카피 시간은 정말 &#8230; 정말 환장 하도록 깁니다. 약 1 시간 30 분 가량 걸리는듯 합니다. 카피가 끝나면, 디스크 없이도 게임 실행도 가능 합니다. 정말 물건 이지요.</p>
<p>그럼, 관심 있으신 분들 도전해 보시기 바랍니다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themusiclife.com/archives/266/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>부모님 다녀 가심</title>
		<link>http://www.themusiclife.com/archives/255</link>
		<comments>http://www.themusiclife.com/archives/255#comments</comments>
		<pubDate>Tue, 09 Nov 2010 01:33:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[나날일기]]></category>

		<guid isPermaLink="false">http://www.themusiclife.com/?p=255</guid>
		<description><![CDATA[오랜 기간 떨어져 있어서 그런지, 모든 것이 낮설기만 했습니다. 물론 모든 것은 나의 선택이었겠지만, 수년 만에 미국에 다녀 가시게 되었지요. 한국과 미국이라는 거리와, 철들면서 부터 떠나게 된 집과의 거리는 물리적인 것과, 시간적인 것이 모두 연결된 기분이었습니다. 함께한 시간은 비록 2 주간이었지만, 마음이 텅 비어 버린 느낌은, 한가득 이군요. 가족과 떨어져서, 나홀로의 이민 생활 무엇을 위한것일까 [...]]]></description>
			<content:encoded><![CDATA[<p>오랜 기간 떨어져 있어서 그런지, 모든 것이 낮설기만 했습니다.<br />
물론 모든 것은 나의 선택이었겠지만, 수년 만에 미국에 다녀 가시게 되었지요.</p>
<p>한국과 미국이라는 거리와, 철들면서 부터 떠나게 된 집과의 거리는 물리적인 것과, 시간적인 것이 모두 연결된 기분이었습니다.</p>
<p>함께한 시간은 비록 2 주간이었지만, 마음이 텅 비어 버린 느낌은, 한가득 이군요.</p>
<p>가족과 떨어져서, 나홀로의 이민 생활 무엇을 위한것일까 다시 생각해 보는 하루가 되고 있습니다.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themusiclife.com/archives/255/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

