Nach einer Woche kann ich langsam darüber schreiben auch wenn es immer noch schmerzt: Letzten Montag ist unsere Mietz Nr. 1 – Lucia – verstorben. Mit einem Herzklappenfehler konnte und wollte Sie nicht mehr gegen eine innere Entzündung ankämpfen. :(

12 Jahre voll Freude und viel Schmuserei bleiben in Erinnerung.
Ein paar ältere Bilder gibt’s noch in der Premium-Content-Kategorie.
Leipzig Hauptbahnhof, Regionalzug nach Lutherstadt Wittenberg. Auf dem Nebengleis steht der ICE nach Dresden mit dem schönen Namen “Rathenow” (gut lesbar an der Außenhaut aufge“malt”). Kommentar des blonden Mädchens in der Sitzgruppe hinter mir: “Wow, hätte ja nicht gedacht, dass es einen ICE nach Rathenow gibt, ist doch nur so ein kleines Nest bei Berlin!”
Dass bei Neuinstallation oder Update von Software der Rechner (bzw. Windows) neu gestartet werden muss, ist zwar inzwischen immer mehr die Ausnahme, kommt aber hin und wieder doch vor. Die Frechheit, den Rechner ohne jeglichen Hinweis oder Rückfrage allerdings einfach neu zu booten habe ich allerdings gerade zum ersten Mal erlebt. Vielen Dank an die Logitech-G15-Software.
MountainKing am 13. Dezember 2009
Technik | [2]
Sollte jemandem die Meldung bei einem Update auftauchen – genauer bei einem Update zum »dependency based boot system« – einfach mal nachschauen, ob libdevmapper1.02.1 schon bzw. zusätzlich installiert ist. In dieser Version sind die fehlenden LSB-Header gefixt. Wenn ja, die veraltete (deprecated) Version entfernen (purge):
apt-get remove --purge libdevmapper1.02
und die Umstellung auf das neue Bootsystem erneut anstoßen:
dpkg-reconfigure sysv-rc
Huch!
Wine 5.0.2? Jawollja.
Ein 2008er Tempranillo aus Spanien ökologisch angebaut.
Aus der Produktbeschreibung:
What is Debian?
Debian 5.0.2 is a free minded wine made from Tempranillo grapes in Extremadura, Spain. This vintage was pressed in 2008 following an ecological policy using traditional centuries-old methods.
You might also know Debian as an operating system for computers. In case you don’t, an operating system is the set of basic programs and utilities that make your computer run. Debian is everywhere, and soon it will also be inside your glass. Enjoy!
Why wine?
Wine, while not being completely free, is a tasty and universal beverage. It is enjoyed around the world at all sorts of occasions and has been known for centuries in many cultures as well as on IRC.
Getting started
1. Gather a group of Debian wine lovers.
2 Open the bottle, share the wine, share the software and if you’re drunk enough, run for DPL!
3. Profit.
Please report bugs and success stories to vino@debian-community.org Best served at 18¬∞C – keep away from flamewars!
Der Wein kann über das Cafe Libertad bezogen werden.
Auch nett gemeinte Aussagen können schmerzen: neulich wurde ich in Berlin wegen meines angeblich nicht so stark ausgeprägten Dialektes als Sachsen-Anhaltiner verunglimpft. Die sehr wahrscheinlich als Kompliment gemeinte Bemerkung musste ich natürlich mit einem kleinen Exkurs in die sächsische Geschichte beantworten, der deutlich macht, dass der sogenannte “Freistaat” Thüringen sowie die klägliche und künstliche Nachkriegskonstruktion Sachsen-Anhalt in Wahrheit natürlich unter wettinische Herrschaft und somit zu Sachsen gehören. Vielleicht sollte man eine Sachsenpartei gründen?
yab_email is a tiny Textpattern CMS-Plugin for obfuscating and defuscating email adresses to prevent harvesting email adresses.
This plugin will use jQuery and is based on the jQuery plugin Email Defuscator.
Download
yab_email_v0.7.txt
yab_email plugin help
A simple email obfuscator/defuscator (jQuery based)
Version: 0.7
Plugin requirements
yab_email’s minimum requirements:
- Textpattern 4.x
- jQuery 1.3.x
Tags
yab_email
Place this in your site to hide your email address from harvesters and bots.
email: a valid email address
Default: name@example.com
An email address, you want to be obfuscated.
class: class name
Default: yab-email-link
A class name for generated <span />
or <a />
element.
at: word between parenthesis
Default: at
A text string, that will be in parenthesis in obfuscated email.
link: boolean
Default: 1
Generate a link or show email as span element.
text: a link text
Default: not set
A text string, that will be the link text. Overwrite a link="0"
.
set_js: boolean
Default: 1
Generate Javascript for this very tag.
yab_email_javascript
If you have more email addresses you want to be obfuscated or your jQuery inlcude is at the bottom of your site, you can place this tag after the jQuery include.
class: class name
Default: yab-email-link
A class name for generated <span />
or <a />
element. Has to be the same as in <txp:yab_email />
link: boolean
Default: 1
Generate a link or show as span element.
Examples
Example 1
Example with a jQuery inlcude in the head and only one address to obfuscate.
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Your tilte</title>
<link rel="stylesheet" href="/path/to/your/stylesheet.css" />
<script src="/path/to/your/jQuery.js"></script>
</head>
<body>
<p><txp:yab_email email="contact@example.com" /></p>
</body>
</html>
Example 2
Example with a jQuery inlcude at the bottom and probably more address to obfuscate.
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Your tilte</title>
<link rel="stylesheet" href="/path/to/your/stylesheet.css" />
</head>
<body>
<p><txp:yab_email email="contact@example.com" set_js="0" /></p>
<p><txp:yab_email email="ceo@example.com" set_js="0" /></p>
</body>
<script src="/path/to/your/jQuery.js"></script>
<txp:yab_email_javascript />
</html>
Licence
This plugin is released under the GNU General Public License Version 2 and above
Author contact
Changelog
- 2009-09-20 v0.1
- 2009-09-20 v0.2
- bugfix: releated DOM load
- 2009-09-20 v0.3
- feature: added class attribute
- bugfix: style in plugin help
- 2009-09-21 v0.4
- bugfix: fixed XHTML validation errors
- feature: added new attribute link
- 2012-09-04 v0.5
- bugfix: withespaces in href are now correctly escaped
- bugfix: removed redundant type attributes in script tag
- bugfix: plugin help rewritten and extended (plugin help guidelines)
- 2012-09-24 v0.6
- bugfix: does now work with jQuery >= v1.8.0
- 2017-02-10 v0.7