<?xml version="1.0" encoding="UTF-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="zh-CN">
	<title>好猪之家 (Nice Pig Home)</title>
	<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php" />
	<modified>2026-06-09T20:40:51Z</modified>
	<author>
		<name>Nicepig</name>
	</author>
	<copyright>Copyright 2026, Nicepig</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.8">SPHPBLOG</generator>
	<entry>
		<title>Help GEBIS by Shopping</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry140902-210107" />
		<content type="text/html" mode="escaped"><![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>
]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry140902-210107</id>
		<issued>2014-09-03T00:00:00Z</issued>
		<modified>2014-09-03T00:00:00Z</modified>
	</entry>
	<entry>
		<title>你看過哪部？</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry160701-102857" />
		<content type="text/html" mode="escaped"><![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/]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry160701-102857</id>
		<issued>2016-07-01T00:00:00Z</issued>
		<modified>2016-07-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Movies</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry160701-102815" />
		<content type="text/html" mode="escaped"><![CDATA[]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry160701-102815</id>
		<issued>2016-07-01T00:00:00Z</issued>
		<modified>2016-07-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>92 Movies How Many you watched</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry160701-100637" />
		<content type="text/html" mode="escaped"><![CDATA[]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry160701-100637</id>
		<issued>2016-07-01T00:00:00Z</issued>
		<modified>2016-07-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>92 Movies How many you watched</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry160701-100119" />
		<content type="text/html" mode="escaped"><![CDATA[<a href="http://kaoyao.com/fun/92Movies/" target="_blank" >92 Movies </a>]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry160701-100119</id>
		<issued>2016-07-01T00:00:00Z</issued>
		<modified>2016-07-01T00:00:00Z</modified>
	</entry>
	<entry>
		<title>CASIO ProTrek Comparison</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry140621-131949" />
		<content type="text/html" mode="escaped"><![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>]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry140621-131949</id>
		<issued>2014-06-21T00:00:00Z</issued>
		<modified>2014-06-21T00:00:00Z</modified>
	</entry>
	<entry>
		<title>add http request</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry131105-212757" />
		<content type="text/html" mode="escaped"><![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 />    */]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry131105-212757</id>
		<issued>2013-11-06T00:00:00Z</issued>
		<modified>2013-11-06T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Auto Start VM in Virtual Box When Linux Start</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry121218-211146" />
		<content type="text/html" mode="escaped"><![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]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry121218-211146</id>
		<issued>2012-12-19T00:00:00Z</issued>
		<modified>2012-12-19T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Event ID 36 IIS Error</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry121030-152858" />
		<content type="text/html" mode="escaped"><![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 />]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry121030-152858</id>
		<issued>2012-10-30T00:00:00Z</issued>
		<modified>2012-10-30T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Add Chinese in Sony In Book - Epub file</title>
		<link rel="alternate" type="text/html" href="http://shanmuliu.com/index.php?entry=entry120313-182902" />
		<content type="text/html" mode="escaped"><![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 />    }]]></content>
		<id>http://shanmuliu.com/index.php?entry=entry120313-182902</id>
		<issued>2012-03-13T00:00:00Z</issued>
		<modified>2012-03-13T00:00:00Z</modified>
	</entry>
</feed>
