<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Blog affaire</title>
    <link>http://project-run.com/</link>
    <description>Serious error . All shortcuts have disappeared Screen. Mind. Both are blank.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>[Patch] GNU Screen with vertical splits</title>
    <link>http://project-run.com/archives/52-Patch-GNU-Screen-with-vertical-splits.html</link>
    
    <comments>http://project-run.com/archives/52-Patch-GNU-Screen-with-vertical-splits.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=52</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Need vertical splits in screen?&lt;br /&gt;
&lt;br /&gt;
Get the actual source of screen:&lt;br /&gt;
&lt;blockquote&gt;wget http://ftp.gnu.org/gnu/screen/screen-4.0.3.tar.gz&lt;/blockquote&gt;&lt;br /&gt;
Then get the patch from &lt;a href=&quot;http://fungi.yuggoth.org/vsp4s/&quot; title=&quot;Patch&quot;&gt;http://fungi.yuggoth.org/vsp4s/&lt;/a&gt;:&lt;br /&gt;
&lt;blockquote&gt;wget http://vsp4sdl.yuggoth.org/wrp_vertical_split_0.3_4.0.2.diff.bz2&lt;/blockquote&gt;&lt;br /&gt;
Extract  the downloads:&lt;br /&gt;
&lt;blockquote&gt;tar xvf screen-4.0.3.tar.gz&lt;br /&gt;
bunzip2 wrp_vertical_split_0.3_4.0.2.diff.bz2&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Then apply the patch:&lt;br /&gt;
&lt;blockquote&gt;patch -p1 &lt; wrp_vertical_split_0.3_4.0.2.diff&lt;/blockquote&gt;&lt;br /&gt;
Compile and build screen from scratch:&lt;br /&gt;
&lt;blockquote&gt;./configure&lt;br /&gt;
make&lt;br /&gt;
make install&lt;/blockquote&gt;&lt;br /&gt;
And to finish it add following line to the ~/.sceenrc config:&lt;br /&gt;
&lt;blockquote&gt;bind &#039;V&#039; vert_split&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
To create a vertical split press &#039;C-a V&#039;&lt;br /&gt;
&lt;br /&gt;
Done and have fun with it! 
    </content:encoded>

    <pubDate>Thu, 15 Oct 2009 18:00:04 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/52-guid.html</guid>
    
</item>
<item>
    <title>[config] xterm mouswheel scrolling in GNU screen </title>
    <link>http://project-run.com/archives/51-config-xterm-mouswheel-scrolling-in-GNU-screen.html</link>
            <category>Common</category>
    
    <comments>http://project-run.com/archives/51-config-xterm-mouswheel-scrolling-in-GNU-screen.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=51</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=51</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    If you want to scroll in the alternative text buffer of screen in xterm just add &lt;br /&gt;
&lt;blockquote&gt;termcapinfo xterm ti@:te@&lt;/blockquote&gt;&lt;br /&gt;
to your .screenrc config file. 
    </content:encoded>

    <pubDate>Wed, 14 Oct 2009 17:51:51 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/51-guid.html</guid>
    <category>buffer</category>
<category>common</category>
<category>config</category>
<category>gnu</category>
<category>linux</category>
<category>screen</category>
<category>screenrc</category>
<category>scrool</category>
<category>scroolbar</category>
<category>shell</category>
<category>xterm</category>

</item>
<item>
    <title>[Local Network Tricks] two networks (IPs) on one box</title>
    <link>http://project-run.com/archives/47-Local-Network-Tricks-two-networks-IPs-on-one-box.html</link>
            <category>Common</category>
    
    <comments>http://project-run.com/archives/47-Local-Network-Tricks-two-networks-IPs-on-one-box.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=47</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=47</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;strong&gt;[Example with eth0]&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;ifconfig eth0:1 10.0.0.1&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
This line add a secound network interface for 10.0.0.0 to your nic. The rest of the preferences are automatic made. So if you don&#039;t need special preferences like gateway and co. there is nothing more to do.&lt;br /&gt;
&lt;br /&gt;
You can check it with &lt;code&gt;route -n &lt;/code&gt; if it worked...&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt; route -n&lt;br /&gt;
Kernel_IP_routing_table&lt;br /&gt;
Destination_____Gateway_________Genmask_________Flags_Metric_Ref____Use_Iface&lt;br /&gt;
137.65.28.0_____0.0.0.0_________255.255.255.0___U_____0______0________0_eth0&lt;br /&gt;
10.0.0.0________0.0.0.0_________255.0.0.0_______U_____0______0________0_eth0&lt;br /&gt;
127.0.0.0_______0.0.0.0_________255.0.0.0_______U_____0______0________0_lo&lt;br /&gt;
0.0.0.0_________137.65.28.1_____0.0.0.0_________UG____0______0________0_eth0&lt;br /&gt;
&lt;/code&gt; 
    </content:encoded>

    <pubDate>Mon, 27 Oct 2008 15:52:02 +0100</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/47-guid.html</guid>
    
</item>
<item>
    <title>[SSH Tricks] Forward SSH over SSH || Reverse SSH tunneling</title>
    <link>http://project-run.com/archives/48-SSH-Tricks-Forward-SSH-over-SSH-Reverse-SSH-tunneling.html</link>
            <category>Common</category>
    
    <comments>http://project-run.com/archives/48-SSH-Tricks-Forward-SSH-over-SSH-Reverse-SSH-tunneling.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=48</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=48</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;strong&gt;[Basic]&lt;/strong&gt;&lt;br /&gt;
# One server, two clients (IP unknown)&lt;br /&gt;
# Forwarding port from server to client&lt;br /&gt;
&lt;br /&gt;
(IPs of clients change regularly and aren&#039;t known, between client A and B are Firewalls, which don&#039;t allow connections from outside)&lt;br /&gt;
Client A is allowed to connect to the server, but not to client B.&lt;br /&gt;
Client B is allowed to connect to the server, but not to client A.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Solution]&lt;/strong&gt;&lt;br /&gt;
Client B makes a connection to the server to forward a remote port to the local host and hold this connection all the time (cron-script).&lt;br /&gt;
Client A makes a connection to the remote port on the server and will be forwarded to the client B.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Why?]&lt;/strong&gt;&lt;br /&gt;
I use this to forward a SSH connection from work home, or the other way around.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Example with SSH]&lt;/strong&gt;&lt;br /&gt;
The SSH daemon runs also on both clients and on the server.&lt;br /&gt;
So I forward a port from the server to my clients ssh port.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Client B]&lt;/strong&gt;&lt;code&gt;&lt;br /&gt;
ssh -R 2048:localhost:22 user@example.com&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Client A]&lt;/strong&gt;&lt;code&gt;&lt;br /&gt;
ssh -P -L1234:localhost:2048 user@example.com&lt;br /&gt;
ssh -p 1234 localhost&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[crontab -l]&lt;/strong&gt;&lt;br /&gt;
&lt;code&gt;# check connection to the server&lt;br /&gt;
 */2 * * * * /root/fwd_ssh &gt; /dev/null 2&gt;&amp;1&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[Cron-Script - fwd_ssh]&lt;/strong&gt;&lt;br /&gt;
&lt;code&gt;#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# $REMOTE_HOST is the name of the remote system&lt;br /&gt;
REMOTE_HOST=user@example.com&lt;br /&gt;
&lt;br /&gt;
# $REMOTE_PORT is the remote port number that will be used to tunnel&lt;br /&gt;
# back to this system&lt;br /&gt;
REMOTE_PORT=2048&lt;br /&gt;
&lt;br /&gt;
# $CMDDHCPCD dhcpcd command&lt;br /&gt;
CMDDHCPCD=&quot;/sbin/dhcpcd -d -t 30 eth0&quot;&lt;br /&gt;
&lt;br /&gt;
# $CMDSSHD sshd command&lt;br /&gt;
CMDSSHD=&quot;/etc/rc.d/rc.sshd start&quot;&lt;br /&gt;
&lt;br /&gt;
# $COMMAND is the command used to create the reverse ssh tunnel&lt;br /&gt;
COMMAND=&quot;ssh -f -q -N -R ${REMOTE_PORT}:localhost:22 ${REMOTE_HOST}&quot;&lt;br /&gt;
&lt;br /&gt;
# Is the dhcpcdaemon running?&lt;br /&gt;
pgrep -f -x &quot;${CMDDHCPCD}&quot; &gt; /dev/null 2&gt;&amp;1 || ${CMDDHCPCD}&lt;br /&gt;
&lt;br /&gt;
# Check for relevant process ($COMMAND)&lt;br /&gt;
pgrep -f -x &quot;${COMMAND}&quot; &gt; /dev/null 2&gt;&amp;1 || ${COMMAND}&lt;br /&gt;
&lt;br /&gt;
# Check for sshd&lt;br /&gt;
pgrep -f -x &quot;/usr/sbin/sshd&quot; &gt; /dev/null 2&gt;&amp;1 || ${CMDSSHD}&lt;br /&gt;
&lt;br /&gt;
#&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Based on:&lt;/strong&gt; &lt;a href=&quot;http://www.brandonhutchinson.com/ssh_tunnelling.html&quot; title=&quot;http://www.brandonhutchinson.com/ssh_tunnelling.html&quot;&gt;http://www.brandonhutchinson.com/ssh_tunnelling.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[some links]&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://kuxon.org/ssht.html&quot;&gt;X11 forwarding over SSH&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.brandonhutchinson.com/ssh_tunnelling.html&quot;&gt;ssh tunneling, reverse ssh tunneling&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.fh-giessen.de/fachschaft/mni/mediawiki/index.php/HOWTO_SSH-Tunnel&quot;&gt;Port forwarding, tunneling, X forwarding, German&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.hotti.ch/doc/ssh/&quot;&gt;SSH general German&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 27 Oct 2008 14:41:09 +0100</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/48-guid.html</guid>
    
</item>
<item>
    <title>[Gallery] Update Jyvaskyla pictures</title>
    <link>http://project-run.com/archives/45-Gallery-Update-Jyvaskyla-pictures.html</link>
            <category>Gallery</category>
    
    <comments>http://project-run.com/archives/45-Gallery-Update-Jyvaskyla-pictures.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=45</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=45</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    New Jyvaskyla fotos:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=view&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&quot;&gt;http://gallery.project-run.com/index.cgi?mode=view&amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n1004274584_30166579_2120.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n1004274584_30166582_4469.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n1004274584_30166598_2188.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n1004274584_30166599_2828.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n1004274584_30166600_3479.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n517853930_896576_2342.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n517853930_939797_8783.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n596590511_249136_6224.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos//Finnland-Winter_2008-Erasmus/Jyvaskyla/n598608902_845098_4833.jpg&quot; alt=&quot;&quot;  /&gt; 
    </content:encoded>

    <pubDate>Mon, 13 Oct 2008 01:03:55 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/45-guid.html</guid>
    
</item>
<item>
    <title>[Plugins] Pidgin Skype Chat plugin</title>
    <link>http://project-run.com/archives/43-Plugins-Pidgin-Skype-Chat-plugin.html</link>
    
    <comments>http://project-run.com/archives/43-Plugins-Pidgin-Skype-Chat-plugin.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=43</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=43</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;a href=&quot;http://code.google.com/p/skype4pidgin/&quot;&gt;Homepage - Skype Chat for Pidgin&lt;/a&gt; - powered by google code!&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Skype Plugin for Pidgin&lt;br /&gt;
&lt;br /&gt;
This is a Skype Plugin for Pidgin/libpurple/Adium. It lets you view and chat with all your Skype buddies from within Pidgin/Adium. You still need Skype to be running to be able to use it, but it lets you keep a consistent user interface and use all the other nifty Pidgin/Adium plugins with it, like spell-checking or OTR encryption. &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
I have some troubles with it, but for my needs it&#039;s perfect. There are still some contacts left so I didn&#039;t wont to delete Skype. With this I just can text them, but no direct calls. Skype still have to run in the background, but who cares!&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Download the latest versions of the plugin at &lt;a href=&quot;http://eion.robbmob.com/&quot;&gt;http://eion.robbmob.com/&lt;/a&gt; &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
For installation is the same like the Facebook plugin:&lt;br /&gt;
&lt;blockquote&gt;To install, run the deb package or copy libskype.so to the plugins directory, normally /usr/lib/purple-2/ or ~/.purple/plugins&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to the inventor! 
    </content:encoded>

    <pubDate>Mon, 13 Oct 2008 00:42:22 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/43-guid.html</guid>
    
</item>
<item>
    <title>[Conf] Audacious - equalizer preset from Winamp</title>
    <link>http://project-run.com/archives/42-Conf-Audacious-equalizer-preset-from-Winamp.html</link>
            <category>Common</category>
    
    <comments>http://project-run.com/archives/42-Conf-Audacious-equalizer-preset-from-Winamp.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Original found on: &lt;br /&gt;
&lt;a href=&quot;http://www.simonives.info/blog/2008/march/winamp_presets_audacious&quot;&gt;http://www.simonives.info/blog/2008/march/winamp_presets_audacious&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Winamp Presets for Audacious&lt;br /&gt;
&lt;br /&gt;
simon — Sun, 03/30/2008 - 14:09&lt;br /&gt;
&lt;br /&gt;
Many users of Linux miss the equalizer presets that they had on Windoze applications such as WinAmp. The following terminal scripts will install the WinAmp equalizer presets for Audacious.&lt;br /&gt;
&lt;br /&gt;
To download the WinAmp presets type:&lt;br /&gt;
&lt;br /&gt;
wget &lt;a href=&quot;http://www.xmms.org/misc/winamp_presets.gz&quot;&gt;http://www.xmms.org/misc/winamp_presets.gz&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To install the presets for the Audacious media player type:&lt;br /&gt;
&lt;br /&gt;
gunzip -c winamp_presets.gz &gt; ~/.config/audacious/eq.preset&lt;br /&gt;
&lt;br /&gt;
You can also install these presets for other linux media players that have equalizers such as xmms and BMP media player.&lt;br /&gt;
&lt;br /&gt;
To install the presets for xmms type:&lt;br /&gt;
&lt;br /&gt;
gunzip -c winamp_presets.gz &gt; ~/.xmms/eq.preset&lt;br /&gt;
&lt;br /&gt;
to install the presets for BMP media player type:&lt;br /&gt;
&lt;br /&gt;
gunzip -c winamp_presets.gz &gt; ~/.bmp/eq.preset&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Thx to simon! 
    </content:encoded>

    <pubDate>Mon, 13 Oct 2008 00:39:27 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/42-guid.html</guid>
    
</item>
<item>
    <title>[advice] Homepage Added Bytes http://www.addedbytes.com/</title>
    <link>http://project-run.com/archives/38-advice-Homepage-Added-Bytes-httpwww.addedbytes.com.html</link>
            <category>common computer stuff</category>
    
    <comments>http://project-run.com/archives/38-advice-Homepage-Added-Bytes-httpwww.addedbytes.com.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.addedbytes.com/&quot; title=&quot;addedbytes&quot;&gt;Homepage Added Bytes&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
I just can recommend this page. It&#039;s a nice blog with articles about security and programming. But the main reason for advice is the assortment of cheat sheets for programming. For example PHP, ASP, Subversion, Regular Expressions and so on...&lt;br /&gt;
&lt;br /&gt;
Really useful and a nice to have &lt;img src=&quot;http://project-run.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
You can download them as PDF or as image file (png).&lt;br /&gt;
&lt;br /&gt;
The Cheat Sheet are released under a Creative Commons License (Attribution, Non-Commercial, Share Alike).&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.addedbytes.com/cheat-sheets&quot;&gt;&lt;img src=&quot;http://www.addedbytes.com/cheat-sheets/download/regular-expressions-cheat-sheet-v2.png&quot; alt=&quot;&quot; height=&quot;60%&quot;  /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 02 Oct 2008 19:48:04 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/38-guid.html</guid>
    
</item>
<item>
    <title>[Plugins] Pidgin Facebook Chat plugin</title>
    <link>http://project-run.com/archives/35-Plugins-Pidgin-Facebook-Chat-plugin.html</link>
            <category>Common</category>
    
    <comments>http://project-run.com/archives/35-Plugins-Pidgin-Facebook-Chat-plugin.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=35</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;a href=&quot;http://code.google.com/p/pidgin-facebookchat/&quot; title=&quot;Facebook Plugin&quot;&gt;Homepage - Facebook Chat for Pidgin&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;This is a Facebook chat plugin for Pidgin and libpurple messengers. It connects to the new Facebook Chat IM service without the need for an API key.&lt;br /&gt;
&lt;br /&gt;
Currently the plugin can log into the Facebook servers, grab the buddy list, send/receive messages, add/remove friends, receive notifications, search for Facebook friends and set your Facebook status. &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
It&#039;s just a great tool!&lt;br /&gt;
I&#039;m using it and I really like it. No problems at all. Just great!&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Copy one of the .so files to either /usr/lib/purple-2/ (for 32-bit Linux), /usr/lib64/purple-2/ (for 64-bit Linux), /usr/lib/pidgin/ (for Nokia/Maemo) or ~/.purple/plugins/ (if you dont have root access) and restart Pidgin &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
I copied it into ~/.purple, so it can&#039;t get lost... 
    </content:encoded>

    <pubDate>Wed, 01 Oct 2008 22:51:30 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/35-guid.html</guid>
    
</item>
<item>
    <title>[Order] Intel Online Collateral Ordering -- INTEL IA-32 ARCHITECTURE SOFTWARE DEVELOPERS BOOK</title>
    <link>http://project-run.com/archives/34-Order-Intel-Online-Collateral-Ordering-INTEL-IA-32-ARCHITECTURE-SOFTWARE-DEVELOPERS-BOOK.html</link>
            <category>common computer stuff</category>
    
    <comments>http://project-run.com/archives/34-Order-Intel-Online-Collateral-Ordering-INTEL-IA-32-ARCHITECTURE-SOFTWARE-DEVELOPERS-BOOK.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Eight days ago i ordered some manuals from Intel. It was for free...&lt;br /&gt;
http://www.intel.com/products/processor/manuals/&lt;br /&gt;
&lt;br /&gt;
To order you have to write a mail, fax or make a phone call.&lt;br /&gt;
&lt;br /&gt;
Here are the SKUs and the titles:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
248966 Intel® 64 and IA-32 Architectures Optimization Reference Manual 1&lt;br /&gt;
253665 Intel® 64 and IA-32 Architectures Software Developer&#039;s Manual Volume 1: Basic Architecture 1&lt;br /&gt;
253666 Intel® 64 and IA-32 Architectures Software Developer&#039;s Manual Volume 2A: Instruction Set Reference, A-M 1&lt;br /&gt;
253667 Intel® 64 and IA-32 Architectures Software Developer&#039;s Manual Volume 2B: Instruction Set Reference, N-Z 1&lt;br /&gt;
253668 Intel® 64 and IA-32 Architectures Software Developer&#039;s Manual Volume 3A: System Programming Guide, Part 1 1&lt;br /&gt;
253669 Intel® 64 and IA-32 Architectures Software Developer&#039;s Manual Volume 3B: System Programming Guide, Part 2&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
I ordered it at 17. September. But it just needed a little bit more then a week to be shipped from USA to Austria!&lt;br /&gt;
Great! On the same day of arrival I also get the third confirmation over mail, that it is on the way, but the packages was already here &lt;img src=&quot;http://project-run.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Your message&lt;br /&gt;
&lt;br /&gt;
  To:      CUSTOMER INTEL SUPPORT&lt;br /&gt;
  Cc:      &lt;br /&gt;
  Subject: Hard Copy Literature&lt;br /&gt;
  Sent:    Wed, 17 Sep 2008 15:15:05 -0400&lt;br /&gt;
&lt;br /&gt;
was read on Fri, 19 Sep 2008 11:42:46 -0400&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Total Number of Packages: 1&lt;br /&gt;
Total Weight: 14.0 LBS (6,38 Kilo)&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 25 Sep 2008 18:59:17 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/34-guid.html</guid>
    
</item>
<item>
    <title>[Gallery] Update new panorama and funny pictures</title>
    <link>http://project-run.com/archives/33-Gallery-Update-new-panorama-and-funny-pictures.html</link>
            <category>Gallery</category>
    
    <comments>http://project-run.com/archives/33-Gallery-Update-new-panorama-and-funny-pictures.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=33</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    New panorama pictures release:&lt;br /&gt;
&lt;br /&gt;
Salzburg:&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Salzburg-Summer_2008&amp;amp;picture=Church.JPG&amp;amp;maxWidth=640&quot; title=&quot;Church&quot;&gt;Church&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Salzburg-Summer_2008/640/Church.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Salzburg-Summer_2008&amp;amp;picture=City.JPG&amp;amp;maxWidth=640&quot; title=&quot;City&quot;&gt;City 1.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Salzburg-Summer_2008/640/City.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Salzburg-Summer_2008&amp;amp;picture=City2.JPG&amp;amp;maxWidth=640&quot; title=&quot;City2&quot;&gt;City 2.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Salzburg-Summer_2008/640/City2.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Salzburg-Summer_2008&amp;amp;picture=Festspiele.JPG&amp;amp;maxWidth=800&quot; title=&quot;Festspiele&quot;&gt;Festspiele&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Salzburg-Summer_2008/800/Festspiele.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Salzburg-Summer_2008&amp;amp;picture=Montains.JPG&amp;amp;maxWidth=640&quot; title=&quot;Montains&quot;&gt;Montains&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Salzburg-Summer_2008/640/Montains.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Conzentration camp Ebensee - Crematory&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/KZ-Ebensee-Summer_2008&amp;amp;picture=Crematory.JPG&amp;amp;maxWidth=640&quot; title=&quot;Crematory&quot;&gt;Crematory&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//KZ-Ebensee-Summer_2008/640/Crematory.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Alpine petting zoo Hochkreut - Altmuenster&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Park-Tierpark_Hochkreut-Summer_2008&amp;amp;picture=Show_room.JPG&amp;amp;maxWidth=640&quot; title=&quot;Show_room&quot;&gt;Show room&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Park-Tierpark_Hochkreut-Summer_2008/640/Show_room.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Finland, a homage,...&lt;br /&gt;
Build with all my Finland pictures to an mosaic:&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus&amp;amp;picture=Finland_mosaic.JPG&amp;amp;maxWidth=640&quot; title=&quot;Mosaic&quot;&gt;Mosaic&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/640/Finland-mosaic.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=view&amp;amp;album=/Funny_Pics&quot; title=&quot;funny&quot;&gt;Gallery Funny Pics:&lt;/a&gt;&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/06.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/12.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/12_stylische_autositze.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/13.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/17.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/8832_027.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/d8.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/funpics50-11.thumbnail.jpg&quot; alt=&quot;&quot;  /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/fotos/Funny_Pics/funpics50-18.thumbnail.jpg&quot; alt=&quot;&quot;  /&gt; 
    </content:encoded>

    <pubDate>Wed, 24 Sep 2008 20:25:49 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/33-guid.html</guid>
    
</item>
<item>
    <title>[Gallery] New panorama pictures</title>
    <link>http://project-run.com/archives/30-Gallery-New-panorama-pictures.html</link>
            <category>Gallery</category>
    
    <comments>http://project-run.com/archives/30-Gallery-New-panorama-pictures.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Here some new and old panorama pictures:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&amp;amp;picture=JYY1.JPG&quot; title=&quot;Jyvaskyla&quot;&gt;Jyvaskyla 1.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Jyvaskyla/640/JYY1.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&amp;amp;picture=JYY2.JPG&quot; title=&quot;Jyvaskyla&quot;&gt;Jyvaskyla 2.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Jyvaskyla/640/JYY2.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&amp;amp;picture=JYY3.JPG&quot; title=&quot;Jyvaskyla&quot;&gt;Jyvaskyla 3.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Jyvaskyla/640/JYY3.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&amp;amp;picture=JYY4a.JPG&quot; title=&quot;Jyvaskyla&quot;&gt;Jyvaskyla 4a.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Jyvaskyla/640/JYY4a.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/Finnland-Winter_2008-Erasmus/Jyvaskyla&amp;amp;picture=JYY4b.JPG&quot; title=&quot;Jyvaskyla&quot;&gt;Jyvaskyla 4b.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Jyvaskyla/640/JYY4b.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?mode=viewpicture&amp;amp;album=/City-Stockholm-Winter_2008&amp;amp;picture=Stockholm.JPG&quot; title=&quot;Stockholm&quot;&gt;Stockholm&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//City-Stockholm-Winter_2008/640/Stockholm.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Hiking+through+the+forest+till+dusk+with+snow+shoes&amp;amp;mode=viewpicture&amp;amp;picture=Viewpoint-Lake-Inari.JPG&quot; title=&quot;Viewpoint-Lake-Inari&quot;&gt;Viewpoint-Lake-Inari 1.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Hiking%20through%20the%20forest%20till%20dusk%20with%20snow%20shoes/640/Viewpoint-Lake-Inari.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Hiking+through+the+forest+till+dusk+with+snow+shoes&amp;amp;mode=viewpicture&amp;amp;picture=Viewpoint-Lake-Inari-2.JPG&quot; title=&quot;Viewpoint-Lake-Inari&quot;&gt;Viewpoint-Lake-Inari 2.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Hiking%20through%20the%20forest%20till%20dusk%20with%20snow%20shoes/640/Viewpoint-Lake-Inari-2.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Hiking+through+the+forest+till+dusk+with+snow+shoes&amp;amp;mode=viewpicture&amp;amp;picture=Forest.JPG&quot; title=&quot;Forest&quot;&gt;Forest&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Hiking%20through%20the%20forest%20till%20dusk%20with%20snow%20shoes/640/Forest.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Hiking+through+the+forest+till+dusk+with+snow+shoes&amp;amp;mode=viewpicture&amp;amp;picture=Lake.JPG&quot; title=&quot;Lake&quot;&gt;Lake&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Hiking%20through%20the%20forest%20till%20dusk%20with%20snow%20shoes/640/Lake.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Icefishing&amp;amp;mode=viewpicture&amp;amp;picture=Icefishing-Panorama.JPG&quot; title=&quot;Icefishing&quot;&gt;Icefishing&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Icefishing/640/Icefishing-Panorama.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Living+place+and+Cottage+-+www.vasatokka.fi&amp;amp;mode=viewpicture&amp;amp;picture=the_place.JPG&quot; title=&quot;Living place&quot;&gt;Living palce&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Living%20place%20and%20Cottage%20-%20www.vasatokka.fi/640/the_place.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Snowmobile+-+Skidoo&amp;amp;mode=viewpicture&amp;amp;picture=Sunset.JPG&quot; title=&quot;Sunset&quot;&gt;Sunset 1.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Snowmobile%20-%20Skidoo/640/Sunset.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Snowmobile+-+Skidoo&amp;amp;mode=viewpicture&amp;amp;picture=Sunset2.JPG&quot; title=&quot;Sunset&quot;&gt;Sunset 2.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Snowmobile%20-%20Skidoo/640/Sunset2.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Snowmobile+-+Skidoo&amp;amp;mode=viewpicture&amp;amp;picture=Sunset3.JPG&quot; title=&quot;Sunset&quot;&gt;Sunset 3.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Snowmobile%20-%20Skidoo/640/Sunset3.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Snowmobile+-+Skidoo&amp;amp;mode=viewpicture&amp;amp;picture=Sunset4.JPG&quot; title=&quot;Sunset&quot;&gt;Sunset 4.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Snowmobile%20-%20Skidoo/640/Sunset4.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://gallery.project-run.com/index.cgi?album=/Finnland-Winter_2008-Erasmus/Lappland+-+Inari/Snowmobile+-+Skidoo&amp;amp;mode=viewpicture&amp;amp;picture=Sunset5.JPG&quot; title=&quot;Sunset&quot;&gt;Sunset 5.&lt;br /&gt;
&lt;img src=&quot;http://gallery.project-run.com/photodata//Finnland-Winter_2008-Erasmus/Lappland%20-%20Inari/Snowmobile%20-%20Skidoo/640/Sunset5.JPG&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Sep 2008 16:04:24 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/30-guid.html</guid>
    
</item>
<item>
    <title>[Tools] Hugin</title>
    <link>http://project-run.com/archives/28-Tools-Hugin.html</link>
            <category>Gallery</category>
    
    <comments>http://project-run.com/archives/28-Tools-Hugin.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    &lt;a href=&quot;http://hugin.sourceforge.net/&quot; title=&quot;Hugin&quot;&gt;Hugin - Homepage&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Hugin is an automatic panoramic imaging tool chain based on Panorama Tools.&lt;br /&gt;
Easy to use, fast and make good results combinated with enblend, exif and so on...&lt;br /&gt;
&lt;br /&gt;
I&#039;m making my panorama pictures no with this.&lt;br /&gt;
&lt;br /&gt;
Before this tool I was making it by hand and script with gimp, but it wasn&#039;t as easy as it should be.&lt;br /&gt;
Fotoxx isn&#039;t as good and easy as Hugin.&lt;br /&gt;
&lt;br /&gt;
So, I&#039;m really happy with this tool now. The pictures looks better and have a higher Quality.&lt;br /&gt;
&lt;br /&gt;
Links will follow...&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 03 Sep 2008 15:57:21 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/28-guid.html</guid>
    
</item>
<item>
    <title>[Script] Suspend-to-[RAM|DISK]-Script mit Suspend 0.8 [µswsusp 0.8]</title>
    <link>http://project-run.com/archives/22-Script-Suspend-to-RAMDISK-Script-mit-Suspend-0.8-swsusp-0.8.html</link>
            <category>Slackware</category>
    
    <comments>http://project-run.com/archives/22-Script-Suspend-to-RAMDISK-Script-mit-Suspend-0.8-swsusp-0.8.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Based on information found on the different pages in the net...&lt;br /&gt;
&lt;br /&gt;
Previous article:&lt;br /&gt;
http://project-run.com/archives/7-haltrebootsuspend-to-ramdisk-fuer-jeden-user-freigeben.html&lt;br /&gt;
&lt;br /&gt;
Package from slacky.eu:&lt;br /&gt;
http://www.slacky.eu/index.php?option=com_content&amp;task=view&amp;id=7829&amp;Itemid=65&lt;br /&gt;
&lt;br /&gt;
Original download:&lt;br /&gt;
http://suspend.sourceforge.net&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
# Switch to console terminal to avoid graphics corruption in X:&lt;br /&gt;
chvt 1&lt;br /&gt;
&lt;br /&gt;
# Flush all data to disk (just in case...):&lt;br /&gt;
pkill ssh &amp;amp;&lt;br /&gt;
pkill dhcpcd &amp;amp;&lt;br /&gt;
sync&lt;br /&gt;
echo 3 &gt; /proc/sys/vm/drop_caches&lt;br /&gt;
swapoff -a&lt;br /&gt;
&lt;br /&gt;
# Save the system time:&lt;br /&gt;
hwclock --systohc --utc&lt;br /&gt;
&lt;br /&gt;
### Suspend:&lt;br /&gt;
## to RAM:&lt;br /&gt;
#echo -n &quot;mem&quot; &gt; /sys/power/state&lt;br /&gt;
s2ram&lt;br /&gt;
&lt;br /&gt;
## to Disk:&lt;br /&gt;
#echo -n &quot;disk&quot; &gt; /sys/power/state&lt;br /&gt;
#s2disk&lt;br /&gt;
&lt;br /&gt;
# Now we are sleeping...&lt;br /&gt;
&lt;br /&gt;
# Reset the graphic card at resume:&lt;br /&gt;
sync&lt;br /&gt;
swapon -a &amp;amp;&lt;br /&gt;
&lt;br /&gt;
#vbetool post&lt;br /&gt;
/etc/rc.d/rc.net &amp;amp;&lt;br /&gt;
echo powersave &gt;  /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor &amp;amp;&lt;br /&gt;
&lt;br /&gt;
# Restore the system time:&lt;br /&gt;
hwclock --hctosys --utc&lt;br /&gt;
&lt;br /&gt;
# Switch back to X:&lt;br /&gt;
chvt 7&lt;br /&gt;
&lt;br /&gt;
#xrefresh&lt;br /&gt;
&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Fri, 29 Aug 2008 22:14:52 +0200</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/22-guid.html</guid>
    
</item>
<item>
    <title>[Bild] Panorama Bild vom Stadtzentrum Jyvaskyla</title>
    <link>http://project-run.com/archives/17-Bild-Panorama-Bild-vom-Stadtzentrum-Jyvaskyla.html</link>
            <category>Finland</category>
    
    <comments>http://project-run.com/archives/17-Bild-Panorama-Bild-vom-Stadtzentrum-Jyvaskyla.html#comments</comments>
    <wfw:comment>http://project-run.com/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://project-run.com/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Mark Baumann)</author>
    <content:encoded>
    Nicht ganz perfekt, da zwei Fotos nicht wirklich was geworden sind. Deshalb sind Brueche und falsche Ueberlagerungen zu sehen.&lt;br /&gt;
Also nicht zu nah ranzoomen oder genau betrachten.&lt;br /&gt;
&lt;br /&gt;
Danke &lt;img src=&quot;http://project-run.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://project-run.com/gallery2/v/Jyvaskyla/jyy2.png.html?g2_imageViewsIndex=3&quot; title=&quot;Gallery2&quot;&gt;Galerie&lt;/a&gt;&lt;a title=&quot;/uploads/Finnland/jyy2.png&quot; id=&quot;s9yisp9&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://project-run.com/serendipity_admin_image_selector.php?serendipity[step]=showItem&amp;amp;serendipity[image]=9&#039; id=&quot;s9yisphref9&quot; onclick=&quot;javascript:this.href = this.href + &#039;&amp;amp;serendipity[from]=&#039; + self.location.href;&quot;&gt;&lt;!-- s9ymdb:9 --&gt;&lt;img width=&quot;640&quot; height=&quot;183&quot; style=&quot;float: left; border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://project-run.com/uploads/Finnland/jyy2.serendipityThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 31 Jan 2008 02:16:34 +0100</pubDate>
    <guid isPermaLink="false">http://project-run.com/archives/17-guid.html</guid>
    
</item>

</channel>
</rss>
