Sunday, October 7, 2007, 03:34 PM - Computer, Linux

Good HowTo about creating Startupscripts for Debian.
| permalink | related link
Friday, October 5, 2007, 12:15 PM - Computer, Linux

See here.
| permalink | related link
Tuesday, November 21, 2006, 07:58 PM - Web, Blog

I'm not willing to pay for this domain because we got the enders.name domain, perhaps I'll set up something like martin.enders.name in future.
| permalink
Tuesday, August 29, 2006, 06:59 PM - Computer

It is really cool, I used it to convert .cvs files in html-tables.
At the first shot I used a macro in emacs to convert the comma-divided cvs in html.
But dad told me how I can do this with repalce-regex in emacs.
The list:
foo,boo
boo,foo
The Output I'd like to have:
<tr><td>foo</td><td>boo</td></tr>
<tr><td>boo</td><td>foo</td></tr>
The RegEx:
Replace: ^\([^,]*\),\(.*\) with: <tr><td>\1</td><td>\2</td></tr>
This is my first big Regular Expression.
I found much useful things at: http://www.gnu.org/software/emacs/#Manuals
| permalink | related link
Tuesday, July 25, 2006, 01:28 PM - Computer, Linux

"linux is free and easy, so it must be a slut.." (from linuxsult.net)
http://linuxslut.net/album/linuxsluts/
| permalink | related link
Friday, July 21, 2006, 09:53 AM - Moped

| permalink | related link
Wednesday, July 5, 2006, 03:48 PM - Moped


| permalink | related link
Monday, July 3, 2006, 03:53 PM - Computer, Linux

But the last time I tried ubuntu (a half year ago) I was not satisfied because I found some inconsistences. I changed my password with passwd in the comandline but the password for the gnome system was still the old one (I was really confused). But in the last few tests I read about ubuntu it performed pretty good.
| permalink
Thursday, June 29, 2006, 06:15 PM - A-TEAM

They are thinking about an A-TEAM movie.
http://www.ateamshrine.co.uk/movie.php
Other interresting A-TEAM sites:
http://www.geocities.com/matt_nyc/ateam/
http://www.ateamresource.de/
http://www.a-team4u.com/
| permalink
Thursday, June 29, 2006, 04:07 PM - Computer, Linux

3d-acceleration, display, wlan, mouse, speaker loudness buttons, cpu frequency scaling
I was surprised when I heard about this installation-success. It seems that Linux improved very rapidly during the last half year.
<My opinion>
I think it would have been better if Marc Shuttleworth didn't have developed his own Linux OS and develop directly for Debian because Ubuntu is based on Debian. So I think the community would profit much more if they develop new features together. So they don't have to invent the wheel new.
I've seen some programms in my Debian installation which are from Ubuntu so perhaps the two distributions run together.
</My opinion>
| permalink
Back Next