<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://dokuwiki.pcfreak.de/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://dokuwiki.pcfreak.de/feed.php">
        <title>Der PCFreak Wiki</title>
        <description></description>
        <link>http://dokuwiki.pcfreak.de/</link>
        <image rdf:resource="http://dokuwiki.pcfreak.de/lib/images/favicon.ico" />
       <dc:date>2012-05-20T01:27:35+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:guacamole&amp;rev=1337322657&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:snippets&amp;rev=1337178308&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:help&amp;rev=1337178134&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dokuwiki.pcfreak.de/lib/images/favicon.ico">
        <title>Der PCFreak Wiki</title>
        <link>http://dokuwiki.pcfreak.de/</link>
        <url>http://dokuwiki.pcfreak.de/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:guacamole&amp;rev=1337322657&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-18T08:30:57+02:00</dc:date>
        <dc:creator>Der PCFreak</dc:creator>
        <title>public:linux:guacamole</title>
        <link>http://dokuwiki.pcfreak.de/doku.php?id=public:linux:guacamole&amp;rev=1337322657&amp;do=diff</link>
        <description>This documentation describes the setup of Guacamole on a Debian “Wheezy” server.

Guacamole is an HTML5 web application that provides access to desktop environments using remote desktop protocols such as VNC or RDP. A centralized server acts as a tunnel and proxy, allowing access to multiple desktops through a web browser. No plugins are needed: the client requires nothing more than a web browser supporting HTML5 and AJAX.</description>
    </item>
    <item rdf:about="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:snippets&amp;rev=1337178308&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-16T16:25:08+02:00</dc:date>
        <dc:creator>Der PCFreak</dc:creator>
        <title>public:linux:snippets</title>
        <link>http://dokuwiki.pcfreak.de/doku.php?id=public:linux:snippets&amp;rev=1337178308&amp;do=diff</link>
        <description>Disk Usage


To get the size of all directories under '/' use this command:

sudo du -ks $(ls -d */) | sort -nr | cut -f2 | xargs -d '\n' du -sh 2&gt; /dev/null

Get your public IP

To get your public IP just enter the following wget line:

 wget -q -O - www.whatismyip.org &amp;&amp; echo
 
Bash write directly to remote host

You can use the following command to directly write from the bash prompt to a remote hosts port.</description>
    </item>
    <item rdf:about="http://dokuwiki.pcfreak.de/doku.php?id=public:linux:help&amp;rev=1337178134&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-16T16:22:14+02:00</dc:date>
        <dc:creator>Der PCFreak</dc:creator>
        <title>public:linux:help</title>
        <link>http://dokuwiki.pcfreak.de/doku.php?id=public:linux:help&amp;rev=1337178134&amp;do=diff</link>
        <description>Filezilla use a custom settings directory

Create the file ~/.filezilla/fzdefaults.xml with the following settings:

&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot; ?&gt;
&lt;FileZilla3&gt;
    &lt;Settings&gt;
      &lt;Setting name=&quot;Config Location&quot;&gt;/whateverpathyouwish/&lt;/Setting&gt;
      &lt;Setting name=&quot;Kiosk mode&quot;&gt;0&lt;/Setting&gt;
      &lt;Setting name=&quot;Disable update check&quot;&gt;0&lt;/Setting&gt;
    &lt;/Settings&gt;
&lt;/FileZilla3&gt;

If you want to know more about the possible options in this configuration files, take a look at</description>
    </item>
</rdf:RDF>

