<?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>Chris Dean&#187; PS3</title>
	<atom:link href="http://www.coderchris.com/category/ps3/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coderchris.com</link>
	<description>Technical Digital Media Consultant</description>
	<lastBuildDate>Sun, 05 Aug 2012 23:29:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>

   <image>
    <title>Chris Dean</title>
    <url>http://0.gravatar.com/avatar/6ce3d1e95b68acf908f3251110bc568f.png?s=48</url>
    <link>http://www.coderchris.com</link>
   </image><!-- Gravatar Favicon by Patrick http://patrick.bloggles.info/ -->
		<item>
		<title>SSH on a PS3</title>
		<link>http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29</link>
		<comments>http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29#comments</comments>
		<pubDate>Wed, 29 Apr 2009 12:55:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29</guid>
		<description><![CDATA[
						(function(d, s, id) {
						  var js, fjs = d.getElementsByTagName(s)[0];
						  if (d.getElementById(id)) return;
						  js = d.createElement(s); js.id = id;
						  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; //&#038;appId=1234567890
						  fjs.parentNode.insertBefore(js,  [...]
Related posts:<ol>
<li><a href='http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27' rel='bookmark' title='Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3'>Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3</a> <small> Recently I wanted a new development box/streaming media server...</small></li>
<li><a href='http://www.coderchris.com/software/changing-the-default-search-engine-in-firefox-back-to-google-or-to-something-else/2009/09/06' rel='bookmark' title='Changing The Default Search Engine in Firefox Back To Google or To Something Else'>Changing The Default Search Engine in Firefox Back To Google or To Something Else</a> <small> When you type keywords into your Firefox address bar...</small></li>
<li><a href='http://www.coderchris.com/mysql/mysql-5134-upgrades-on-centos-4-ho-hum/2009/05/05' rel='bookmark' title='MySQL 5.1.34 Upgrades on CentOS 4 &#8211; ho hum'>MySQL 5.1.34 Upgrades on CentOS 4 &#8211; ho hum</a> <small> So, I needed to upgrade MySQL on our development...</small></li>
</ol>]]></description>
				<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:80px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.coderchris.com%2Flinux%2Fssh-on-a-ps3%2F2009%2F04%2F29&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27&amp;locale=en_US" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:27px;" allowTransparency="true"></iframe></div>
					<div class="really_simple_share_facebook_like_send">
					<div class="fb-send" data-href="http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29"></div></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29" ></div></div><div class="really_simple_share_linkedin" style="width:px;"><script type="IN/Share" data-counter="right" data-url="http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29"></script></div><div class="really_simple_share_email" style="width:px;"><a rel="nofollow" target="_blank" href="mailto:?subject=SSH%20on%20a%20PS3&amp;body=SSH%20on%20a%20PS3%20-%20http%3A%2F%2Fwww.coderchris.com%2Flinux%2Fssh-on-a-ps3%2F2009%2F04%2F29"><img src="http://www.coderchris.com/wp-content/plugins/really-simple-facebook-twitter-share-buttons/email.png" alt="email SSH on a PS3" title="Email" /> </a></div><div class="really_simple_share_twitter" style="width:110px;"><a rel="nofollow" target="_blank" href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="SSH on a PS3 via @chrisjdean" data-url="http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>So, not thinking about it, I tried to remotely SSH into Ubuntu on my PS3 today only to get a connection refused message. Turns out SSH isnâ€™t installed by default on this distro (or poss with the settings I chose) so I had to use good old apt to install it:</p>
<p>$hell&gt; sudo apt-get install ssh</p>
<p> It all installed fine, no config options required, and I can now connect from anywhere on the network - Woo <img src='http://www.coderchris.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile SSH on a PS3" class='wp-smiley' title="SSH on a PS3" /> </p>
<script src="http://feeds.feedburner.com/~s/chrisjdean?i=http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29" type="text/javascript" charset="utf-8"></script><p>Related posts:<ol>
<li><a href='http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27' rel='bookmark' title='Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3'>Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3</a> <small> Recently I wanted a new development box/streaming media server...</small></li>
<li><a href='http://www.coderchris.com/software/changing-the-default-search-engine-in-firefox-back-to-google-or-to-something-else/2009/09/06' rel='bookmark' title='Changing The Default Search Engine in Firefox Back To Google or To Something Else'>Changing The Default Search Engine in Firefox Back To Google or To Something Else</a> <small> When you type keywords into your Firefox address bar...</small></li>
<li><a href='http://www.coderchris.com/mysql/mysql-5134-upgrades-on-centos-4-ho-hum/2009/05/05' rel='bookmark' title='MySQL 5.1.34 Upgrades on CentOS 4 &#8211; ho hum'>MySQL 5.1.34 Upgrades on CentOS 4 &#8211; ho hum</a> <small> So, I needed to upgrade MySQL on our development...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3</title>
		<link>http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27</link>
		<comments>http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27#comments</comments>
		<pubDate>Mon, 27 Apr 2009 07:27:52 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[jackelope]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.coderchris.com/?p=266</guid>
		<description><![CDATA[
					
					 
		Recently I wanted a new development box/streaming media server for use around the house and for work.
After looking at the prices of all the main small form factor PC's or NAS boxes that would let me do this I could see that I was easily looking at Â£200-Â£250 minimum for the  [...]
Related posts:<ol>
<li><a href='http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29' rel='bookmark' title='SSH on a PS3'>SSH on a PS3</a> <small> So, not thinking about it, I tried to remotely...</small></li>
<li><a href='http://www.coderchris.com/linux/using-linux-saves-money-and-helps-save-the-planet/2008/01/04' rel='bookmark' title='Using Linux Saves Money And Helps Save The Planet'>Using Linux Saves Money And Helps Save The Planet</a> <small> Recently I bought a new cheap Toshiba laptop which...</small></li>
<li><a href='http://www.coderchris.com/linux/ati-radion-9600-tv-output-on-centos-50-and-probably-centos-44/2007/08/04' rel='bookmark' title='ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)'>ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)</a> <small> In a previous post about how to install Flash...</small></li>
</ol>]]></description>
				<content:encoded><![CDATA[<div style="height:33px;" class="really_simple_share robots-nocontent snap_nopreview"><div class="really_simple_share_facebook_like" style="width:80px;"><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.coderchris.com%2Flinux%2Fsetting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3%2F2009%2F04%2F27&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27&amp;locale=en_US" 
						scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:27px;" allowTransparency="true"></iframe></div>
					<div class="really_simple_share_facebook_like_send">
					<div class="fb-send" data-href="http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27"></div></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27" ></div></div><div class="really_simple_share_linkedin" style="width:px;"><script type="IN/Share" data-counter="right" data-url="http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27"></script></div><div class="really_simple_share_email" style="width:px;"><a rel="nofollow" target="_blank" href="mailto:?subject=Setting%20Up%20Ubuntu%20PHP%205.2%2C%20MySQL%205.1%20and%20Apache%202%20on%20a%20PS3&amp;body=Setting%20Up%20Ubuntu%20PHP%205.2%2C%20MySQL%205.1%20and%20Apache%202%20on%20a%20PS3%20-%20http%3A%2F%2Fwww.coderchris.com%2Flinux%2Fsetting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3%2F2009%2F04%2F27"><img src="http://www.coderchris.com/wp-content/plugins/really-simple-facebook-twitter-share-buttons/email.png" alt="email Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3" title="Email" /> </a></div><div class="really_simple_share_twitter" style="width:110px;"><a rel="nofollow" target="_blank" href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
						data-text="Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3 via @chrisjdean" data-url="http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27" 
						data-via=""  ></a></div></div>
		<div style="clear:both;"></div><p>Recently I wanted a new development box/streaming media server for use around the house and for work.</p>
<p>After looking at the prices of all the main small form factor PC's or NAS boxes that would let me do this I could see that I was easily looking at Â£200-Â£250 minimum for the kind of setup I wanted to put together.</p>
<p>At the same time, I happened to notice that Sony actually support the use of Ubuntu as an alternative OS on the playstation 3 (or possibly Ubuntu Support the PS3 as an installation platform - whichever, it doesn't matter, the point is that some one does and it works!).</p>
<p>Now, an 80Gb PS3 is about Â£290 at the time of writing and has oodles of inbuilt support as a streaming media client, media storage and playback and a blue-ray player, as well as giving me the option to install a fully functional version of linux that will allow me to do whatever the hell I liked (RAM permitting).<br />
So last weekend I bought one and, aside from playing games, I have just finished setting up Ubuntu 9.04 on it and I'm actually blogging this via firefox on the PS3 - woohoo <img src='http://www.coderchris.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3" class='wp-smiley' title="Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3" /> </p>
<p>So what did I have to do to get this working?</p>
<p>Well the first thing to remember, if you've had a PS3 for a while and want to keep all your game saves, downloads, etc. is to back them up! There's an easy tool to do this in the system settings menu and I found having an externalÂ  USB HDD rather than a memory stick to hand was quite useful for this. Also you might want to sync your trophy collection with the Playstation Network Servers if you're interested in keeping that kinda stuff.</p>
<p>Once you've done your backups, you'll need to set aside a partition for the new OS to use.</p>
<p>To do this, oddly enough you have to use the format disk utility from system menu, as this where the partition management is also done. Basically you select the option and you'll get the choice of either giving the Guest OS 10 GB, and the PS3 the rest of the space, or the PS3 10GB and the Guest OS the rest of the space.</p>
<p>I chose to give the guest OS 10Gb and keep the PS3 holding the bulk of the space as I can see myself downloading a fair few games from the playstation network over the next couple of years. Also though this 10GB default setting isn't massive,Â  for my needs, as a system partition it's fine since I intend to run a 1TB data tank off the back of the PS3 to hold any other media.</p>
<p>Anyway, what seems to happen when you do this is that the PS3 re-formats the part of the disk allocated for all non-essential user data i.e. downloads and game saves and frees up a 10Gb chunk for the new OS.</p>
<p>At this point I'm pretty sure you get a prompt to insert the installation media for the new OS (if you don't just click through the options relating to guest OS's and it will pop up somewhere), so you then need to get (in my case as I'm using Ubuntu) the Ubuntu installation image for powerPC and PS3 and burn it to a CD. <a rel="nofollow" target="_blank" title="Ubuntu 9.04 Jaunty Jackalope" href="http://cdimage.ubuntu.com/ports/releases/9.04/release/ubuntu-9.04-alternate-powerpc+ps3.iso" target="_blank">You can get Jaunty (9.04) here </a></p>
<p>Once you have the CD in hand, simply insert it into the PS3 and the install process will start as normal with any linux distro, allowing you to partition your allocated space and setup any basic system options - note however that the install may take quite a while due to the processing speed and allocated RAM of the PS3 - that said once installed Ubuntu seems to run pretty smoothly.</p>
<p>To get the linux side working you need to chose the default OS to use from the system settings menu i.e. PS3 or 'Guest OS' choosing the latter will fire up Ubuntu as normal on any standard PC. The PS3 will then always boot into Ubuntu unless you type 'game' at the boot prompt, which will reset the default OS to being the PS3's own OS.</p>
<p>Once Ubuntu has loaded all you need to do to install Apache, PHP and MySQL, is open up a terminal and type the following (Note: I'd install MySQL first as components of Apache and PHP seem to need the libs anyway):</p>
<p>$shell&gt; sudo apt-get install mysql-server-5.1</p>
<p>$shell&gt; sudo apt-get install apache2</p>
<p>$shell&gt; sudo apt-get install php5</p>
<p>Note: for some reason the MySQL setup also requires you to setup postfix, I'm not sure why but I did this anyway as it prompted me to and having postfix active on this box is no bad thing really.</p>
<p>The last thing to do was to boot back into the PS3 and restore the backup up game files and resync the trophies and all is done...</p>
<p>So that's it. I now have a fancy pants gaming system, blue ray player, media server (when I setup twonky media) and a development box all for under Â£300 <img src='http://www.coderchris.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3" class='wp-smiley' title="Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3" /> </p>
<p>In all, if you've installed linux before and are not afraid to click around the system settings of your PS3 the whole process is pretty straightforwards and self explanatory. That said, before I actually went the whole hog I did do a little bit of research and found the following sites which was quite handy to start with. The comments on some of the articles aren't great, and some are dated now, as doing what I've outlined above has seemed to work fine for me:</p>
<p><a rel="nofollow" target="_blank" href="https://help.ubuntu.com/community/PlayStation_3" target="_blank">https://help.ubuntu.com/community/PlayStation_3</a></p>
<p><a rel="nofollow" target="_blank" href="http://psubuntu.com/wiki/UbuntuVersions?show_comments=1#comments" target="_blank">http://psubuntu.com/wiki/UbuntuVersions?show_comments=1#comments</a></p>
<script src="http://feeds.feedburner.com/~s/chrisjdean?i=http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27" type="text/javascript" charset="utf-8"></script><p>Related posts:<ol>
<li><a href='http://www.coderchris.com/linux/ssh-on-a-ps3/2009/04/29' rel='bookmark' title='SSH on a PS3'>SSH on a PS3</a> <small> So, not thinking about it, I tried to remotely...</small></li>
<li><a href='http://www.coderchris.com/linux/using-linux-saves-money-and-helps-save-the-planet/2008/01/04' rel='bookmark' title='Using Linux Saves Money And Helps Save The Planet'>Using Linux Saves Money And Helps Save The Planet</a> <small> Recently I bought a new cheap Toshiba laptop which...</small></li>
<li><a href='http://www.coderchris.com/linux/ati-radion-9600-tv-output-on-centos-50-and-probably-centos-44/2007/08/04' rel='bookmark' title='ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)'>ATI Radion 9600 TV Output On Centos 5.0 (And Probably CentOS 4.4)</a> <small> In a previous post about how to install Flash...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.coderchris.com/linux/setting-up-ubuntu-php-52-mysql-51-and-apache-2-on-a-ps3/2009/04/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
