<?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>Jonas Genannt - useful stuff</title>
    <link>http://blog.brachium-system.net/</link>
    <description>Weblog of an System Engineer</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.brachium-system.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jonas Genannt - useful stuff - Weblog of an System Engineer</title>
        <link>http://blog.brachium-system.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>3Ware - CLI - Command Line Interface for debian</title>
    <link>http://blog.brachium-system.net/archives/57-3Ware-CLI-Command-Line-Interface-for-debian.html</link>
            <category>control</category>
            <category>debian</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/57-3Ware-CLI-Command-Line-Interface-for-debian.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=57</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=57</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    New ( version: 9.4.1.1) 3Ware CLI programm is now packaged. You can find it on: &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Please have a look at: &lt;a href=&quot;http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html&quot;&gt;Using the tw_cli &lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 03 Jun 2007 21:41:15 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/57-guid.html</guid>
    
</item>
<item>
    <title>Using Apache ReWrite Rules for maintenance sites</title>
    <link>http://blog.brachium-system.net/archives/55-Using-Apache-ReWrite-Rules-for-maintenance-sites.html</link>
            <category>Apache</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/55-Using-Apache-ReWrite-Rules-for-maintenance-sites.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=55</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you plan an maintenance shutdown for your website, you can use the mod-rewrite for the maintenance forward.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;ReWriteEngine On&lt;br /&gt;
ReWriteCond %{REMOTE_ADDR}      !^123\.123\.123\.([0-9]+)$&lt;br /&gt;
ReWriteRule ^(.*)$      http://your-site.com/maintenance.html [L]&lt;/blockquote&gt;&lt;br /&gt;
This code will forward all users except from IP block 123.123.123.0/24 to an maintenance site. &lt;br /&gt;
&lt;br /&gt;
If you have got 123.123.123.0/24 you can use the site as normal, and all other users will be forwarded. 
    </content:encoded>

    <pubDate>Thu, 03 May 2007 20:11:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/55-guid.html</guid>
    
</item>
<item>
    <title>Using tw_cli from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    The tw_cli from 3Ware for all the 3WARE Controllers is a &lt;b&gt;little bit tricky&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Here are some examples how to use tw_cli:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
tw_cli&lt;br /&gt;
//irena&gt;info&lt;br /&gt;
Ctl   Model        Ports   Drives   Units   NotOpt   RRate   VRate   BBU&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
c0    8506-4LP     4       3        1       0        3       -       -&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;info&lt;/i&gt; command is usefull for checking how many controller are available.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0 show&lt;br /&gt;
Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
u0    RAID-5    OK             -       -       64K     298.099   ON     -&lt;br /&gt;
&lt;br /&gt;
Port   Status           Unit   Size        Blocks        Serial&lt;br /&gt;
---------------------------------------------------------------&lt;br /&gt;
p0     OK               u0     149.05 GB   312581808     0696J1FX608399&lt;br /&gt;
p1     OK               u0     149.05 GB   312581808     0696J1FX611330&lt;br /&gt;
p2     NOT-PRESENT      -      -           -             -&lt;br /&gt;
p3     OK               u0     149.05 GB   312581808     0696J1FX611304&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;/c0 show&lt;/i&gt; command display which raid units and disks avilable on controller 0.&lt;br /&gt;
For the second controller in the system please type &lt;i&gt;/c1 show&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0/u0 start verify&lt;br /&gt;
Sending start verify message to /c0/u0 ... Done.&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;/c0/u0 start verify&lt;/i&gt; command starts an Raid verify on Controller 0 Unit 0.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0/u0 start rebuild disk=1&lt;br /&gt;
Sending rebuild start request to /c0/u0 on 1 disk(s)&lt;/blockquote&gt;&lt;br /&gt;
The command &lt;i&gt;/c0/u0 start rebuild disk=1&lt;/i&gt; starts the rebuild on controller 0, unit 0 and disk 1 (on port 1).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are using debian, you can use my debian packages, please see &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;here&lt;/a&gt;! 
    </content:encoded>

    <pubDate>Thu, 11 Jan 2007 20:48:58 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Feed up your RSS Feeds - Liferea</title>
    <link>http://blog.brachium-system.net/archives/34-Feed-up-your-RSS-Feeds-Liferea.html</link>
            <category>control</category>
            <category>network</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/34-Feed-up-your-RSS-Feeds-Liferea.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    In the past I had some trouble to manage my RSS feeds.&lt;br /&gt;
&lt;br /&gt;
I used Thunderbird for reading my email than the RSS feeds begun to grow up and I used Thunderbird to read my feeds, but it is the wrong program for it. To slow and to big, eats memory.&lt;br /&gt;
&lt;br /&gt;
Today I started my search for an news reader! - I found &lt;a href=&quot;http://liferea.sf.net&quot;&gt;Liferea&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
A small and fast - written in GTK - newsreader. Now I&#039;m happy with the feeds. &lt;img src=&quot;http://blog.brachium-system.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 17 Aug 2006 01:32:21 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/34-guid.html</guid>
    
</item>
<item>
    <title>git - revision control systen</title>
    <link>http://blog.brachium-system.net/archives/32-git-revision-control-systen.html</link>
            <category>kernel</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/32-git-revision-control-systen.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Git the (new) revision control systen used by the &lt;a href=&quot;http://kernel.org&quot;&gt;Linux kernel&lt;/a&gt; is very nice, if you know how to use it. &lt;img src=&quot;http://blog.brachium-system.net/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;
Here are some hints for you/me:&lt;br /&gt;
&lt;br /&gt;
Downloads the git archive to your local directory &lt;i&gt;linux-2.6.16.x&lt;/i&gt;:&lt;br /&gt;
&lt;b&gt;git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git linux-2.6.16.x&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Updates your git archive with the servers archive:&lt;br /&gt;
&lt;b&gt;git pull git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.16.y.git&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Lists the available Tags in the Branch:&lt;br /&gt;
&lt;b&gt;ls -la .git/refs/tags/&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Creates an diff between to Tags:&lt;br /&gt;
&lt;b&gt;git diff v2.6.16.24..v2.6.16.25&lt;/b&gt; 
    </content:encoded>

    <pubDate>Fri, 11 Aug 2006 19:05:36 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/32-guid.html</guid>
    
</item>
<item>
    <title>rdiff-backup: declaration of love</title>
    <link>http://blog.brachium-system.net/archives/20-rdiff-backup-declaration-of-love.html</link>
            <category>backup</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/20-rdiff-backup-declaration-of-love.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    &lt;b&gt;I really love rdiff-backup&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
I use &lt;a href=&quot;http://www.nongnu.org/rdiff-backup/&quot;&gt;rdiff-backup&lt;/a&gt; with cron to backup my home directory from my raid 5 to a single harddrive daily.&lt;br /&gt;
&lt;br /&gt;
Today I have done something wrong in &lt;a href=&quot;http://www.mozilla.com/thunderbird/&quot;&gt;Thunderbird&lt;/a&gt;, so I deleted my complete INBOX!&lt;br /&gt;
&lt;br /&gt;
No problem....  Mount the backup drive, used &lt;i&gt;rdiff-backup -r now&lt;/i&gt; to restore all data.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Result:&lt;/b&gt; Lost some Spam mails &lt;img src=&quot;http://blog.brachium-system.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 22 May 2006 17:13:48 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/20-guid.html</guid>
    
</item>
<item>
    <title>Debian Volatile Service</title>
    <link>http://blog.brachium-system.net/archives/19-Debian-Volatile-Service.html</link>
            <category>debian</category>
            <category>useful stuff</category>
            <category>virus</category>
    
    <comments>http://blog.brachium-system.net/archives/19-Debian-Volatile-Service.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Relating to that  &lt;a href=&quot;http://blog.brachium-system.net/archives/5-Postfix-with-Amavis-new-for-virus-scanning.html&quot; &gt;Virus Scanning entry&lt;/a&gt; I think &lt;a href=&quot;http://volatile.debian.net&quot;&gt;Debian Volatile&lt;/a&gt; is better for an up-to-date ClamAV than &lt;a href=&quot;http://www.backports.org&quot;&gt;Backports.org&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Debian Volatile is made for packages that change very often, and you need the current upstream package on a server. Like an up-to-date virus scanning engine.&lt;br /&gt;
&lt;br /&gt;
So simple and this line to your &lt;i&gt;sources.list&lt;/i&gt; and run after that an  &lt;i&gt;apt-get update&lt;/i&gt;.&lt;br /&gt;
&lt;blockquote&gt;deb http://ftp2.de.debian.org/debian-volatile sarge/volatile main&lt;/blockquote&gt;&lt;br /&gt;
BTW: &lt;a href=&quot;http://www.debian.org/devel/debian-volatile/volatile-mirrors&quot;&gt; Volatile Mirror List&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Now you can install your clamav normally with an  &lt;i&gt;apt-get install clamav&lt;/i&gt;. 
    </content:encoded>

    <pubDate>Fri, 19 May 2006 02:18:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/19-guid.html</guid>
    
</item>
<item>
    <title>tunnel VNC session throw SSH</title>
    <link>http://blog.brachium-system.net/archives/6-tunnel-VNC-session-throw-SSH.html</link>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/6-tunnel-VNC-session-throw-SSH.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you want to tunnel VNC session via SSH you shoud start the vncserver on the remote host and than use that command&lt;br /&gt;
&lt;blockquote&gt;ssh -C -L 5901:192.168.0.1:5901 hggh.no-ip.org&lt;/blockquote&gt;&lt;br /&gt;
to create the tunnel!&lt;br /&gt;
&lt;br /&gt;
Than use vncviewer on the localhost with this command:&lt;br /&gt;
&lt;blockquote&gt;vncviewer localhost:1&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Than you have tunneled VNC throw SSH &lt;img src=&quot;http://blog.brachium-system.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
I know VNC is not very fast, but it is easy to set up than you need it NOW! &lt;img src=&quot;http://blog.brachium-system.net/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;
 
    </content:encoded>

    <pubDate>Mon, 13 Feb 2006 20:06:58 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/6-guid.html</guid>
    
</item>

</channel>
</rss>