<?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>RyuKent on Technology and Life &#187; Linux</title>
	<atom:link href="http://www.ryukent.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryukent.com</link>
	<description>Why? Why not?</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:12:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Setting up Docky in Ubuntu 10.10</title>
		<link>http://www.ryukent.com/2010/10/setting-up-docky-in-ubuntu-10-10/</link>
		<comments>http://www.ryukent.com/2010/10/setting-up-docky-in-ubuntu-10-10/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 18:21:41 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[docky]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=222</guid>
		<description><![CDATA[Docky is the cool new dock for Gnome that borrows rather a lot from MacOS. Then again OSX borrowed thousands of lines from BSD, Konqueror etc. Don&#8217;t feel bad about enjoying a good UI component whoever developed the original idea. Problem is, installing the default Docky in the Ubuntu 10.10 repositories leaves an incomplete version [...]]]></description>
			<content:encoded><![CDATA[<p>Docky is the cool new dock for Gnome that borrows rather a lot from MacOS. Then again OSX borrowed thousands of lines from BSD, Konqueror etc. Don&#8217;t feel bad about enjoying a good UI component whoever developed the original idea. Problem is, installing the default Docky in the Ubuntu 10.10 repositories leaves an incomplete version with some major bugs. Fortunately, it&#8217;s easy to remedy.</p>
<p><a href="http://www.ryukent.com/wp-content/uploads/2010/10/LXF129.future.docky_st2.jpg"><img class="aligncenter size-medium wp-image-223" title="Docky" src="http://www.ryukent.com/wp-content/uploads/2010/10/LXF129.future.docky_st2-300x134.jpg" alt="" width="300" height="134" /></a></p>
<p>First add the docky private repository, update and install:</p>
<blockquote><p>sudo add-apt-repository ppa:docky-core/ppa<br />
sudo apt-get update<br />
sudo apt-get install docky</p></blockquote>
<p>Now you will need to make sure that it doesn&#8217;t autoload in anything other than Gnome. You don&#8217;t want docky to autorun in KDE as it will get annoying and in your way.</p>
<blockquote><p>gedit ~/.config/autostart/docky.desktop &amp;</p></blockquote>
<p>Add this line to the end of the file:</p>
<blockquote><p>OnlyShowIn=GNOME;</p></blockquote>
<p>Excellent. Now, the final touch is to get rid of the hard links to firefox, rhythmbox and empathy. Don&#8217;t get me wrong, they are all good applications, but you want to be able to pin them and unpin them. By default docky insists that you have these icons all the time and you cannot remove them. This again is annoying. Run the gnome configuration editor tool:</p>
<blockquote><p>gconf-editor &amp;</p></blockquote>
<p>Follow the following path:</p>
<blockquote><p>/apps/docky-2/Docky/Interface/DockPreferences/Dock1</p></blockquote>
<p>Double click on &#8216;Launchers&#8217; and remove anything you don&#8217;t want. Also double click on &#8216;SortList&#8217; and remove anything you don&#8217;t want from there too. Now quit docky (right click on the anchor) and reload from the applications menu. You have now removed the hard links and you can pin whatever you want on the dock to keep it there permanently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/10/setting-up-docky-in-ubuntu-10-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing Chrome magnet link association in Ubuntu</title>
		<link>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/</link>
		<comments>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 12:49:27 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[magnet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=219</guid>
		<description><![CDATA[Setting the default program that Chrome / Chromium uses to open links in Ubuntu is easy. One thing that really annoyed me recently was that magnet links would default to Transmission instead of Vuze. I&#8217;ve since decided that I actually prefer Transmission now that it has DHT, but here&#8217;s how to adjust the association: At [...]]]></description>
			<content:encoded><![CDATA[<p>Setting the default program that Chrome / Chromium uses to open links in Ubuntu is easy. One thing that really annoyed me recently was that magnet links would default to Transmission instead of Vuze. I&#8217;ve since decided that I actually prefer Transmission now that it has DHT, but here&#8217;s how to adjust the association:</p>
<p>At the terminal run:</p>
<pre>gconf-editor</pre>
<p>This will open up the gnome configuration editor.  The magnet url handler can be found at: /desktop/gnome/url-handlers/magnet.</p>
<p>Then set the &#8216;command&#8217; string to launch the application you want. For example, the transmission command line would be:</p>
<pre>transmission "%s"</pre>
<p>The %s simply appends the link after launching transmission. You can change transmission to azureus if you want Vuze to run instead, or any bittorrent client of your choice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/10/changing-chrome-magnet-link-association-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jupiter Laptop Power Controller in Ubuntu</title>
		<link>http://www.ryukent.com/2010/10/jupiter-laptop-power-controller-in-ubuntu/</link>
		<comments>http://www.ryukent.com/2010/10/jupiter-laptop-power-controller-in-ubuntu/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 23:34:07 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[jupiter]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=217</guid>
		<description><![CDATA[Jupiter is what became of the eee-tray application that allows you to adjust the speed of your laptop for power saving or performance. It also allows you to turn things like wi-fi and bluetooth on and off. Basically it&#8217;s the EeePC tray application. Jupiter works on all laptops and despite being designed for Aurora OS [...]]]></description>
			<content:encoded><![CDATA[<p>Jupiter is what became of the eee-tray application that allows you to adjust the speed of your laptop for power saving or performance. It also allows you to turn things like wi-fi and bluetooth on and off. Basically it&#8217;s the EeePC tray application.</p>
<p>Jupiter works on all laptops and despite being designed for Aurora OS (originally eeebuntu) works fine in Ubuntu to. To install, follow the steps below:</p>
<p>sudo add-apt-repository ppa:webupd8team/jupiter<br />
sudo apt-get update<br />
sudo apt-get install jupiter-support-eee jupiter</p>
<p>This will set you up nicely for controlling your EeePC.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/10/jupiter-laptop-power-controller-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Japanese Input in Ubuntu 10.10 (Maverick) using iBus</title>
		<link>http://www.ryukent.com/2010/10/how-to-install-japanese-input-in-ubuntu-10-10-maverick-using-ibus/</link>
		<comments>http://www.ryukent.com/2010/10/how-to-install-japanese-input-in-ubuntu-10-10-maverick-using-ibus/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 07:12:07 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Japanese]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[anthy]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=210</guid>
		<description><![CDATA[This method uses iBus which is the default and easiest input method to install. It does not require complicated setup or terminal commands. First, make sure language support is correctly installed. From the desktop, click on System / Administration / Language Support. If it tells you that the language support is not installed completely, click [...]]]></description>
			<content:encoded><![CDATA[<p>This method uses iBus which is the default and easiest input method to install. It does not require complicated setup or terminal commands.</p>
<p>First, make sure language support is correctly installed. From the desktop, click on System / Administration / Language Support.</p>
<p>If it tells you that the language support is not installed completely, click install.</p>
<p>Click on &#8216;Install / Remove Languages&#8217;. Select Japanese and then tick &#8216;Input Methods&#8217; and &#8216;Extra Fonts&#8217;. Click on close.</p>
<p>Change &#8216;Keyboard input method system to ibus&#8217;. Click on close.</p>
<p>The correct files should now have been installed automatically. All you need to do now is configure the the input method. First, log out and then log back in again.</p>
<p>To enable the Japanese input system you have just installed, select &#8216;System / Preferences / Keyboard Input Methods&#8217;. Drop down, Japanese, Anthy, Add.</p>
<p>There should be a keyboard icon in the top right of your screen. You can click on it to change to Anthy (Japanese input) or use Ctrl+Space. Open a text editing program, change to Anthy and you can now type in 日本語。</p>
<p>If you want extra options, click on the keyboard (ibus) icon on the top right and select preferences. Then change the &#8216;show language panel&#8217; to &#8216;When active&#8217;. This will pop up a further language bar that you can use to tweak Anthy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/10/how-to-install-japanese-input-in-ubuntu-10-10-maverick-using-ibus/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up EeePC 1005HA function keys in Ubuntu</title>
		<link>http://www.ryukent.com/2010/09/setting-up-eeepc-1005ha-function-keys-in-ubuntu/</link>
		<comments>http://www.ryukent.com/2010/09/setting-up-eeepc-1005ha-function-keys-in-ubuntu/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 17:27:47 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[1005ha]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[function keys]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=205</guid>
		<description><![CDATA[EeePC 1005HA function keys need to be configured to work in Ubuntu at the time of writing. The following information has been taken from the Ubuntu Wiki and will help set up the function keys. Hotkeys don&#8217;t work out of the box, you have to add a kernel parameter to the grub config: Run &#8216;sudo [...]]]></description>
			<content:encoded><![CDATA[<p>EeePC 1005HA function keys need to be configured to work in Ubuntu at the time of writing. The following information has been taken from the <a title="Ubuntu Wiki" href="https://wiki.ubuntu.com/HardwareSupport/Machines/Netbooks#Asus Eee PC 1005HA">Ubuntu Wiki</a> and will help set up the function keys.</p>
<blockquote>
<p style="text-align: left;">Hotkeys don&#8217;t work out of the box, you have to add a kernel parameter to the grub config:</p>
<p style="text-align: left;">Run &#8216;sudo gedit /etc/default/grub&#8217;</p>
<p style="text-align: left;">Edit the line with GRUB_CMDLINE_LINUX_DEFAULT and add &#8221; acpi_osi=Linux&#8221;.</p>
<p style="text-align: left;">The line should then look like -&gt; GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash acpi_osi=Linux&#8221;</p>
<p style="text-align: left;">Save and then run &#8216;sudo update-grub&#8217;</p>
<p style="text-align: left;">Reboot</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/09/setting-up-eeepc-1005ha-function-keys-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up 3 dongle in Ubuntu (ZTE MF112)</title>
		<link>http://www.ryukent.com/2010/09/setting-up-3-dongle-in-ubuntu-zte-mf112/</link>
		<comments>http://www.ryukent.com/2010/09/setting-up-3-dongle-in-ubuntu-zte-mf112/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 08:31:52 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[dongle]]></category>
		<category><![CDATA[MF112]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[zte]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=200</guid>
		<description><![CDATA[I&#8217;ve recently started using a 3 internet dongle so that I can access the internet on the train. It&#8217;s actually much better than I expected and the speed is quite impressive. My dongle is the ZTE MF112 and I had a few problems getting it to work in Ubuntu. Here are the easy steps to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently started using a 3 internet dongle so that I can access the internet on the train. It&#8217;s actually much better than I expected and the speed is quite impressive.</p>
<p>My dongle is the ZTE MF112 and I had a few problems getting it to work in Ubuntu. Here are the easy steps to make it work:</p>
<p>1. You have to register it using windows as it needs to receive a text message so that it can be activated. Just plug it into a windows system and follow the instructions. Once it has been used once, it&#8217;s good to work in Ubuntu.</p>
<p>2. ﻿Boot up ubuntu with the device plugged in at boot. Install the usb-modeswitch package in the console as follows:</p>
<blockquote><p><strong>sudo aptitude install usb-modeswitch</strong></p></blockquote>
<p>3. Set up the config so that Ubuntu treats the dongle as an internet adapter and not a USB flash drive:</p>
<blockquote><p><strong><strong>sudo gedit /etc/udev/rules.d/zte_eject.rules</strong></strong></p></blockquote>
<p>4. Paste the following into the new file:</p>
<blockquote><p><strong>SYSFS{idVendor}==&#8221;19d2&#8243;, SYSFS{idProduct}==&#8221;0103&#8243;, RUN+=&#8221;/usr/bin/eject %k&#8221;, OPTIONS+=&#8221;last_rule&#8221;</strong></p></blockquote>
<p>5. Now open network manager (right click on the wireless icon at the top right of your screen and add a new device under the mobile broadband section. You just need to follow all the default settings. There&#8217;s no need for user names and passwords. Just stick with defaults.</p>
<p>6. Reeboot. You will now find 3 Internet as one of the networks you can connect to on the list in the same way as you&#8217;d connect to a wireless network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/09/setting-up-3-dongle-in-ubuntu-zte-mf112/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to set Grub 2 to boot to last used OS in Ubuntu</title>
		<link>http://www.ryukent.com/2010/08/how-to-set-grub-2-to-boot-to-last-used-os-in-ubuntu/</link>
		<comments>http://www.ryukent.com/2010/08/how-to-set-grub-2-to-boot-to-last-used-os-in-ubuntu/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 02:04:09 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=196</guid>
		<description><![CDATA[To set Grub 2 to automatically boot to the previously used OS as default you need to turn on saving default and set the default to saved. In terminal: cd /etc/default/ gksu gedit grub Add the following lines: GRUB_DEFAULT=saved GRUB_SAVEDEFAULT=true Then: sudo update-grub]]></description>
			<content:encoded><![CDATA[<p>To set Grub 2 to automatically boot to the previously used OS as default you need to turn on saving default and set the default to saved.</p>
<p>In terminal:</p>
<p>cd /etc/default/<br />
gksu gedit grub</p>
<p>Add the following lines:</p>
<p>GRUB_DEFAULT=saved<br />
GRUB_SAVEDEFAULT=true</p>
<p>Then:</p>
<p>sudo update-grub</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/08/how-to-set-grub-2-to-boot-to-last-used-os-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone or Android. Now is the time to decide!</title>
		<link>http://www.ryukent.com/2010/06/iphone-or-android-now-is-the-time-to-decide/</link>
		<comments>http://www.ryukent.com/2010/06/iphone-or-android-now-is-the-time-to-decide/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:46:08 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[desire]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=192</guid>
		<description><![CDATA[With the excitement growing over this Monday&#8217;s announcement of the new iPhone (yes it still hasn&#8217;t been confirmed) the important question is now growing &#8211; do we actually care? More importantly, will this be the moment I finaly make the switch to Android. I&#8217;m pretty sure now it&#8217;s a matter of time rather than if. [...]]]></description>
			<content:encoded><![CDATA[<p>With the excitement growing over this Monday&#8217;s announcement of the new iPhone (yes it still hasn&#8217;t been confirmed) the important question is now growing &#8211; do we actually care? More importantly, will this be the moment I finaly make the switch to Android. I&#8217;m pretty sure now it&#8217;s a matter of time rather than if.</p>
<p>There&#8217;s an interesting article called <a href="http://www.bspcn.com/2010/06/03/10-things-android-does-better-than-iphone-os/">10 things Androd does better than the iPhone</a> and so for convenience sake, I will set out my reasons below according to this list.</p>
<p>1 &#8211; Multitasking: This is indeed a big problem for me in my iPhone usage. I frequently read the news in MobileRSS on the train home, only to find a text message from my wife skips out of the application and I have to load the whole thing again. Why can&#8217;t twitter update itself without needing 101 push alerts bugging me every 5 seconds. Apple to promise to fix this in the upcoming OS4 though, so I will for now not use this as a reason to switch. Battery life is important here too. I don&#8217;t want all my apps running all the time, but I do want at least a choice.</p>
<p>2 &#8211; Homescreens and Widgets: The iPhone was clearly not designed to have hundreds of apps as in the beginning there were only a few. Apple never really solved this problem properly and although fanbois claim style superiority, most will agree the iPhone homescreen is badly in need of an overhaul. For me though it&#8217;s widgets that are key. I used to think the whole idea of widgets was crap. But increasingly there is information such as the weather, my tweets etc. that I would like to have displayed. I shouldn&#8217;t have to stop all the other apps and open a slow loading specific app just to get this. Further more, apple has even <a href="http://www.theregister.co.uk/2010/06/01/apple_boots_widgety_apps_from_app_store/">banned a legitimate widget like app</a> just because it looked like a home screen. Is this a hint at what is to come. Better hope so or I will be disappointed.</p>
<p>3 &#8211; Apple has a better app market: This is true at the moment, but hardly a long term argument. The iPhone launched its app store long before Android did and also there are still many more iPhones out there. This will change as there are many more Android handsets being sold. Plus it is easier to develop for Android. Interestingly, Android phones used to be limited in the apps they can store by the internal memory. With FroYo Android 2.2 though, you can install onto the SD card. Because of this, expect to see much larger applications becoming available, especially games which were limited before. Finally&#8230; isn&#8217;t it nice that Android phones don&#8217;t have to use the google store. So Steve can&#8217;t stop you from installing things h doesn&#8217;t like. I jailbreak because I need extra functionality, so this is an important issue.</p>
<p>4 &#8211; Android gives you better notifications: Yes, as I mentioned above widgets and the lack of the huge iPhone popup that dominates everything and steals focus are definitely luring me in Androids direction. Again, apple has suggested this will change. We shall see.</p>
<p>5 &#8211; Android lets you choose your hardware: So does the iPhone, but then again there&#8217;s not much choice. I guess this is less of an issue for me as the iPhone format is quite similar to what I want in a phone. If I wanted something smaller then it would be a problem. Actually I&#8217;d like something a bit bigger and with a better camera and an FM or DAB radio please. Android can do that. Steve&#8217;s gonna have to pull something out of the hat on Monday to sell me over the<a href="http://apcmag.com/in-depth-review-htc-desire-outguns-the-iphone.htm?page=1"> HTC Desire</a>.</p>
<p>6 &#8211; Availability on different networks: I think this is no longer relevant in the UK. Crap O2 performance will probably mean I leave for a better network though.</p>
<p>7 &#8211; ROMS: There is so much potential here. iPhone users can jailbreak, but Android users can run whole different version of the OS on their phone. Like SenseUI on a Nexus One or custom patched Androids that remove vendor customisation crap.  I think we&#8217;re going to see a lot of development here.</p>
<p>8 &#8211; Android lets you change settings faster: One thing that I completely rely on with my iPhone is the SBSettings by BigBoss. This allows you to quickly turn WiFi and 3G on and off. By default I keep everything off to save battery life and only turn on when I need it. This can be done quickly in Android but the iPhone requires you to go into settings and is very long winded. I think this could be solved quickly in the new OS4, but I somehow doubt Steve will bother. If I couldn&#8217;t jailbreak my iPhone to do this, I would probably have to bin it.</p>
<p>9 &#8211; Android does integration: This is a killer that might well clinch the deal for me. Apple are never going to allow other applications to integrate into their locked down systems. But sometimes integration is a really good idea. Why not have facebook and twitter integrated into the address book. Why not have the option to automatically upload pictures to flickr without having to run a whole new app and close everything else down. To me this is common sense. Unless Apple seriously rethink their entire paradigm on control, Android will keep biting them in the ass on this, over and over again.</p>
<p>10 &#8211; Price: The simple fact is Apple stuff is overpriced. Some people don&#8217;t care, but eventually it will matter. As Android phones are cheaper, more people will have them. When more people have them, the services on offer will be better. This is the current argument for buying an iPhone. Give it 12 months though and the tables will be reversed. I&#8217;m happy to be ahead of the game and spend my saved cash on a nice SD card that iPhones don&#8217;t support.</p>
<p>Beyond these key points I&#8217;d like to raise the general point of customisation and freedom. A friend said to me recently &#8220;I don&#8217;t care about open source. It doesn&#8217;t help me. I just like my phone to be easy to use and look good.&#8221; He had a fair point, but ultimately an open system that you can change and improve will look better and be easier for you to use. Why should I put up with what Apple have designed when a 3rd party can do better?</p>
<p>All this said, I&#8217;ll probably go out and buy an iPhone HD or whatever it&#8217;s called after Monday. But I will have high expectations. The slightest disappointment and HTC is already there for me. Go on Steve, impress me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2010/06/iphone-or-android-now-is-the-time-to-decide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Great list of Linux reference sheets</title>
		<link>http://www.ryukent.com/2009/10/great-list-of-linux-reference-sheets/</link>
		<comments>http://www.ryukent.com/2009/10/great-list-of-linux-reference-sheets/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 18:10:22 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=158</guid>
		<description><![CDATA[This post is a great list of Linux reference sheets. There are over 25  quick reference guides to use. Worth bookmarking!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.techieblogger.com/2009/10/linux-unix-ubuntu-solaris-cheat-sheets.html">This post</a> is a great list of Linux reference sheets. There are over 25  quick reference guides to use. Worth bookmarking!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2009/10/great-list-of-linux-reference-sheets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why no linux on the PS3 slim?</title>
		<link>http://www.ryukent.com/2009/08/why-no-linux-on-the-ps3-slim/</link>
		<comments>http://www.ryukent.com/2009/08/why-no-linux-on-the-ps3-slim/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:18:59 +0000</pubDate>
		<dc:creator>Ryu Kent</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[playstation]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[sony]]></category>

		<guid isPermaLink="false">http://www.ryukent.com/?p=147</guid>
		<description><![CDATA[It seems the reasons that the PS3 slim won't have the OtherOS option are not as we expected.]]></description>
			<content:encoded><![CDATA[<p>It seems the reasons that the PS3 slim won&#8217;t have the OtherOS option are not as we expected. Seeing as Sony make a loss on these machines and can only recoup the costs by selling games and peripherals, it does make sense that they don&#8217;t want people buying hundreds to use in PS3 cells. Those people don&#8217;t buy games or peripherals. Sony just lose out.</p>
<p>But apparently this is not the reason that the new PS3 has had its linux capability removed. According to <a href="http://playstation2-linux.com/forum/message.php?msg_id=51038">this post</a> on the official Sony linux site, by a Sony employee, the reason is that the hypervisor drivers were too expensive to maintain.</p>
<blockquote><p>&#8220;I&#8217;m sorry that you are frustrated by the lack of comment specifically regarding the withdrawal of support for OtherOS on the new PS3 slim.</p>
<p>The reasons are simple: The PS3 Slim is a major cost reduction involving many changes to hardware components in the PS3 design. In order to offer the OtherOS install, SCE would need to continue to maintain the OtherOS hypervisor drivers for any significant hardware changes &#8211; this costs SCE. One of our key objectives with the new model is to pass on cost savings to the consumer with a lower retail price. Unfortunately in this case the cost of OtherOS install did not fit with the wider objective to offer a lower cost PS3.&#8221;</p></blockquote>
<p>So there we go. Maybe in the future we will see this option return. Lets all keep our fingers crossed. In the mean time, lets all go out and buy XBOX 360s as they seem to offer better value for money with a larger range of games should we get no linux love from Sony.</p>
<p>Note to Sony: Linux would have made me buy a PS3 slim. Now I&#8217;m buying from your competitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ryukent.com/2009/08/why-no-linux-on-the-ps3-slim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

