10. März 2010
Thomas Steinbrecher interviewt die Münchner Florian Effenberger (OpenOffice Entwickler), Florian Schließl (Berater der Stadt München) und Carsten Book (Mozilla Entwickler) unter anderem zum Thema LiMux, die Linux Distribution der Stadt München. Des weiteren wird über die aktuelle OpenOffice und Mozilla Entwicklung berichtet.

9. März 2010
Dr. Michael Stehmann -seit über zwanzig Jahren zugelassener Anwalt und u.a. Observer bei OpenOffice.org- berichtet über “Canzeley“, seiner Kanzleisoftware welche als Unterbau OpenOffice und MySQL verwendet und unter der GPL v3 Lizenz veröffentlich ist.
15. April 2009
Yesterday Jan-Simon (dl9pf) tells me about an great Program calls “git”. Git is an Version-Administration Program. Anything knows the Problem. We working on an Project into our osc, and 2 Weeks later, we don’t know, what the last changes was. On this place can git help.Now following a short Introducting:
First of all we need an .git Folder. In my case i have all Projects in ~/osc/- As example i’m going to my foo.
$ ~/osc> cd foo
$ ~/osc/foo> git init
Then git says:
Initialized empty Git repository in /home/sascha/osc/foo/.git/
$~/osc/foo> echo 123 > datei1
$~/osc/foo> git add datei1
This adds datei1 to your .git folder. If you use git add * you can add more than one File.
$~/osc/foo> git commit -m”Initial Version” (Or what you want)
git says:
Created initial commit a7458cf: Test
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei1
$~/osc/foo> echo 456 > datei2
$~/osc/foo> git commit -m”Change 1″
git says:
Created commit d1ef978: Change 1
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 datei2
$~/osc/foo> gitk (this is an GUI)
That looks:

There you can find all Changes since “Intial Version”. Git can also manage branches and can merge it perfectly. So i think that git is very good Tool. And an good completion. With an wrapper file it is also possible to add or remove files in osc and git. Very nice -) An interesting application area is in /etc . With an cron Script you can monitor the Directory.
Have a lot of fun
9. April 2009
I pleased to announce, that the following Games are released in games Repository (http://download.opensuse.org/repositories/games/)
* dumb (Music Library, based on allego)
* kqlives (Zelda like RPG (needs dumb))
1. Dezember 2008
Es hat lange gedauert, aber seit dem 01.Dezember 2008 ist es amtlich. Linux bootet auch auf dem Iphone. Das ermöglich nun ungeahnte Möglichkeiten für Linux und die Iphones. Über Sinn und Unsinn müssen eingefleischte Linuxfans nicht streiten. Es ist einfach cool !! Mehr Informationen, das Video um Linux auf dem Iphone laufen zu lassen, sowie ein Forum sind bereits gestartet.
Happy X-Mas && Happy Iphonehacking