Januar 19, 2009 at 7:57 pm.
Abgelegt unter:
Jabber,
Software
guruz @ 7:57 pm
In case anyone googles for this, I had problems doing this. Somehow, the DB upgrade scripts were not executed. So it complained because it could not find its tables:
java.lang.IllegalArgumentException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException:
Table 'openfiredb.ofID' doesn't exist
What I did was to check in the jiveVersion table which DB version was set for “openfire”. Then I mysql’ed the SQL files in /opt/openfire/resources/database/upgrade manually to the latest version.
Then everything worked fine. Why it didn’t run the SQL scripts automatically? I don’t know. But it once again proves that the quality of Openfire is.. not so high.
Nett zu lesen. Unter anderem interessant:
“We did create unwritable registry keys and file names, by exploiting an “impedance mismatch” between the Win32 API and the NT API. Windows, ever since XP, is fundamentally built on top of the NT kernel. NT is fundamentally a Unicode system, so all the strings internally are 16-bit counter Unicode. The Win32 API is fundamentally Ascii. There are strings that you can express in 16-bit counted Unicode that you can’t express in ASCII. Most notably, you can have things with a Null in the middle of it. That meant that we could, for instance, write a Registry key that had a Null in the middle of it. Since the user interface is based on the Win32 API, people would be able to see the key, but they wouldn’t be able to interact with it because when they asked for the key by name, they would be asking for the Null-terminated one. Because of that, we were able to make registry keys that were invisible or immutable to anyone using the Win32 API. Interestingly enough, this was not only all civilians and pretty much all of our competitors, but even most of the antivirus people.”
Hier lesen 
November 25, 2008 at 10:59 pm.
Abgelegt unter:
Meta,
Software
guruz @ 10:59 pm
Zwar ist der offizielle Weg etwas stressiger, aber ich habe bis jetzt meine Wordpress-Installationen (zum Beispiel diese hier oder das Blog in dem dieser Beitrag steht) immer geupdated indem ich die neue latest.tar.gz gezogen habe und dann im htdocs Verzeichnis folgendes ausgefuehrt habe:
tar xfvz ../latest.tar.gz --strip-components=1
Damit wird das “wordpress/” am Anfang jedes Dateipfads entfernt.
Aus der man-Page:
--strip-components NUMBER, --strip-path NUMBER
strip NUMBER of leading components from file names before extraction
Somit ist jetzt hier auch das neueste Sicherheitsupdate auf 2.6.5 installiert 
I had some trouble with this (updated my Eclipse for my p300 development), however this works for me on 10.4.x:
- Install the CollabNet SVN package from http://www.collab.net/downloads/community/
- Install Eclipse Ganymede
- In Eclipse, in Help -> Software Updates -> Add Site http://subclipse.tigris.org/update_1.4.x
- Check the latest Version of Subclipse and JavaHL and have it installed
- Restart Eclipse.. and you don’t get “unable to load default SVN client” anymore
The svn binaries are now in /opt/subversion, so maybe you also have to adapt your PATH variable in $HOME/.profile
Mit folgendem Befehl (den man in der Konsole eingibt) kann man die Pfeile zum Apple iTunes Music Store
neben den Liedern entfernen:
defaults write com.apple.iTunes show-store-arrow-links -bool FALSE
Gefunden hab ich diesen Befehl fuer OS X auf tuaw.com. Fuer das Windows iTunes gibt es wohl auch was.
Juni 18, 2008 at 3:56 pm.
Abgelegt unter:
Software,
Web
guruz @ 3:56 pm
Ich hab grad mal Firefox 3 ausprobiert. Sieht huebsch aus.. jetzt warte ich mal die naechsten Monate ab.. momentan bin ich ja Camino-User.
Juni 13, 2008 at 1:12 pm.
Abgelegt unter:
Software,
Web
guruz @ 1:12 pm
Zumindest koennte man das hoffen wenn man den letzten Abschnitt dieses Golem-Artikels liest. Denn Google Talk basiert schliesslich auf Jabber. Schoen waere es auf jeden Fall
Update 16.6.2008: Readwriteweb.com hat dazu eine pessimistischere Ansicht.
April 21, 2008 at 11:59 am.
Abgelegt unter:
Apple,
Software
guruz @ 11:59 am
Ich weiss schon wieso ich hier auch den Adobe Reader habe obwohl die Apple Vorschau 5 mal so schnell ist:
- Bessere Darstellung mancher PDFs, besonders von meiner Uni. Die haben mit Vorschau eine schreckliche Schrift.
- Besseres Kopieren aus mehrspaltigen Seiten. Die Vorschau will volle Breite kopieren, der Adobe Reader gottseidank nur das aus der Spalte, in der meine Maus ist.
Januar 26, 2008 at 3:04 pm.
Abgelegt unter:
Meta,
Software,
Web
guruz @ 3:04 pm
The GWT will check if your site returns a HTTP 404 (=not found) for a file that should not exist. This has to be done because otherwise it would not make sense to have to check if a file google_blabla.html exists because there may be sites where every request returns a HTTP 200 (=everything OK).
With my current Wordpress setup and theme this lead to some problems, because every URL exists when using permalinks (at least for me). But fear not, you can modify the Apache config lines for the permanlinks to:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !noexist_YADAYADAYADA.html
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
This basically means that rewriting will only be done if the file is not named noexist_YADAYADAYADA.html. And since this file really does not exist, your web server will return a HTTP 404. To see what you need to enter for YADAYADAYADA.html check your access log when Google is trying to verify your site.
Hope that helps 
Januar 21, 2008 at 8:42 pm.
Abgelegt unter:
Software,
Web
guruz @ 8:42 pm
Was da alles fuer Site-fixes gemacht werden…
Argh…. einmal im Leben kaufe ich Shareware und zwei Monate spaeter wird sie Freeware.
Die Plattform benutzt die Programmiersprache Java, aber eine andere Klassenbibliothek und ganz anderen Bytecode.
Oktober 25, 2007 at 4:36 pm.
Abgelegt unter:
Software,
Web
guruz @ 4:36 pm
Hab ich heute bei einem Kollegen entdeckt: Man kann den IE innerhalb von Firefox benutzen und verzichtet so nicht auf umstaendliche Bookmarkpflege o.ae. die man beim Benutzen beider Browser haette.
Das ganze nennt sich IETab und funktioniert eigentlich ganz gut, nur bei manchen Seiten kommt es damit leider zu Abstuerzen 
Oktober 22, 2007 at 11:34 pm.
Abgelegt unter:
Apple,
Software
guruz @ 11:34 pm
.. mit diesem Link und dem Gutscheincode AMZNLPRDAPPL
Oktober 8, 2007 at 11:32 am.
Abgelegt unter:
Apple,
Software
guruz @ 11:32 am
Eine erste Alpha Version des Trillian Messengers fuer den Mac ist bereits bei einigen Alpha-Testern in Benutzung. Betrifft mich zwar nicht unbedingt (ich benutze centerIM) aber ist doch nett zu hoeren. Mal sehen, vielleicht machen sie ja sogar eine Linux Version, jedenfalls scheint das durch eine Separierung von Core und UI plausibel.
BTW, ein paar Developer von Trillian (Kommerzklient) und Gaim/Pidgin (Frickelware
) sind befreundet und helfen sich sogar gegenseitig. OMG 