<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://r.outlyer.net/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://r.outlyer.net/feed.php">
        <title>rand() # outlyer.net</title>
        <description></description>
        <link>http://r.outlyer.net/</link>
        <image rdf:resource="http://r.outlyer.net/lib/tpl/desertc_onet/images/favicon.ico" />
       <dc:date>2012-02-06T10:48:25+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://r.outlyer.net/es:vg:tobuy?rev=1328036761&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/es:vg:tobuy_new?rev=1327027903&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/index?rev=1312909966&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/linux:cheatsheet?rev=1312909851&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/debian:toikerneldeb?rev=1312303835&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/svn:release_cycle?rev=1312218914&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/svn:config?rev=1312217492&amp;do=diff"/>
                <rdf:li rdf:resource="http://r.outlyer.net/apache?rev=1312035614&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://r.outlyer.net/lib/tpl/desertc_onet/images/favicon.ico">
        <title>rand() # outlyer.net</title>
        <link>http://r.outlyer.net/</link>
        <url>http://r.outlyer.net/lib/tpl/desertc_onet/images/favicon.ico</url>
    </image>
    <item rdf:about="http://r.outlyer.net/es:vg:tobuy?rev=1328036761&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-31T20:06:01+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Videojuegos para comprar - +SC-V</title>
        <link>http://r.outlyer.net/es:vg:tobuy?rev=1328036761&amp;do=diff</link>
        <description>Publicados

(en algún momento), entre corchetes puntos negativos

	*  Valkyria Chronicles (31/8/2008) [?, sin trofeos]
	*  Killzone 2 [FPS] (25/2/2009)
	*  The Saboteur (4/12/2009)
	*  Braid (10/4/2009 - 17/12/2009)
	*  Final Fantasy XIII (9/3/2010) [FF (duración), Complicado]
	*  Yakuza 3 (12/3/2010) [En inglés, Mucho texto sin doblar]
	*  Runaway 3 [solo soporte físico]
	*  Dead to Rights: Retribution [Flojo]
	*  God Of War Collection {PSN}
	*  God Of War III (18/3/2010)
	*  Crackdown 2 [?]
	*…</description>
    </item>
    <item rdf:about="http://r.outlyer.net/es:vg:tobuy_new?rev=1327027903&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-01-20T03:51:43+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Videojuegos para comprar - Publicados gold</title>
        <link>http://r.outlyer.net/es:vg:tobuy_new?rev=1327027903&amp;do=diff</link>
        <description>Publicados

(en algún momento), entre corchetes puntos negativos












Pack PlayStation Move
































Futuros

	*  Final Fantasy XIII-2 (3/2/2012) [?]
	*  Catherine (26/7/2011 USA, 10/02/2012 ES) [?]
	*  Mass Effect 3 (9/3/2012)
	*  Diablo III (Q1 2012) [?]
	*  Max Payne 3 (18/5/2012)
	*  Tomb Raider {Reboot} (Q3/Otoño 2012)
	*  Hitman: Absolution (2012)
	*  Sorcery &lt;MOVE&gt; (TBA) [?]
	*  Final Fantasy Versus XIII (TBA)</description>
    </item>
    <item rdf:about="http://r.outlyer.net/index?rev=1312909966&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-09T19:12:46+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Home - [Technical] +linux:cheatsheet inner links</title>
        <link>http://r.outlyer.net/index?rev=1312909966&amp;do=diff</link>
        <description>About r

r.outlyer.net is part of my convoluted web-site :-) You can consider this my public notepad.

My main site is &lt;http://outlyer.net/&gt;. I post there periodic updates of my projects or hobbies. It uses WordPress and so has a blog-like style but I'm no blogger and hence it's no blog :-P</description>
    </item>
    <item rdf:about="http://r.outlyer.net/linux:cheatsheet?rev=1312909851&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-09T19:10:51+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Command cheatsheet - +duplicate files/lines</title>
        <link>http://r.outlyer.net/linux:cheatsheet?rev=1312909851&amp;do=diff</link>
        <description>su to user with no login shell

To become a user that has /bin/false as shell:
# su - user -s /bin/&lt;some shell&gt;
find duplicate lines in a file
$ sort FILE | uniq -D
(Must sort since uniq will only look at consecutive lines)

Can also limit the number of characters to compare, e.g. 20 characters:</description>
    </item>
    <item rdf:about="http://r.outlyer.net/debian:toikerneldeb?rev=1312303835&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-02T18:50:35+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Building kernel deb with TuxOnIce support - [Headers] </title>
        <link>http://r.outlyer.net/debian:toikerneldeb?rev=1312303835&amp;do=diff</link>
        <description>This is an outline of how to build a TuxOnIce enabled kernel deb package using debian's deb packaging (instead of the kernel's own).

Variables: Example variable values below:

KVER = 2.6.32
REV = 3-amd64+toi
EPOCH = 2
	*  Download sources of latest kernel, kernel building stuff and TOI interface  
# apt-get install linux-source-$KVER build-essential kernel-package fakeroot tuxonice-userui</description>
    </item>
    <item rdf:about="http://r.outlyer.net/svn:release_cycle?rev=1312218914&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-01T19:15:14+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Release cycle with subversion - Major cleanup/overhaul</title>
        <link>http://r.outlyer.net/svn:release_cycle?rev=1312218914&amp;do=diff</link>
        <description>Quick recipe/self-reminder of how I handle branching/merging on releases. Premises:

	*  Trunk contains last release
	*  All development goes in branches
		*  Upon release, branch gets merged to trunk and then removed

	*  Each release has a corresponding tag
	*  Tags are never modified</description>
    </item>
    <item rdf:about="http://r.outlyer.net/svn:config?rev=1312217492&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-01T18:51:32+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Subversion configuration - created</title>
        <link>http://r.outlyer.net/svn:config?rev=1312217492&amp;do=diff</link>
        <description>Using custom ports with svn+ssh

Edit ~/.subversion/config, section [tunnels], example, port 2222 and 12345:
[tunnels]
ssht = ssh -p 2222
sshtunnel = ssh -p 12345
Then use svn+ssht://domain.tld and svn+sshtunnel://domain.tld instead of svn+ssh://domain.tld</description>
    </item>
    <item rdf:about="http://r.outlyer.net/apache?rev=1312035614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-07-30T16:20:14+01:00</dc:date>
        <dc:creator>Toni Corvera</dc:creator>
        <title>Apache configurations - Fix directory regex</title>
        <link>http://r.outlyer.net/apache?rev=1312035614&amp;do=diff</link>
        <description>Useful Apache configuration directives

Forbid access to hidden (dot) files and directories
&lt;FilesMatch &quot;^\.&quot;&gt;
    Order Deny,Allow
    Deny from All
    Satisfy All
&lt;/FilesMatch&gt;
&lt;DirectoryMatch &quot;^.*/\.&quot;&gt;
    Order Deny,Allow
    Deny from All
    Satisfy All
&lt;/DirectoryMatch&gt;</description>
    </item>
</rdf:RDF>

