<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>LINICKX.com</title><link>https://www.linickx.com/</link><description></description><lastBuildDate>Sun, 17 Mar 2013 17:18:00 +0000</lastBuildDate><item><title>OS X: PS 3 Media Server service for start at boot (launchd)</title><link>https://www.linickx.com/os-x-ps-3-media-server-service-for-start-at-boot-launchd</link><description>&lt;p&gt;Given the popularity of the &lt;a href="http://www.ps3mediaserver.org/"&gt;Playstation 3 Media Server
(PSM)&lt;/a&gt; I'm a bit confused to why I
struggled to find a good solution to this...PSM does does not come with
an mac service for running it a boot time, there is a windows service
and some stuff for linux if you google but the best effort I could find
for OS X was &lt;a href="http://www.ps3mediaserver.org/forum/viewtopic.php?f=7&amp;amp;t=3897&amp;amp;p=17251&amp;amp;hilit=background#p17251"&gt;a bodge via
SSH&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;This is my best effort so far, it's not perfect but it's a start.
&lt;strong&gt;Below the more link&lt;/strong&gt;, is a &lt;code&gt;launchd .plist&lt;/code&gt; file which if you place
in &lt;code&gt;/Library/LaunchDaemons/&lt;/code&gt; will start PSM at boot time, &lt;em&gt;well kinda.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The catch is that a user needs to log in, any user will do, the process
will run as the user defined in the &lt;code&gt;.plist&lt;/code&gt; file but since PSM requires
some kind of windowing libraries it simply will not start until a user
logs in!&lt;/p&gt;
&lt;!--more--&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"&amp;gt;
&amp;lt;plist version="1.0"&amp;gt;
&amp;lt;dict&amp;gt;  
    &amp;lt;key&amp;gt;Label&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;com.linickx.ps3m&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;ProgramArguments&amp;lt;/key&amp;gt;
    &amp;lt;array&amp;gt; 
        &amp;lt;string&amp;gt;/Applications/PS3 Media Server.app/Contents/MacOS/JavaApplicationStub.setenv&amp;lt;/string&amp;gt;
    &amp;lt;/array&amp;gt;
    &amp;lt;key&amp;gt;UserName&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;linickx&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;ServiceDescription&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;Run PS3 Media at boot&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;RunAtLoad&amp;lt;/key&amp;gt;
    &amp;lt;true/&amp;gt;
    &amp;lt;key&amp;gt;Nice&amp;lt;/key&amp;gt;
    &amp;lt;integer&amp;gt;20&amp;lt;/integer&amp;gt;
    &amp;lt;key&amp;gt;KeepAlive&amp;lt;/key&amp;gt;
    &amp;lt;true/&amp;gt;
    &amp;lt;key&amp;gt;AbandonProcessGroup&amp;lt;/key&amp;gt;
    &amp;lt;true/&amp;gt;
    &amp;lt;key&amp;gt;WorkingDirectory&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;/Applications/PS3 Media Server.app/Contents/Resources/Java&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;StandardErrorPath&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;/Library/Logs/PSM/rror.log&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;StandardOutPath&amp;lt;/key&amp;gt;
    &amp;lt;string&amp;gt;/Library/Logs/PSM/output.log&amp;lt;/string&amp;gt;
    &amp;lt;key&amp;gt;Java&amp;lt;/key&amp;gt;
        &amp;lt;dict&amp;gt;
            &amp;lt;key&amp;gt;MainClass&amp;lt;/key&amp;gt;
            &amp;lt;string&amp;gt;net.pms.PMS&amp;lt;/string&amp;gt;
            &amp;lt;key&amp;gt;JVMVersion&amp;lt;/key&amp;gt;
            &amp;lt;string&amp;gt;1.6+&amp;lt;/string&amp;gt;
            &amp;lt;key&amp;gt;ClassPath&amp;lt;/key&amp;gt;
            &amp;lt;array&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/net/pms/pms/1.72.0/pms-1.72.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/beanshell/bsh-core/2.0b4/bsh-core-2.0b4.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-codec/commons-codec/1.7/commons-codec-1.7.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-configuration/commons-configuration/1.9/commons-configuration-1.9.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-io/commons-io/2.4/commons-io-2.4.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-lang/commons-lang/2.6/commons-lang-2.6.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/h2database/h2/1.3.168/h2-1.3.168.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/ch/qos/logback/logback-classic/1.0.7/logback-classic-1.0.7.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/ch/qos/logback/logback-core/1.0.7/logback-core-1.0.7.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/apache/sanselan/sanselan/0.97-incubator/sanselan-0.97-incubator.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/slf4j/slf4j-api/1.7.1/slf4j-api-1.7.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/slf4j/jcl-over-slf4j/1.7.1/jcl-over-slf4j-1.7.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/hamcrest/hamcrest-integration/1.2.1/hamcrest-integration-1.2.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/hamcrest/hamcrest-library/1.2.1/hamcrest-library-1.2.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/jboss/netty/netty/3.2.7.Final/netty-3.2.7.Final.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/maven/maven-nsis-plugin/2.1/maven-nsis-plugin-2.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/net/java/dev/rome/rome/1.0.0/rome-1.0.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/jdom/jdom/1.0/jdom-1.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/net/coobird/thumbnailator/0.4.2/thumbnailator-0.4.2.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/jaudiotagger/2.0.3/jaudiotagger-2.0.3.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/jgoodies/common/1.2.1/common-1.2.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/jgoodies/forms/1.4.2/forms-1.4.2.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/jgoodies/looks/2.4.2/looks-2.4.2.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/github/junrar/junrar/0.7/junrar-0.7.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/apache/maven/scm/maven-scm-api/1.4/maven-scm-api-1.4.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/apache/maven/scm/maven-scm-provider-svnexe/1.4/maven-scm-provider-svnexe-1.4.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/apache/maven/scm/maven-scm-provider-svn-commons/1.4/maven-scm-provider-svn-commons-1.4.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/regexp/regexp/1.3/regexp-1.3.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/jwbroek/cuelib/cuelib/1.2.1-2008-06-13/cuelib-1.2.1-2008-06-13.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/mediautil/mediautil/1.0/mediautil-1.0.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/googlecode/xmlwise/1.2/xmlwise-1.2.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar&amp;lt;/string&amp;gt;&amp;lt;string&amp;gt;$JAVAROOT/repo/org/hamcrest/hamcrest-core/1.1/hamcrest-core-1.1.jar&amp;lt;/string&amp;gt;&amp;lt;/array&amp;gt;
            &amp;lt;key&amp;gt;VMOptions&amp;lt;/key&amp;gt;
            &amp;lt;string&amp;gt;-Xmx768M -Xss16M -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -jar&amp;lt;/string&amp;gt;
            &amp;lt;key&amp;gt;WorkingDirectory&amp;lt;/key&amp;gt;
            &amp;lt;string&amp;gt;$APP_PACKAGE/Contents/Resources/Java&amp;lt;/string&amp;gt;
        &amp;lt;/dict&amp;gt;
&amp;lt;/dict&amp;gt;
&amp;lt;/plist&amp;gt;
&lt;/code&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Sun, 17 Mar 2013 17:18:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2013-03-17:os-x-ps-3-media-server-service-for-start-at-boot-launchd</guid><category>mac</category><category>osx</category><category>Playstation</category><category>psm</category></item><item><title>Cisco Pix Firewall in front of a Playstation 3.</title><link>https://www.linickx.com/cisco-pix-firewall-in-front-of-a-playstation-3</link><description>&lt;p&gt;If you saw &lt;a href="https://www.linickx.com/archives/369/100-udp-ports-dam-u-ea"&gt;this
tweet&lt;/a&gt;,
you'll see that a little while ago I had some fun with Playstation 3
online gaming; it's probably my own fault because I'm possibly the only
person with a version 6 Cisco Pix Firewall at home in front of their
playstation.&lt;/p&gt;
&lt;p&gt;If you want to get online gaming working though your firewall there's a
really good &lt;a href="http://www.orpheusinternet.co.uk/support/ps3/index.html"&gt;online reference
here&lt;/a&gt; and my
specific grumble about having to open up a shed load of ports for EA's
Burnout paradise is &lt;a href="http://support.ea.com/cgi-bin/ea.cfg/php/enduser/std_adp.php?p_faqid=19084&amp;amp;p_created=1201028984&amp;amp;p_sid=zRr855Xi&amp;amp;p_accessibility=0&amp;amp;p_redirect=&amp;amp;p_lva=&amp;amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MSwxJnBfcHJvZHM9MjMwOCw0MDEyLDQwMTAmcF9jYXRzPTAmcF9wdj0zLjQwMTAmcF9jdj0mcF9wYWdlPTEmcF9zZWFyY2hfdGV4dD1vbmxpbmUgcG9ydHM*&amp;amp;p_li=&amp;amp;p_topview=1"&gt;documented in their support
area&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To summarize, this is what I've got open:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;General Playstation Network Ports&lt;/strong&gt;, these always need to be open.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;udp 3658&lt;br /&gt;
 udp 3478-3479&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Open these extra ones for &lt;strong&gt;Motor Storm&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;udp 3659 - 3660&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Open these extra ones for &lt;strong&gt;Burnout&lt;/strong&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;udp 3659&lt;br /&gt;
 udp 9600-9699&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If you to have a cisco pix, you'll need to open an entry on your outside
access-list, something like&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;access-list outside permit udp any any eq  3658
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and you'll need a static entry....&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;static (inside,outside) udp interface 3658 playstation3 3658 netmask 255.255.255.255
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;For lots of ports the access-list command supports the range statement,
so&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;access-list outside permit udp any any range 9600 9699
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;But you won't be so lucky with statics, you'll have to add an entry for
each port, I created a small bash shell script to automate the task...&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#!/bin/bash
#9600-9699
for i in `seq 9600 9699`;
do
        echo "static (inside,outside) udp interface $i playstation3 $i netmask 255.255.255.255"
done
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I then pasted the output into my pix. If you are having problems here
are some references that might be useful are the &lt;a href="http://www.cisco.com/en/US/docs/security/pix/pix63/command/reference/s.html#wp1026694"&gt;cisco pix command
ref&lt;/a&gt;
and the &lt;a href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a0080094aad.shtml"&gt;pix nat
guide&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Wed, 05 Mar 2008 22:14:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2008-03-05:cisco-pix-firewall-in-front-of-a-playstation-3</guid><category>Cisco</category><category>firewall</category><category>pix</category><category>Playstation</category><category>Playstation3</category><category>Security</category></item><item><title>I'm not sure I like green!</title><link>https://www.linickx.com/im-not-sure-i-like-green</link><description>&lt;p&gt;I'm proper into the 24hr wallpapers I have around me at the moment,
fedora's &lt;a href="http://people.redhat.com/duffy/artwork/infinity-24/"&gt;infinity
24&lt;/a&gt; changes whilst
I'm at work and the &lt;a href="http://en.wikipedia.org/wiki/XrossMediaBar#PlayStation_3_XMB"&gt;PS3
XMB&lt;/a&gt;
changes whilst I play.&lt;/p&gt;
&lt;p&gt;The thing is my ps3 wallpaper has changed from yellow to green, now this
wouldn't normally be an issue as most gameplay happens in the evening
and the screen changes to black by then, but looking at &lt;a href="http://en.wikipedia.org/wiki/XrossMediaBar#PlayStation_3_XMB"&gt;the wikipedia
page for the
XMB&lt;/a&gt; I'm
in for some pinks &amp;amp; greens in the next couple of months.... not to my
taste at all, it's a shame that Sony don't let you choose which colours
the XMB scrolls through... ho-hum it was nice whilst it lasted, I wonder
if I can find any cool animated wallpapers for my PS3? :?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Tue, 19 Feb 2008 10:17:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2008-02-19:im-not-sure-i-like-green</guid><category>Playstation</category><category>Playstation3</category><category>wallpaper</category></item><item><title>Antivirus Software for Playstation 3</title><link>https://www.linickx.com/antivirus-software-for-playstation-3</link><description>&lt;p&gt;I've been offline for a while, but I've just seen this:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;a href="http://ap.google.com/article/ALeqM5hTFp1H-6rbUttlhoLjRk77DKt-NwD8STOHJ80"&gt;The Associated Press: New Antivirus Software for Playstation
3&lt;/a&gt;&lt;br /&gt;
 The company bills the software as the first of its kind for a home
gaming system. It was released earlier this month as part of a PS3
upgrade and will be free until April.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This is a really positive thing to see; by the fact that there is a
market there shows that "Joe gamet" is thinking about security , it's a
shame that sony aren't giving this away for free but I guess that
business .&lt;/p&gt;
&lt;p&gt;A word of caution to our friends, please, please enure that you product
doesn't affect performance else we will end up back to the old days
where the first trouble-shooting step will be to disable
security *cry*.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 16 Nov 2007 13:37:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2007-11-16:antivirus-software-for-playstation-3</guid><category>anti-virus</category><category>Blog</category><category>Playstation</category><category>Playstation3</category><category>Security</category></item><item><title>Playstation 3 News</title><link>https://www.linickx.com/playstation-3-news</link><description>&lt;p&gt;Looks like Sony have finally given the world some &lt;a href="http://www.ps3land.com/article-336.php"&gt;firm
information&lt;/a&gt; about the PS3
although at &lt;a href="http://www.google.co.uk/search?q=%E2%82%AC599+in+GBP"&gt;�400&lt;/a&gt;
I don't think I'll be an early adopter ;-) The &lt;a href="http://www.scee.presscentre.com/imagelibrary/detail.asp?MediaDetailsID=28993"&gt;new controller
design&lt;/a&gt;
is out too, I actually wonder if the &lt;em&gt;boomerang&lt;/em&gt; shaped thing was
actually a secret joke on the public by Sony ! Any-who bring on the PS3
gaming greatness !!!!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Tue, 09 May 2006 19:50:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2006-05-09:playstation-3-news</guid><category>Blog</category><category>Playstation</category><category>Playstation3</category></item><item><title>New game: Burnout 4 and Jak3 Complete</title><link>https://www.linickx.com/new-game-burnout-4-and-jak3-complete</link><description>&lt;div style="float:right"&gt;

[caption id="attachment\_426" align="alignnone" width="150"
caption="Burnout Revenge Screenshot"][![Burnout Revenge
Screenshot](https://www.linickx.com/files/2008/05/burnoutrevenge-150x150.jpg "Burnout Revenge")](https://www.linickx.com/files/2008/05/burnoutrevenge.jpg)[/caption]

&lt;/div&gt;

&lt;p&gt;Good playstation planning means you finish one game in time to start a
new ;)&lt;/p&gt;
&lt;p&gt;I've finally got round to completing Jak3, I haven't quite hit the 100%
completion mark, but my 99% isn't a bad effort, and there's only so much
"orb hunting" you can do before you get bored ! I've updated my personal
&lt;a href="https://www.linickx.com/index.php?content=playstation2"&gt;playstation2
review&lt;/a&gt; section,
and for those that have never got into the jak and daxter series I'd
suggest you get started, you're missing out on hours of entertainment !&lt;/p&gt;
&lt;p&gt;I've also got a new game &lt;a href="http://burnout.ea.com"&gt;Burnout 4 (Revenge)&lt;/a&gt;.
I'll follow my usual routine of saving the review until I complete (&lt;em&gt;or
get bored&lt;/em&gt;) , but I have to say, I've had the game on for 30mins and It
rocks !!!!!! I've played burnout 2/3 before, so I already knew roughly
what to do. The big different in &lt;em&gt;Revenge&lt;/em&gt; is that you can hit traffic
going in the same direction (in the past this was a wipe out) and you
can use this traffic as a weapon - yep sod trying to win fair &amp;amp; square,
hit a van hard from behind and it'll catapult forward, if your aim is
good you'll hit your opponent and take the lead !&lt;br /&gt;
From first glance there is a variation on the race, i.e. do the tracks
backwards, or getting quickest lap times, the only type that leave me
cold is the launch your car into a cross-road for points - it sounds
good on paper but it's actually quite boring to play - especially
compared to the high adrenaline races !&lt;/p&gt;
&lt;p&gt;If you have burnout 3, you'll enjoy burnout 4 !&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Wed, 28 Dec 2005 12:46:00 +0000</pubDate><guid isPermaLink="false">tag:www.linickx.com,2005-12-28:new-game-burnout-4-and-jak3-complete</guid><category>Blog</category><category>games</category><category>Playstation</category><category>Playstation2</category></item><item><title>Hello PS2</title><link>https://www.linickx.com/hello-ps2</link><description>&lt;p&gt;If I'm not &lt;em&gt;messing&lt;/em&gt; with linux, then I'm playing PS2.&lt;/p&gt;
&lt;p&gt;This website just doesn't reflect that, so I've updated the
&lt;a href="https://www.linickx.com/index.php?content=playstation2"&gt;ps2&lt;/a&gt; section to
include all my games, not just the ones I've completed.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The ps2linux section has also taken the sideline until I have some
content&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Here's a screen shot of what I'm playing at the moment ;)&lt;/p&gt;
&lt;p&gt;[caption id="attachment_438" align="alignnone" width="150"
caption="StarWars Revenge of the Sith"]&lt;a href="https://www.linickx.com/files/2008/05/starwars-revenge-of-the-sith.jpg"&gt;&lt;img alt="StarWars Revenge of the
Sith" src="https://www.linickx.com/files/2008/05/starwars-revenge-of-the-sith-150x150.jpg" title="StarWars Revenge of the Sith" /&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;I hope my reviews help anyone who's having difficulty choosing good
games :cool:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">nick</dc:creator><pubDate>Fri, 01 Jul 2005 15:45:00 +0100</pubDate><guid isPermaLink="false">tag:www.linickx.com,2005-07-01:hello-ps2</guid><category>Blog</category><category>games</category><category>Playstation</category><category>Playstation2</category></item></channel></rss>