philipp’s weblog header image

Entries Tagged as 'other stuff'

See you at FOSDEM

January 23rd, 2012 · No Comments · other stuff

If you want to know more how to use XForms and XULRunner for application development and how the Mozilla Rapid Release Cycle has affected the development of such applications, join me for my talk as FOSDEM this year. More information is available at the FOSDEM website! See you there!

[Read more →]

Tags:

Make VirtualBox USB Support Work in openSUSE 11.4

March 23rd, 2011 · 13 Comments · English, other stuff

VirtualBox and its USB support always have caused some trouble. Since VirtualBox 4, the USB support is not part of a different binary any more (PUEL vs. OSE), but lives inside an extension pack, which you can download from the VirtualBox download site. On openSUSE, this means you can install the VirtualBox package using Yast [...]

[Read more →]

Tags:

Skype, KDE4, OpenSUSE 11.3 and PulseAudio

January 25th, 2011 · 6 Comments · English, other stuff

This combination seems to be a bit hard for openSUSE. While PulseAudio solves many problems Linux users have with audio (and creates others), openSUSE seems to make it even harder for users to make use of it. That’s usually not a problem, until Skype comes into the game. As soon as it detects PulseAudio being [...]

[Read more →]

Tags:

Majordomo Web API

July 8th, 2010 · 1 Comment · other stuff

Did you ever want to sync your Majordomo mailing list with another address database? Or make it easy for users to unsubscribe using a web interface? Then you will have noticed that Majordomo only offers you a mail interface or an admin tool that you have install on your mailserver. So what if you don’t [...]

[Read more →]

Tags:

Note to myself: NFS4 is not yet ready

March 28th, 2010 · 2 Comments · other stuff

I have several PCs mounting its home directory as well as other data directories from a NFS server. Until now I was using good (?) old NFSv3. Today I tried a switch to NFSv4 in order to decrease locking the problems Firefox has with its sqlite databases being on a NFS filesystem. Quick notes: if [...]

[Read more →]

Tags:

XForms for Firefox 3.6

January 21st, 2010 · 4 Comments · other stuff

Firefox 3.6 will be released today, Januar 21st. Unfortunately the XForms extension for this version is not yet ready. We’re planning an official release for Firefox 3.6 within this quarter, see bug 539184 for details. The nightly builds for 3.6 are currently broken as well, I hope to get this fixed until the end of [...]

[Read more →]

Tags:

MDC go, go, go!

December 21st, 2009 · No Comments · other stuff

Yeah, documentation in an unstable wiki is great. I wonder if MDC uses HTTPS only to make it even slower …

[Read more →]

Tags:

Speiseplan Studentenwerk München als RSS

October 21st, 2009 · 2 Comments · other stuff

Damit alle, die kein KDE4 benutzen (oder sich noch nicht von Ubuntu trennen können), dennoch in Genuss des Mensa-Speiseplans bekommen, habe ich die RSS-Feeds aktualisiert (die gab es schon länger, aber eher so als Service unter Freunden): http://philipp.wagner.name/cafeteriamenu/ Der Quellcode ist ebenfalls im Mercurial Repository verfügbar (nein, Code zum Parsen von HTML-Seiten ist nicht schön). [...]

[Read more →]

Tags:

New version of the Cafeteria plasmoid

October 18th, 2009 · No Comments · other stuff

The semester starts again and I took the chance to get back to the cafeteria plasmoid and fix some old issues. Changes include: Fix the cmake build files to work with newer KDE versions. Add caching and network status detection to the data engine. The menu for the next week is cached if you are [...]

[Read more →]

Tags:

Copy files with dd and netcat

October 5th, 2009 · No Comments · other stuff

Today I had to copy several LVM partitions to another machine. The first tools I thought of were dd and netcat (nc), the swiss army knife for every sysadmin. But the following two lines didn’t make me happy: source$ ssh root@192.168.66.2 — nc -l 3333 \| dd of=/dev/VolGroupData/data1 & source$ dd if=/dev/VolGroupData/data1 | nc 192.168.66.2 [...]

[Read more →]

Tags: