Category Archives: Linux

Gnomemeeting Opal under Gentoo

For all of you who cannot wait until gnomemeeting-ng aka gnomemeeting-opal aka gnomemeeting-2 with SIP support hits the portage, here is the fantastic good news. I managed to create ebuilds, which simplify the (somtimes very) difficult way of getting this program to work.

You can find the ebuilds and a short howto at http://cronenberg.cc/gnomemeeting.
It is still a long way to go and if you have some improvements, write me.

—–

Gallery and RSS

In this posting I want to demonstrate how to make Gallery use RSS.

You can use the Gallery wizard for the basic settings, but I found clicking through all the pages of the wizzard to annoying. So I looked the settings up in config.php and rss.php and edited them directly there. (Saved me also to always change file permissions)

My config.php contains the following lines:

$gallery->app->rssEnabled = “yes”;
$gallery->app->rssMode = “thumbs”;
$gallery->app->rssMaxAlbums = “25”;
$gallery->app->rssVisibleOnly = “yes”;
$gallery->app->rssDCDate = “no”;
$gallery->app->rssBigPhoto = “no”;
$gallery->app->rssPhotoTag = “yes”;


The other options for rssMode are: basic (default, displays only highlighted pic), thumbs-with-captions (all pics in album with name). I went for thumbs which shows all pic in the album and thus giving a nice overview.

The next thing I changed was the refresh interval. I do not want to produce unnecessary traffic, because the changes and adds to the album are restrained. There for I had to edit rss.php to look like this:

<ttl>1440</ttl>


where the number represents the refresh time in minutes.

If you want to see the final product import this feed into your RSS-reader (e.g. liferea).
—–

Die Wunderwelt der RSS

Heute habe ich mir endlich ein RSS-Leser zugelegt, auf daß ich niemehr sinnlos Seiten besuchen muß, nur um festzustellen, daß sich immer noch nichts verändert hat. Das Programm, daß ich dazu hernehme, heißt Liferea, läßt sich vielfältigst konfigurieren und dürfte sonst auch stubenrein sein. Immer wenn auf einer Seite neue Inhalte gestellt wurden, popt ein kleines Fenster auf, welches mich darüber informiert um dann gleich wieder diskret zu verschwinden. Darüber hinaus kann man Seiten in diversen Kategorien zusammen fassen. Man kann natürlich auch diese Seite mittels RSS abonnieren.

Also holt euch sowas und spart wertvolle Zeit.

Ach ja, auf meiner Comic Seite gibt es einen Neuzugang: The Joy of Tech.
—–

Synce and Multisync

After purchasing my Smartphone, I started configuring the synchronisation between the device and Evolution. Modifying the kernel was pretty straight-forward following this HOW-TO. Of course mine was not supported naturally, so I had to load the module ipaq with this command: modprobe ipaq vendor=0x0bb4 product=0x0a07. If you experience the same problem, you can find your vendor- and product-id with usbview.

So finally I could connect the two, but syncing them was not so easy. The system was too stubborn about events lasting longer than a day, and events from PDA to Evo had a timeshift. After seeking help in IRC, I updated to synce-0.9.1 Unfortunately there are no official ebuilds for gentoo, so I had to write my own (if you are interested, drop me a line). Especially the upgrade of the package synce-rra solved all bugs related to events, so I was encouraged to keep up the work and not to throw the PDA against the wall.

The next thing I discovered was that if the address field of a contact contains more than one line, the address wont sync. This was a good time to fill in the address properly using the city/country/postal-code fields.

After a day work and a lot experimenting I have a quite useful PDA now. The only minus so far is, that multiple email addresses are to much for the PDA, but as the dev of synce promised, there will be a new release soon.

—–

Nettes Spiel

Habe meinen Kernel jetzt auf die Version 2.6.12 umgestellt. Natürlich ging nicht alles glatt, hab wiedermal vergessen PCMCIA zu aktivieren.
Diese Woche habe ich einen Klassiker entdeckt: wormux. Da macht das Würmerkillen wieder Spaß. Natürlich Opensource und heftig in der Entwicklung. Schaut es euch an!

—–

Gnucash

Heute meine Finanzen endlich geregelt und die Buchhaltung von vorne angefangen. Somit wird unter Schweden und die Unsummen, die wer-weiß-wohin verschwunden sind, ein finanzieller Schlußstrich gezogen. Ermöglicht hat mir dies in einem eleganten Stil Gnucash. Echt tolle Software. Ich habe dazu die neueste, unstable Version 1.8.11 emergt. Man kann auch die neuesten Aktienkurse damit runterladen, auch wenn sich das System mir erst offenbaren mußte. Leider wird die Wiener Börse von der älteren Version des CPAN Modul Finance::Quote nicht so toll unterstützt, sodaß ich ein ebuild patchen mußte. Mit der neuesten Version von dem Modul läuft das Ganze wie am Schnürchen. Hier mein erstes ebuild (finance-quote-1.10.ebuild), deswegen übernehme ich auch keine Verantwortung. Betrunken von Freude wollte ich mich gleich daran machen auch ein ebuild von der SIP-Version von Gnomemeeting zu machen, was mich jedoch schnell wieder ernüchtern lies.

—–

Getdelta

Habe folgenden Tipp bekommen, der besonders für Leute die Gentoo verwenden nützlich ist: getdelta, welches nicht komplette Quellcodes von neuen Versionen eines Programm runter lädt, sondern nur Patches. Dies verringert die zu ünertragende Datenmenge, was auch ein Geschwinigkeitsvorteil ist.

—–

Lerne das Netz kennen

Nachdem ich mir eine neue Digicam bestellt habe, bin ich auf folgende gute Seite über 3D-Fotographie gestoßen.
Heute dann noch folgenden tollen Bildschirmschoner entdeckt, welcher bei xscreensaver inkludiert ist: WebCollage . Und mit meiner Auflösung schaut das echt toll aus. Lerne das Netz kennen wie es ist. Hab heute im Bildschirmschner 2 mal den alten Papst, 6 mal StarWars, einmal Frodo und Sam, viele anzügliche Bilder, sowie atemberaubend schöne Landschaftsfotos gesehen. Man will gar nicht mehr die Maus bewegen.
—–