<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>好猪之家 (Nice Pig Home)</title>
		<link>http://shanmuliu.com/index.php</link>
		<description><![CDATA[www.nicepig.com Copy Right Reserved]]></description>
		<copyright>Copyright 2026, Nicepig</copyright>
		<managingEditor>Nicepig</managingEditor>
		<language>zh-CN</language>
		<generator>SPHPBLOG 0.4.8</generator>
		<item>
			<title>Help GEBIS by Shopping</title>
			<link>http://shanmuliu.com/index.php?entry=entry140902-210107</link>
			<description><![CDATA[<a href="http://www.amazon.com//ref=as_sl_pc_tf_lc?&tag=gebis-us-20&camp=216797&creative=493745&linkCode=ur1&adid=025P6YSTKDXGFFS55R5T&&ref-refURL=http%3A%2F%2Fgebisociety.org%2Fshop%2F" target="_blank"><img src="images/header9.png" width="512" height="89" border="0" alt="" /><br /></a><br /><br />
<a href="http://gebisociety.org/" target="_blank">Who is GEBIS?</a>
]]></description>
			<category>其他</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry140902-210107</guid>
			<author>Nicepig</author>
			<pubDate>Wed, 03 Sep 2014 01:01:07 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=14&amp;m=09&amp;entry=entry140902-210107</comments>
		</item>
		<item>
			<title>你看過哪部？</title>
			<link>http://shanmuliu.com/index.php?entry=entry160701-102857</link>
			<description><![CDATA[<a href="[url=http://kaoyao.com/fun/92" target="_blank" >http://kaoyao.com/fun/92</a>Movies]<a href="http://kaoyao.com/fun/92" target="_blank" >http://kaoyao.com/fun/92</a>Movies[/url]Movies/]]></description>
			<category>网摘</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry160701-102857</guid>
			<author>Nicepig</author>
			<pubDate>Fri, 01 Jul 2016 17:28:57 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=16&amp;m=07&amp;entry=entry160701-102857</comments>
		</item>
		<item>
			<title>Movies</title>
			<link>http://shanmuliu.com/index.php?entry=entry160701-102815</link>
			<description><![CDATA[]]></description>
			<category>网摘</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry160701-102815</guid>
			<author>Nicepig</author>
			<pubDate>Fri, 01 Jul 2016 17:28:15 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=16&amp;m=07&amp;entry=entry160701-102815</comments>
		</item>
		<item>
			<title>92 Movies How Many you watched</title>
			<link>http://shanmuliu.com/index.php?entry=entry160701-100637</link>
			<description><![CDATA[]]></description>
			<category>网摘</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry160701-100637</guid>
			<author>Nicepig</author>
			<pubDate>Fri, 01 Jul 2016 17:06:37 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=16&amp;m=07&amp;entry=entry160701-100637</comments>
		</item>
		<item>
			<title>92 Movies How many you watched</title>
			<link>http://shanmuliu.com/index.php?entry=entry160701-100119</link>
			<description><![CDATA[<a href="http://kaoyao.com/fun/92Movies/" target="_blank" >92 Movies </a>]]></description>
			<category>网摘</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry160701-100119</guid>
			<author>Nicepig</author>
			<pubDate>Fri, 01 Jul 2016 17:01:19 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=16&amp;m=07&amp;entry=entry160701-100119</comments>
		</item>
		<item>
			<title>CASIO ProTrek Comparison</title>
			<link>http://shanmuliu.com/index.php?entry=entry140621-131949</link>
			<description><![CDATA[Casio protrek have a lot of module, here is comparison.<br /><br /><br /><br /><a href="http://kaoyao.com/fun/casio.htm" target="_blank" >Comparison Link</a>]]></description>
			<category>其他</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry140621-131949</guid>
			<author>Nicepig</author>
			<pubDate>Sat, 21 Jun 2014 17:19:49 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=14&amp;m=06&amp;entry=entry140621-131949</comments>
		</item>
		<item>
			<title>add http request</title>
			<link>http://shanmuliu.com/index.php?entry=entry131105-212757</link>
			<description><![CDATA[                string rawurl = Request.Url.ToString();<br />                string nohttp = rawurl.Substring(rawurl.IndexOf(&quot;://&quot;) + 3);<br />                string hostName = nohttp.Substring(0, nohttp.IndexOf(&quot;/&quot;));<br /><br />                string hostURL = rawurl.Substring(0, rawurl.IndexOf(hostName) + hostName.Length);<br />                string fullUrl = hostURL + url;<br />                        <br />              <br />              /*<br />                HttpWebRequest request = (HttpWebRequest)WebRequest.Create(fullUrl);<br />                request.KeepAlive = false;<br />                request.Method = &quot;GET&quot;;<br />                request.ContentType = &quot;text/html&quot;;<br />                request.AllowAutoRedirect = true;<br /><br />                HttpCookie cookie = Request.Cookies[FormsAuthentication.FormsCookieName];<br />               <br />                CookieContainer cookies = new CookieContainer();<br /><br />                cookies.Add(new Uri(hostURL), new Cookie(&quot;ASP.NET_SessionId&quot;, Session.SessionID));<br />                cookies.Add(new Uri(hostURL), new Cookie(cookie.Name, cookie.Value));<br />                request.CookieContainer = cookies;<br /><br />                HttpWebResponse response = (HttpWebResponse)request.GetResponse();<br />    */]]></description>
			<category></category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry131105-212757</guid>
			<author>Nicepig</author>
			<pubDate>Wed, 06 Nov 2013 02:27:57 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=13&amp;m=11&amp;entry=entry131105-212757</comments>
		</item>
		<item>
			<title>Auto Start VM in Virtual Box When Linux Start</title>
			<link>http://shanmuliu.com/index.php?entry=entry121218-211146</link>
			<description><![CDATA[1. Creat File /etc/default/virtualbox<br /># vi /etc/default/virtualbox<br /># virtualbox defaults file<br />VBOXAUTOSTART_DB=/etc/vbox<br />VBOXAUTOSTART_CONFIG=/etc/vbox/default.cfg<br /><br />2. <br />Now we need to create /etc/vbox/default.cfg file and add<br /><br /># Default policy is to deny starting a VM, the other option is &quot;allow&quot;.<br />default_policy = deny<br /># Create an entry for each user allowed to run autostart<br />myuserid = {<br />allow = true<br />}<br /><br />If you are the only user you can just add the line default_policy = allow to the default.cfg file.<br /><br />3. set permission<br />Set permissions on directory to the vboxuser group and make sure users can write to the directory as well as sticky bit.<br /># chgrp vboxusers /etc/vbox<br /># chmod 1775 /etc/vbox<br /><br />Add each of the users to the vboxusers group. Make sure to check their group memberships so they do not loose any groups they currently have assigned to their id.<br /><br /># groups myuserid<br />myuserid<br /><br /># usermod -G vboxusers myuserid<br /><br />Every user who wants to enable autostart for individual machines has to set the path to the autostart database directory with<br /><br />4. Log in as user myuserid<br />$ VBoxManage setproperty autostartdbpath /etc/vbox<br /><br />Now we are ready to set the VM&#039;s we choose to start.<br /><br />$ VBoxManage modifyvm --autostart-enabled on<br /><br />This will create a myuserid.start file in /etc/vbox directory<br /><br />5. Su to root restart vboxautostart-service<br />Now restart the vboxautostart-service to read in the changes.<br /># service vboxautostart-service restart]]></description>
			<category>Others</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry121218-211146</guid>
			<author>Nicepig</author>
			<pubDate>Wed, 19 Dec 2012 02:11:46 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=12&amp;m=12&amp;entry=entry121218-211146</comments>
		</item>
		<item>
			<title>Event ID 36 IIS Error</title>
			<link>http://shanmuliu.com/index.php?entry=entry121030-152858</link>
			<description><![CDATA[When u Facing <br />Event ID 36<br />The server failed to load application &#039;/LM/W3SVC&#039;.  The error was &#039;The specified metadata was not found.<br /><br />1. Delete IIS related package in Component Services MMC<br />- IIS In-Process Applications.<br />- IIS Out-of-Process Pooled Applications.<br />- IIS Utilities.<br />If you get &#039;&#039;Item cannot be deleted&#039;&#039; go into the Properties, Advanced, and clear the &#039;&#039;Disable deletion&#039;&#039; tickbox.<br />2. Open command prompt, navigate to %windir%\system32\inetsrv folder, and enter (case sensitive):<br />c:\winnt\system32\inetsrv\&gt;rundll32 wamreg.dll, CreateIISPackage<br />then<br />c:\winnt\system32\inetsrv\&gt;regsvr32 asptxn.dll<br /><br />3. Enter IISRESET at the command prompt to restart IIS services, and then re-open Component Services MMC to verify that the IIS packages are recreated.<br /><br />]]></description>
			<category>。NET C#</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry121030-152858</guid>
			<author>Nicepig</author>
			<pubDate>Tue, 30 Oct 2012 19:28:58 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=12&amp;m=10&amp;entry=entry121030-152858</comments>
		</item>
		<item>
			<title>Add Chinese in Sony In Book - Epub file</title>
			<link>http://shanmuliu.com/index.php?entry=entry120313-182902</link>
			<description><![CDATA[1.Open by calibre - E-book management<br />2. Right Click Tweak<br />3. Explode <br />4. Modify CSS file add following<br /> <br />@font-face {<br />font-family:&quot;cnepub&quot;;<br />src:url(res:///ebook/fonts/DroidSansFallback.ttf);<br />}<br /><br />5. Add the following line in each cs style<br />font-family:&quot;cnepub&quot;;<br /><br />6. Save<br /><br />Example<br /><br />@font-face {<br />font-family:&quot;cnepub&quot;;<br />src:url(res:///ebook/fonts/DroidSansFallback.ttf);<br />}<br />.calibre {<br />    display: block;<br />    font-size: 1em;<br />	font-family:&quot;cnepub&quot;;<br />    margin-bottom: 0;<br />    margin-left: 5pt;<br />    margin-right: 5pt;<br />    margin-top: 0;<br />    padding-left: 0;<br />    padding-right: 0<br />    }]]></description>
			<category>其他</category>
			<guid isPermaLink="true">http://shanmuliu.com/index.php?entry=entry120313-182902</guid>
			<author>Nicepig</author>
			<pubDate>Tue, 13 Mar 2012 22:29:02 GMT</pubDate>
			<comments>http://shanmuliu.com/comments.php?y=12&amp;m=03&amp;entry=entry120313-182902</comments>
		</item>
	</channel>
</rss>
