<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://ccblog.derago.com/feeds/atom.xml" rel="self" title="Christian's Blog (ccBlog)" type="application/atom+xml" />
    <link href="http://ccblog.derago.com/"                        rel="alternate"    title="Christian's Blog (ccBlog)" type="text/html" />
    <link href="http://ccblog.derago.com/rss.php?version=2.0"     rel="alternate"    title="Christian's Blog (ccBlog)" type="application/rss+xml" />
    <title type="html">Christian's Blog (ccBlog)</title>
    <subtitle type="html">powered by derago</subtitle>
    
    <id>http://ccblog.derago.com/</id>
    <updated>2008-07-23T13:04:21Z</updated>
    <generator uri="http://www.s9y.org/" version="1.3.1">Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>

    <entry>
        <link href="http://ccblog.derago.com/archives/36-sqlite-add-columns.html" rel="alternate" title="sqlite add columns" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2008-07-23T13:04:21Z</published>
        <updated>2008-07-23T13:04:21Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=36</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=36</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/2-Computer" label="Computer" term="Computer" />
    
        <id>http://ccblog.derago.com/archives/36-guid.html</id>
        <title type="html">sqlite add columns</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                alter table t1 add column GLON real<br />
<br />
um Spalte GLON als real hinzuzufügen 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/35-Fotos-umbenennen-nach-Erstellungsdatum-im-EXIF-Tag.html" rel="alternate" title="Fotos umbenennen nach Erstellungsdatum im EXIF-Tag" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2008-06-30T10:52:34Z</published>
        <updated>2008-06-30T10:52:34Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=35</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=35</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/5-Windows" label="Windows" term="Windows" />
    
        <id>http://ccblog.derago.com/archives/35-guid.html</id>
        <title type="html">Fotos umbenennen nach Erstellungsdatum im EXIF-Tag</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div class="serendipity_imageComment_left" style="width: 110px"><div class="serendipity_imageComment_img"><a class='serendipity_image_link' href='http://ccblog.derago.com/uploads/Bilder/IrfanView-Einstellungen.png' onclick="F1 = window.open('/uploads/Bilder/IrfanView-Einstellungen.png','Zoom','height=564,width=719,top=325.5,left=608,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes'); return false;"><!-- s9ymdb:11 --><img class="serendipity_image_left" width="110" height="86"  src="http://ccblog.derago.com/uploads/Bilder/IrfanView-Einstellungen.serendipityThumb.png" alt="" /></a></div><div class="serendipity_imageComment_txt">Batch-Konvertierung</div></div>Praktisch insbesondere wenn man Fotos von mehreren Kameras hat, ist es die Fotos nach dem Erstelldatum umzubenennen. Dies geht mit IrfanView sehr gut, da alle Exif-Tags genutzt werden können.<br />
<br />
Mit IrfanView unter Batchkonvertierung bei Name (Muster) muss man dazu folgendes eintragen:<br />
$E36867(%Y-%m-%d_%H-%M-%S).jpg 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/34-grub-im-MBR-installieren.html" rel="alternate" title="grub im MBR installieren" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2008-06-05T05:59:06Z</published>
        <updated>2008-06-05T05:59:06Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=34</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    
    
        <id>http://ccblog.derago.com/archives/34-guid.html</id>
        <title type="html">grub im MBR installieren</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Wie kann man bei gentoo mit genkernel bei grub den MasterBootRecord erneuern?<br />
<br />
grub --no-floppy<br />
<br />
grub> root (hd0,0)    (Specify where your /boot partition resides)<br />
grub> setup (hd0)     (Install GRUB in the MBR)<br />
grub> quit            (Exit the GRUB shell) 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/33-DNS-LookupQuery.html" rel="alternate" title="DNS Lookup/Query" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2008-01-22T13:41:22Z</published>
        <updated>2008-01-22T13:41:22Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=33</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=33</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/2-Computer" label="Computer" term="Computer" />
    
        <id>http://ccblog.derago.com/archives/33-guid.html</id>
        <title type="html">DNS Lookup/Query</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Wie mache ich eine einfache DNS oder Rückwarts-DNS Abfrage?<br />
<br />
nslookup xxx<br />
<br />
statt xxx kann ein Servername oder eine IP-Adresse verwendet werden. 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/32-Recycler-loeschen.html" rel="alternate" title="Recycler löschen" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-12-05T17:02:10Z</published>
        <updated>2007-12-05T17:02:10Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=32</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    
    
        <id>http://ccblog.derago.com/archives/32-guid.html</id>
        <title type="html">Recycler löschen</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                in der Kommandozeile<br />
rd /s /q c:\Recycler 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/31-Links-erzeugen.html" rel="alternate" title="Links erzeugen" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-12-04T19:12:18Z</published>
        <updated>2007-12-04T19:12:18Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=31</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://ccblog.derago.com/archives/31-guid.html</id>
        <title type="html">Links erzeugen</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                für Verzeichnisse gehen nur symbolische Links:<br />
<br />
cd /<br />
ln -s /freigaben/xx3/Privat/bak/home .<br />
<br />
legt im root eine Verknüfung home an die auf /freigaben/xx3/Privat/bak/home verweist 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/30-Windows-Probleme-beseitigen.html" rel="alternate" title="Windows-Probleme beseitigen" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-10-16T11:03:16Z</published>
        <updated>2007-10-16T11:03:16Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=30</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    
    
        <id>http://ccblog.derago.com/archives/30-guid.html</id>
        <title type="html">Windows-Probleme beseitigen</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <div>
<p style="font-weight:bold">Problem mit wins/netbt<p>
<ul><li>netsh winsock reset</li>
<li>netsh int ip reset c:\resetlog.txt</li></ul>
<p style="font-weight:bold">Problem mit WindowsUpdate<p>
<p>WindowsUpdateAgent30-x86.exe /wuforce<p>
</div> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/29-SmartfestplattenstatusGesundheit.html" rel="alternate" title="Smartfestplattenstatus/Gesundheit" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-10-12T10:53:29Z</published>
        <updated>2007-10-16T11:07:59Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=29</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/2-Computer" label="Computer" term="Computer" />
    
        <id>http://ccblog.derago.com/archives/29-guid.html</id>
        <title type="html">Smartfestplattenstatus/Gesundheit</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                SMART Health Status<br />
 <br /><a href="http://ccblog.derago.com/archives/29-SmartfestplattenstatusGesundheit.html#extended">Continue reading "Smartfestplattenstatus/Gesundheit"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/28-SQL-Statements.html" rel="alternate" title="SQL-Statements" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-09-20T14:47:20Z</published>
        <updated>2007-10-16T11:08:38Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=28</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/2-Computer" label="Computer" term="Computer" />
    
        <id>http://ccblog.derago.com/archives/28-guid.html</id>
        <title type="html">SQL-Statements</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Alle Zeilen mit Energieart Wasser löschen:<br />
DELETE FROM "dt_stg" WHERE "EArt"='4'<br />
 <br /><a href="http://ccblog.derago.com/archives/28-SQL-Statements.html#extended">Continue reading "SQL-Statements"</a>
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://ccblog.derago.com/archives/27-Bash-tips.html" rel="alternate" title="Bash tips" />
        <author>
            <name>Christian Czech</name>
                    </author>
    
        <published>2007-09-19T15:18:36Z</published>
        <updated>2007-09-20T14:49:34Z</updated>
        <wfw:comment>http://ccblog.derago.com/wfwcomment.php?cid=27</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://ccblog.derago.com/rss.php?version=atom1.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    
            <category scheme="http://ccblog.derago.com/categories/3-Linux" label="Linux" term="Linux" />
    
        <id>http://ccblog.derago.com/archives/27-guid.html</id>
        <title type="html">Bash tips</title>
        <content type="xhtml" xml:base="http://ccblog.derago.com/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Let Bash Save Your Aching Fingers<br />
<br />
One the greatest things about Linux is that all you really need is a command prompt to get some work done. Of course, this comes at the expense of stressing out your finger muscles. Or... does it? Here's some nice little tips to save your aching fingers.<br />
<br />
Sometimes you get tired of entering the same commands over and over again.<br />
 <br /><a href="http://ccblog.derago.com/archives/27-Bash-tips.html#extended">Continue reading "Bash tips"</a>
            </div>
        </content>
        
    </entry>

</feed>