<?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>SoleSky &#187; OS</title>
	<atom:link href="http://www.solesky.com/tag/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solesky.com</link>
	<description>My love, My life,My soul</description>
	<lastBuildDate>Mon, 19 Dec 2011 03:38:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install PPStream on 64bit Ubuntu&#8230;</title>
		<link>http://www.solesky.com/2010/11/install-ppstream-on-64bit-ubuntu/</link>
		<comments>http://www.solesky.com/2010/11/install-ppstream-on-64bit-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 01:00:45 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[Technique]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.solesky.com/?p=1629</guid>
		<description><![CDATA[PPStream is one of the biggest online TV in China. Now PPStream release a new client software on Linux. The first official release version is packaged as Ubuntu deb package and &#8230; only for 32bit system(x86). As the Ubuntu on my laptop is 64bit release and has be updated to 10.10, install such a 32 [...]]]></description>
			<content:encoded><![CDATA[<p>PPStream is one of the biggest online TV in China. Now PPStream release a new client software on Linux. The first official release version is packaged as Ubuntu deb package and &#8230; only for 32bit system(x86).</p>
<p>As the Ubuntu on my laptop is 64bit release and has be updated to 10.10, install such a 32 bit software is a god damn tough job. <img src='http://www.solesky.com/wp-includes/images/smilies/icon_evil.gif' alt=':evil:' class='wp-smiley' /> </p>
<p>As we know that to install a 32bit software on 64bit OS, the first step is to install 32bit libs :<br />
<code>sudo apt-get install ia32-libs </code><br />
and force to install without considering the architecture problem:<br />
<code>sudo dpkg -i --force-architecture somename.deb</code><br />
Then if there is still some missing &#8220;lib&#8221; problem, use tool &#8220;getlibs&#8221; to solve:<br />
<code>getlibs -i somelib </code><br />
And at the most of time, this problem has been solved at this step and we are happy to run the god damn 32bit on our OS.</p>
<p>But thanks to my upgraded Ubuntu 10.10, the tool &#8220;getlibs&#8221; didn&#8217;t work this time. And I tried to copy the missing libs for /usr/lib/ to /usr/lib32/ , only turn out a classical error message:</p>
<p><code><span style="color: #ff0000;">Library error: wrong ELF class: ELFCLASS64</span></code></p>
<p>Familiar? Yup, of course. This message is very common when you do some coding. It tells us that this library is not suitable. The reason is that those file I copied from is 64bit base software and their lib is also not suitable for 32bit software to use.</p>
<p>OK, it&#8217;s so suck that I can&#8217;t install 32bit lib just by typing apt-get command to fetched. And the stupid time started&#8230;</p>
<p>I went to http://packages.ubuntu.com/ to search those packages which contain lib file I needed. Then found the 32bit version to download.<br />
Due to the suck architecture difference, we can&#8217;t install those package directly of course. Then how to move the lib file to /usr/lib32?</p>
<p>Use this command:<br />
<code>sudo dpkg -x somepackage.deb</code></p>
<p>&#8220;man&#8221; the dpkg command you will found</p>
<blockquote><p>-x, &#8211;extract archive directory<br />
Extract the files contained by package.</p></blockquote>
<p>This command just extracted to deb file and didn&#8217;t do anything after all.<br />
Then you know how to do next:<br />
<code>sudo cp lib*.so.* /usr/lib32</code><br />
OK, we fixed one lib already. But my nightmare didn&#8217;t stop, because the god damn PPStream needs lots of extra libs to run. <img src='http://www.solesky.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> </p>
<p>Finally, the god damn thing works and I can have a little TV time before went to bed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2010/11/install-ppstream-on-64bit-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Linux for our life</title>
		<link>http://www.solesky.com/2010/06/linux-for-our-life/</link>
		<comments>http://www.solesky.com/2010/06/linux-for-our-life/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 14:33:09 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[Soliloquy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.solesky.com/?p=1514</guid>
		<description><![CDATA[As a Linux user for several years, Linux give me another view of the world and lots of Linux lovers share lots of fun with me. Wanna to give thans to Linux, I bought a few stuff from a B2C web site. The first one is a Tee with Ubuntu Logo: It&#8217;s so awesome. Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>As a Linux user for several years, Linux give me another view of the world and lots of Linux lovers share lots of fun with me. Wanna to give thans to Linux, I bought a few stuff from a B2C web site. <img src='http://www.solesky.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /><br />
The first one is a Tee with Ubuntu Logo:</p>
<p><a href="http://www.flickr.com/photos/soleskytwo/4702752607/" title="Ubuntu Tee" class="flickr-image aligncenter" rel="flickr-mgr" ><img src="http://farm5.static.flickr.com/4028/4702752607_081a2fc47c.jpg" alt="Ubuntu Tee" class="flickr-large"  /></a></p>
<p>It&#8217;s so awesome. Ubuntu is my using Linux dist.. And I love its logo because it show love and peace to us, Reminding us that we are connected , no matter where we are and whom we are.</p>
<p>The other Tee I bought is a GNOME Tee:</p>
<p><a href="http://www.flickr.com/photos/soleskytwo/4702750063/" title="GNOME Tee" class="flickr-image aligncenter" rel="flickr-mgr" ><img src="http://farm5.static.flickr.com/4066/4702750063_ecd158f5a6.jpg" alt="GNOME Tee" class="flickr-large"  /></a></p>
<p>I love this &#8220;big paw&#8221; very much. GNOME is my favorite Linux Desktop environment. It&#8217;s so elegant and effective. There is no more luxuriant  decorative odds in Gnome. That make it very friendly to me.</p>
<p>Beside those two Tees above, I also got a mouse pad in Ubuntu theme with half price~~ <img src='http://www.solesky.com/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' />  </p>
<p><a href="http://www.flickr.com/photos/soleskytwo/4703392116/" title="Ubuntu Mouse Pad" class="flickr-image alignnone" rel="flickr-mgr" ><img src="http://farm5.static.flickr.com/4004/4703392116_a3b2c2a229.jpg" alt="Ubuntu Mouse Pad" class="flickr-large"  /></a></p>
<p>Do you Love it too ?  <img src='http://www.solesky.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' />   </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2010/06/linux-for-our-life/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s merge our OSs ~ VirtualBox</title>
		<link>http://www.solesky.com/2009/01/lets-merge-our-oss-virtualbox/</link>
		<comments>http://www.solesky.com/2009/01/lets-merge-our-oss-virtualbox/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 08:02:10 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[Technique]]></category>
		<category><![CDATA[Linu]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sloesky.com/?p=490</guid>
		<description><![CDATA[How many OS do you run simultaneously ? Only one Windows OS? Maybe, but why can&#8217;t we set up two, three or more OS at the same time! Maybe if we mention virtualizer software, you will think of Vmware, Virtual tool and so on. But what I want to introduce is the Virtual Box. VirtualBox [...]]]></description>
			<content:encoded><![CDATA[<p>How many OS do you run simultaneously ? Only one Windows OS? Maybe, but why can&#8217;t we set up two, three or more OS at the same time! Maybe if we mention virtualizer software, you will think of Vmware, Virtual tool and so on. But what I want to introduce is the Virtual Box. VirtualBox is a general-purpose full virtualizer for x86 hardware. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. The first time I use it was when I was searching software in Ubuntu.  Before that I had used Vmware several times. To me, Virtual Box is more simple and comfortable. For an example, the seamless mode will make you desktop so cool ~. Can you imagine that Windows from Linux and Windows XP appear within the some desktop? Or run two or three online games which could not run on one physical machine before <img src='http://www.solesky.com/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' />  ? That&#8217;s so fantastic ! <a class="highslide-image" onclick="return hs.expand(this);" href="http://farm4.static.flickr.com/3077/3208483397_bc709fe3f3_o.jpg"><img title="Click to enlarge" src="http://farm4.static.flickr.com/3077/3208483397_018684d41b_t.jpg" alt="image" /></a> All you have to do is to download the <a href="http://www.virtualbox.org/wiki/Downloads">Virtual Box software</a>(if you are using Ubuntu , you can install via apt <img src='http://www.solesky.com/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' />  )and install whatever OS you want~  <span id="more-490"></span> <a href="http://61.145.118.209/web/VirutalBox 使用教程.doc">(使用教程请点此处)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2009/01/lets-merge-our-oss-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Intrepid Ibex!</title>
		<link>http://www.solesky.com/2008/10/the-intrepid-ibex/</link>
		<comments>http://www.solesky.com/2008/10/the-intrepid-ibex/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 14:24:18 +0000</pubDate>
		<dc:creator>calcifer</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.sloesky.com/?p=255</guid>
		<description><![CDATA[Ubuntu is an African word meaning &#8216;Humanity to others&#8217;, or &#8216;I am what I am because of who we all are&#8217;. The Ubuntu distribution brings the spirit of Ubuntu to the software world. &#8212; www.ubuntu.com Ubuntu 8.10 will be released at the end of October. And I am a Ubuntu user for almost two years [...]]]></description>
			<content:encoded><![CDATA[<p><script src="http://www.ubuntu.com/files/countdown/display2.js" type="text/javascript"></script></p>
<p>Ubuntu is an African word meaning &#8216;Humanity to others&#8217;, or &#8216;I am what I<br />
am because of who we all are&#8217;. The Ubuntu distribution brings the<br />
spirit of Ubuntu to the software world.</p>
<p>                                                                       &#8212; www.ubuntu.com<br />
Ubuntu 8.10 will be released at the end of October. And I am a Ubuntu user for almost two years now. Thanks to Ubuntu for giving us so fantasy experience of Linux.</p>
<p>Though I am not preparing to upgrade my Ubuntu 8.04 to 8.10. But I will put an eye on it. Hope Ubuntu will go further and further in the future.<br />
As Mark said, Let&#8217;s fix the first bug that MS take the most park of OS market share. <img src='http://www.solesky.com/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.solesky.com/2008/10/the-intrepid-ibex/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

