<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>krausam</title>
	<atom:link href="http://www.krausam.de/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.krausam.de</link>
	<description></description>
	<pubDate>Fri, 20 Aug 2010 19:27:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Der Unterschied zwischen Lux und Lumen</title>
		<link>http://www.krausam.de/?p=37</link>
		<comments>http://www.krausam.de/?p=37#comments</comments>
		<pubDate>Fri, 20 Aug 2010 18:51:11 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Gear]]></category>

		<category><![CDATA[Taschenlampen]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=37</guid>
		<description><![CDATA[Lumen:
Lumen ist die Maßeinheit für die Lichtmenge die von einer Lichtquelle aus geht.
Beispiel: Die Lampe erzeugt 100 Lumen.
Wasserbeispiel:
Liter die pro Minute aus einem Wasserhahn kommen.
Lux:
Lux ist die Maßeinheit mit der die Lichtmenge, welche auf einen Punkt trifft gemessen wird.
Beispiel: Bei 5m Entfernung hat die Mitte des Lichtkegels 100 Lux
Wasserbeispiel:
Füllstand eines Eimers nach einer Minute im [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lumen:</strong><br />
Lumen ist die Maßeinheit für die Lichtmenge die von einer Lichtquelle aus geht.<br />
Beispiel: Die Lampe erzeugt 100 Lumen.<br />
Wasserbeispiel:<br />
Liter die pro Minute aus einem Wasserhahn kommen.</p>
<p><strong>Lux:</strong><br />
Lux ist die Maßeinheit mit der die Lichtmenge, welche auf einen Punkt trifft gemessen wird.<br />
Beispiel: Bei 5m Entfernung hat die Mitte des Lichtkegels 100 Lux<br />
Wasserbeispiel:<br />
Füllstand eines Eimers nach einer Minute im Regen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>4sevens Quark MiNi AA</title>
		<link>http://www.krausam.de/?p=35</link>
		<comments>http://www.krausam.de/?p=35#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:06:49 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Taschenlampen]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=35</guid>
		<description><![CDATA[Ich hab mir heute mal wieder eine neue Lampe gekauft:
4sevens Quark MiNi AA
]]></description>
			<content:encoded><![CDATA[<p>Ich hab mir heute mal wieder eine neue Lampe gekauft:</p>
<p><a href="http://www.4sevens.com/product_info.php?cPath=297_355&#038;products_id=2044">4sevens Quark MiNi AA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=35</wfw:commentRss>
		</item>
		<item>
		<title>SSH/Shell access to iomega StorCenter ix2</title>
		<link>http://www.krausam.de/?p=33</link>
		<comments>http://www.krausam.de/?p=33#comments</comments>
		<pubDate>Sat, 27 Jun 2009 09:55:10 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Embeded]]></category>

		<category><![CDATA[Spielzeug]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=33</guid>
		<description><![CDATA[I recently got the &#8220;iomega StorCenter ix2&#8243; it&#8217;s a little NAS for home or small office use.
Soon it was clear to me that it runs Linux, and a Linux device whithout shell access is hard to bear.
After googeling for a day, I found nothing on this subject which would work whith a recent firmware version [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got the &#8220;iomega StorCenter ix2&#8243; it&#8217;s a little NAS for home or small office use.<br />
Soon it was clear to me that it runs Linux, and a Linux device whithout shell access is hard to bear.<br />
After googeling for a day, I found nothing on this subject which would work whith a recent firmware version (2.0.15.43099).<br />
So here is what I did to get access:</p>
<p>I opened the case to get direct access to the S-ATA HDs, then I connected the HDs to my Linux PC.<br />
After booting up, I could see how it is configured:</p>
<p>My PC detected the 2 HDs as /dev/sdb and /dev/sdc.<br />
Each HD contains 2 Linux software-raid partitions.<br />
The first raid partition (1GB) is always raid1 and contains the firmware.<br />
The second raid partition is raid1 or linear-raid; this is configurable whith the web interface.</p>
<p>After assembling the first raid with<br />
<code>mdadm /dev/md0 /dev/sdb1 /dev/sdc1</code><br />
I could mount /dev/md0 to /mnt<br />
<code>mount /dev/md0 /mnt/md0</code><br />
(the filesystem is ext2).<br />
The mounted filesystem contained:<br />
<code><br />
# ls -lh<br />
drwxr-xr-x    2 root     root         4.0k Mar 14 16:52 images<br />
drwx------    2 root     root        16.0k Mar 14 15:00 lost+found<br />
-rwx------    1 root     root       512.0M Mar 14 16:54 swapfile<br />
# ls -lh images/<br />
-rw-r--r--    1 root     root       163.0M Jun 25 20:37 apps<br />
-rw-r--r--    1 root     root         5.0M Mar 14 15:03 config<br />
-rw-r--r--    1 root     root       416.0k Jun 25 20:37 oem<br />
</code><br />
The files in images/ looked like they contained what I was searching for. To find out the filetype I used file:<br />
<code><br />
# file images/*<br />
images/apps:   Linux rev 0.0 ext2 filesystem data<br />
images/config: Linux rev 0.0 ext2 filesystem data<br />
images/oem:    Linux Compressed ROM File System data, little endian size 425984 version #2 sorted_dirs CRC 0xd3a158e1, edition 0, 222 blocks, 34 files<br />
</code><br />
That meant that I could simply mount the config and apps file, as they contained an ext2 filesystem.<br />
<code><br />
mount -o loop /mnt/md0/images/config /mnt/config<br />
</code><br />
This image file contained the /etc directory of the storage.<br />
Now I could edit the configfiles and changed the following files:</p>
<p>Activate ssh:<br />
<code><br />
init.d/S50ssh<br />
</code><br />
There I changed:<br />
<code><br />
start() {<br />
        echo -n "Starting sshd: "<br />
        #/usr/sbin/sshd<br />
        #touch /var/lock/sshd<br />
        echo "OK"<br />
}<br />
stop() {<br />
        echo -n "Stopping sshd: "<br />
        #killall sshd<br />
        #rm -f /var/lock/sshd<br />
        echo "OK"<br />
}<br />
</code><br />
To:<br />
<code><br />
start() {<br />
        echo -n "Starting sshd: "<br />
        /usr/sbin/sshd<br />
        touch /var/lock/sshd<br />
        echo "OK"<br />
}<br />
stop() {<br />
        echo -n "Stopping sshd: "<br />
        killall sshd<br />
        rm -f /var/lock/sshd<br />
        echo "OK"<br />
}<br />
</code></p>
<p><code><br />
sshd_config<br />
</code><br />
Changed:<br />
<code><br />
Subsystem      sftp    /usr/sbin/sftp-server<br />
</code><br />
To:<br />
<code><br />
#Subsystem      sftp    /usr/sbin/sftp-server<br />
</code></p>
<p>To set a password I simply copied the hash from an account of my PC to the shadow file.<br />
<code><br />
shadow<br />
root:</code>Hash from my PCs account<code>:10933:0:99999:7:::<br />
</code></p>
<p>After unmounting all disks, shutting down my PC, reconnecting the drives to the StorCenter and switching it on, I had access:<br />
<code><br />
Starting Nmap 4.76 ( http://nmap.org ) at 2009-06-27 11:15 CEST<br />
Interesting ports on storage (192.168.2.11):<br />
PORT   STATE SERVICE<br />
22/tcp open  ssh<br />
MAC Address: 00:D0:B8:03:0B:33 (Iomega)</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 0.34 seconds</p>
<p>ssh root@storage<br />
root@storage's password:</p>
<p>BusyBox v1.8.2 (2009-01-09 09:01:03 EST) built-in shell (ash)<br />
Enter 'help' for a list of built-in commands.</p>
<p>#<br />
</code></p>
<p>Some impressions from the comandline:<br />
<code><br />
# mount<br />
rootfs on / type rootfs (rw)<br />
/dev/root.old on /initrd type ext2 (rw)<br />
none on / type tmpfs (rw)<br />
/dev/md0 on /boot type ext2 (rw)<br />
/dev/loop0 on /mnt/apps type ext2 (ro)<br />
/dev/loop1 on /etc type ext2 (rw)<br />
/dev/loop2 on /oem type cramfs (ro)<br />
proc on /proc type proc (rw)<br />
none on /proc/bus/usb type usbfs (rw)<br />
none on /sys type sysfs (rw)<br />
devpts on /dev/pts type devpts (rw)<br />
/dev/md1 on /mnt/soho_storage type ext3 (rw,noatime,data=ordered)<br />
/dev/sdc1 on /mnt/soho_storage/samba/shares/conny type vfat (rw,fmask=0000,dmask=0000,codepage=cp437,iocharset=utf8)<br />
/dev/sdd1 on /mnt/soho_storage/samba/shares/micha type ext3 (rw,data=ordered)</p>
<p># df<br />
Filesystem                Size      Used Available Use% Mounted on<br />
/dev/root.old             3.7M      1.1M      2.5M  30% /initrd<br />
none                     61.8M      2.9M     58.9M   5% /<br />
/dev/md0                980.4M    845.5M     85.1M  91% /boot<br />
/dev/loop0              162.3M    135.7M     18.5M  88% /mnt/apps<br />
/dev/loop1                4.8M    754.0k      3.9M  16% /etc<br />
/dev/loop2              888.0k    888.0k         0 100% /oem<br />
/dev/md1                922.2G    118.8G    794.1G  13% /mnt/soho_storage<br />
/dev/sdc1               232.8G    201.3G     31.5G  86% /mnt/soho_storage/samba/shares/conny<br />
/dev/sdd1               275.1G    549.0M    260.6G   0% /mnt/soho_storage/samba/shares/micha</p>
<p># cat /proc/mdstat<br />
Personalities : [raid1] [raid10] [linear]<br />
md1 : active linear sda2[0] sdb2[1]<br />
      974727680 blocks 0k rounding</p>
<p>md0 : active raid1 sda1[0] sdb1[1]<br />
      1020032 blocks [2/2] [UU]</p>
<p>unused devices: <none></p>
<p># cat /proc/cpuinfo<br />
Processor       : ARM926EJ-S rev 0 (v5l)<br />
BogoMIPS        : 266.24<br />
Features        : swp half thumb fastmult edsp<br />
CPU implementer : 0&#215;41<br />
CPU architecture: 5TEJ<br />
CPU variant     : 0&#215;0<br />
CPU part        : 0&#215;926<br />
CPU revision    : 0<br />
Cache type      : write-back<br />
Cache clean     : cp15 c7 ops<br />
Cache lockdown  : format C<br />
Cache format    : Harvard<br />
I size          : 32768<br />
I assoc         : 1<br />
I line length   : 32<br />
I sets          : 1024<br />
D size          : 32768<br />
D assoc         : 1<br />
D line length   : 32<br />
D sets          : 1024</p>
<p>Hardware        : Feroceon<br />
Revision        : 0000<br />
Serial          : 0000000000000000</p>
<p># iostat<br />
      sda             sdb             md0             md1             sdc             sdd             cpu<br />
  kps tps svc_t   kps tps svc_t   kps tps svc_t   kps tps svc_t   kps tps svc_t   kps tps svc_t  us  sy  wt  id<br />
   23   1   4.4   676  15   4.1    24   2   0.0   668 122   0.0     4   1   3.5     2   0   9.9  25  12  13  50</p>
<p># sdparm -C stop /dev/sdc<br />
    /dev/sdc: ST325082  0A                3.AA</p>
<p># rsync -aPh mk@schreibtisch:/home/mk/Desktop/foodir /mnt/soho_storage/samba/shares/micha/Desktop<br />
receiving file list &#8230;<br />
4 files to consider<br />
foodir/<br />
foodir/foofile1<br />
           0 100%    0.00kB/s    0:00:00 (xfer#1, to-check=2/4)<br />
foodir/foofile2<br />
           0 100%    0.00kB/s    0:00:00 (xfer#2, to-check=1/4)<br />
foodir/foofile3<br />
           0 100%    0.00kB/s    0:00:00 (xfer#3, to-check=0/4)</p>
<p>sent 92 bytes  received 247 bytes  678.00 bytes/sec<br />
total size is 0  speedup is 0.00</p>
<p># lv<br />
lvchange     lvdisplay    lvm          lvmdiskscan  lvmsar       lvremove     lvresize     lvscan<br />
lvcreate     lvextend     lvmchange    lvmsadc      lvreduce     lvrename     lvs<br />
# pv<br />
pvchange   pvcreate   pvdisplay  pvmove     pvremove   pvresize   pvs        pvscan<br />
# vg<br />
vgcfgbackup   vgchange      vgconvert     vgdisplay     vgextend      vgmerge       vgreduce      vgrename      vgscan<br />
vgcfgrestore  vgck          vgcreate      vgexport      vgimport      vgmknodes     vgremove      vgs           vgsplit</p>
<p># top<br />
Mem: 124424K used, 2248K free, 0K shrd, 8588K buff, 89860K cached<br />
CPU:  53% usr  30% sys   0% nice   7% idle   0% io   0% irq   7% softirq<br />
Load average: 1.34 0.96 1.79<br />
  PID  PPID USER     STAT   VSZ %MEM %CPU COMMAND<br />
18683 18682 root     S     4916   4%  65% ssh krausam.de rsync &#8211;server &#8211;sender -vlogDtpr . /mnt/programme<br />
   55     2 root     SW       0   0%  10% [pdflush]<br />
 1338 31651 root     R     2820   2%   7% top<br />
26256   740 root     S <   352m 284%   5% /usr/sbin/appweb -r /usr/local/appweb -f appweb.conf<br />
18709 18682 root     S     6300   5%   5% rsync -aPh krausam.de:/mnt/programme ./<br />
  839   740 root     S    68312  54%   0% /usr/sbin/upnpd -webdir /etc/upnpd/web<br />
  740     1 root     S    11100   9%   0% /sbin/executord -c /etc/sohoConfig.xml<br />
 1790   740 root     S     8276   7%   0% /usr/local/samba/sbin/smbd -F<br />
 1833  1790 root     S     8276   7%   0% /usr/local/samba/sbin/smbd -F<br />
17127   672 root     S     7240   6%   0% sshd: root@pts/1<br />
31634   672 root     S     7080   6%   0% sshd: root@pts/2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=33</wfw:commentRss>
		</item>
		<item>
		<title>Piratenpartei</title>
		<link>http://www.krausam.de/?p=32</link>
		<comments>http://www.krausam.de/?p=32#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:37:46 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Politik]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=32</guid>
		<description><![CDATA[Die Piratenpartei benötigt immer noch Unterschriften, um auf die Wahlzettel für die Bundestagswahl zu kommen.
Hier gibt es das benötigte Formular.
]]></description>
			<content:encoded><![CDATA[<p>Die <a href="http://www.piratenpartei.de">Piratenpartei</a> benötigt immer noch Unterschriften, um auf die Wahlzettel für die Bundestagswahl zu kommen.<br />
<a href="http://ich.waehlepiraten.de">Hier</a> gibt es das benötigte Formular.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=32</wfw:commentRss>
		</item>
		<item>
		<title>LED Taschenlampen</title>
		<link>http://www.krausam.de/?p=31</link>
		<comments>http://www.krausam.de/?p=31#comments</comments>
		<pubDate>Mon, 13 Apr 2009 17:39:53 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Taschenlampen]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=31</guid>
		<description><![CDATA[In den letzten Jahren hat sich einiges in der LED Technik getan. Ich hab mir nun eine LED Taschenlampe (Olight T10) zugelegt, und bin von deren helligkeit sehr beindruckt.
Wer nach LED Lampen sucht, sollte sich vorher hier informieren.
]]></description>
			<content:encoded><![CDATA[<p>In den letzten Jahren hat sich einiges in der LED Technik getan. Ich hab mir nun eine LED Taschenlampe (<a href="http://www.olightworld.com/">Olight</a> T10) zugelegt, und bin von deren helligkeit sehr beindruckt.<br />
Wer nach LED Lampen sucht, sollte sich vorher <a href="http://www.candlepowerforums.com/">hier</a> informieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=31</wfw:commentRss>
		</item>
		<item>
		<title>Aufschlauen: Bash - Teil1 echo,Variablen</title>
		<link>http://www.krausam.de/?p=30</link>
		<comments>http://www.krausam.de/?p=30#comments</comments>
		<pubDate>Fri, 07 Nov 2008 17:32:36 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Aufschlauen]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=30</guid>
		<description><![CDATA[Die Bash ist auf den meisten Unixsystemen die Standard-Shell.
Die Shell ermöglicht es uns dem System Befehle zu erteilen.
Befehle können entweder Teil der Shell oder externe Programme sein.
Schauen wir uns einmal an, was wir mit der Bash und den eingebauten Befehlen tun können.
Starte eine Konsole, dabei wird das &#8220;Konsolen-Programm&#8221; eine Shell ausführen, die auf unsere Befehle [...]]]></description>
			<content:encoded><![CDATA[<p>Die Bash ist auf den meisten Unixsystemen die Standard-Shell.<br />
Die Shell ermöglicht es uns dem System Befehle zu erteilen.<br />
Befehle können entweder Teil der Shell oder externe Programme sein.<br />
Schauen wir uns einmal an, was wir mit der Bash und den eingebauten Befehlen tun können.<br />
Starte eine Konsole, dabei wird das &#8220;Konsolen-Programm&#8221; eine Shell ausführen, die auf unsere Befehle wartet. Normalerweise wird als Shell eine Bash verwendet. Dies können wir überprüfen, indem wir Folgendes eingeben:<br />
<code>echo $0</code><br />
Sollte in der Ausgabe nicht der Name &#8220;bash&#8221; vorkommen, so befindest du dich vermutlich nicht in einer Bash, und du wirst möglicherweise nicht alles hier Beschriebene ausführen können. Du kannst dann versuchen eine Bash zu starten indem du <code>bash</code> eingibst; wenn du dabei eine Fehlermeldung bekommst, muss Bash erst installiert werden.</p>
<p>Mit echo haben wir bereits den ersten Buildin-Befehl kennengelernt.<br />
echo kann einen Text auf unser Terminal, genauer gesagt auf unser stdout (Was das ist lernen wir auch noch), schreiben.<br />
Gib Folgendes ein:<br />
<code>echo "Hallo, das ist ein Test"</code><br />
Du wirst dich jetzt möglicherweise fragen wozu das gut ist.<br />
Interessanter wird es, wenn wir Variablen kennen lernen:<br />
<code><br />
testvar="Ich bin ein Text in einer Variable"<br />
echo $testvar<br />
</code><br />
In Variablen können wir Texte, so genannte Strings, speichern.<br />
An der Stelle, wo wir $testvar schreiben, wird tatsächlich der String eingetragen, den wir zuvor in der Variable testvar gespeichert haben.<br />
echo $testvar<br />
wird also zu<br />
echo &#8220;Ich bin ein Text in einer Variable&#8221;<br />
Jetzt noch mal etwas kompexer:<br />
<code><br />
name="Klaus"<br />
echo "Hallo $name"<br />
vorname="$name"<br />
nachname="Meier"<br />
name="$vorname $nachname"<br />
anrede="Hallo"<br />
echo "$anrede $name"<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>GNU/Linux Newbies aufschlauen</title>
		<link>http://www.krausam.de/?p=29</link>
		<comments>http://www.krausam.de/?p=29#comments</comments>
		<pubDate>Sat, 25 Oct 2008 12:13:20 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[Aufschlauen]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=29</guid>
		<description><![CDATA[In letzter Zeit wird GNU/Linux auf dem Desktop immer populärer, das hat sicher auch damit zu tun, das es immer einfacher wird ein solches System zu verwenden.
Leider gehen mit diesen Vereinfachungen auch einige Vorteile eines Unix Betriebsystems verloren.
Ich werde daher versuchen ab und zu einen Artikel schreiben, in dem ich vorstelle, was man mit einer [...]]]></description>
			<content:encoded><![CDATA[<p>In letzter Zeit wird GNU/Linux auf dem Desktop immer populärer, das hat sicher auch damit zu tun, das es immer einfacher wird ein solches System zu verwenden.<br />
Leider gehen mit diesen Vereinfachungen auch einige Vorteile eines Unix Betriebsystems verloren.<br />
Ich werde daher versuchen ab und zu einen Artikel schreiben, in dem ich vorstelle, was man mit einer Unix Shell tun kann, und was hinter der Graphischen Oberfläche verborgen ist.</p>
<p>Viel Spaß</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>TiddlyWiki</title>
		<link>http://www.krausam.de/?p=28</link>
		<comments>http://www.krausam.de/?p=28#comments</comments>
		<pubDate>Wed, 09 Jan 2008 11:45:58 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[PIM]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=28</guid>
		<description><![CDATA[bei der Suche nach einem Notiz Programm hab ich TiddlyWiki gefunden. Das TiddlyWiki ist ein Wiki, welches nur mit einer einzigen lokalen html Datei funktioniert. Mittels JavaScript schreibt sich Das Wiki die Daten bei Änderungen in die eigene Datei.
]]></description>
			<content:encoded><![CDATA[<p>bei der Suche nach einem Notiz Programm hab ich <a href="http://www.tiddlywiki.com">TiddlyWiki</a> gefunden. Das TiddlyWiki ist ein Wiki, welches nur mit einer einzigen lokalen html Datei funktioniert. Mittels JavaScript schreibt sich Das Wiki die Daten bei Änderungen in die eigene Datei.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>www.krausam.de umzug</title>
		<link>http://www.krausam.de/?p=27</link>
		<comments>http://www.krausam.de/?p=27#comments</comments>
		<pubDate>Wed, 21 Nov 2007 10:37:34 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[krausam]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=27</guid>
		<description><![CDATA[gerade hab ich www.krausam.de auf meinen eigenen Server umgezogen, leider sind dabei die Kategorien abhanden gekommen.
]]></description>
			<content:encoded><![CDATA[<p>gerade hab ich www.krausam.de auf meinen eigenen Server umgezogen, leider sind dabei die Kategorien abhanden gekommen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=27</wfw:commentRss>
		</item>
		<item>
		<title>Akismet</title>
		<link>http://www.krausam.de/?p=26</link>
		<comments>http://www.krausam.de/?p=26#comments</comments>
		<pubDate>Sun, 24 Jun 2007 16:02:09 +0000</pubDate>
		<dc:creator>micha</dc:creator>
		
		<category><![CDATA[krausam]]></category>

		<guid isPermaLink="false">http://www.krausam.de/?p=26</guid>
		<description><![CDATA[Ich bekomme unmengen von Spam in meine Wordpress Comments. Ich werde jetzt mal das Anti-Spam plugin Akismet ausprobieren.
]]></description>
			<content:encoded><![CDATA[<p>Ich bekomme unmengen von Spam in meine Wordpress Comments. Ich werde jetzt mal das Anti-Spam plugin Akismet ausprobieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.krausam.de/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
	</channel>
</rss>
