Did you every want to actually improve your favorite distribution? Then go to http://ddtp.debian.net/ddtss/index.cgi/xx and help translating Debian to your language!
Archive for the 'Linux' Category
Since I’ve installed the final release of Firefox 3 on my Debian “lenny” system there is this annoying bug, that Firefox keeps switching to offline mode all the time, i.e. when I close it.
After some searching I found out that there are others who have the same problem and that this is a “feature” related to an application called “Network Manager”. Altough Network Manager is installed - I can’t tell why - I did never use it. So why does Firefox keeps annoying me? I don’t want to click on “File -> Work Offline” everytime I start Firefox to get access to the Internet. If you experience the same problem and wan’t to check if it is NM’s fault then run this command in a terminal and see if you get a result of “3″ (which means that NM thinks you are online) or “4″ (which means offline).
A developer claimed that setting “toolkit.networkmanager.disable” to true would cause Firefox to stop this behavior, I’ll try it out … Nope, doesn’t work. Only completly removing NetworkManager helps.
When using Apache with SSL you may want to force all Visitors to use HTTPS instead of HTTP.
After configuring Apache for SSL you can achieve this by using this VirtualHost definition:
<VirtualHost <your-ip>:80>
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L]
</VirtualHost>
You should have the SSL-enabled VirtualHost running on the same IP.
Recently I bought the Asus Maximus Formula Mainboard in replacement for my old and unstable Abit AX8. I did this to get rid of the endless trouble a VIA Chipset can bring you. I did have lots of trouble with the VIA Chipset on the AX8. The board itself actually wasn’t so bad, but the chipset definetly is. The most remarkable problem was that my SATA2 hard drives weren’t recognized when connected to the board. I had to limit them to SATA1 for the board to recognize them. This shouldn’t be a problem in theory since SATA1 can transfer about 150MB/s, but after replacing the board I realized that I did waste a lot of performance on the old board. The hard drives perform much better on the new board. The Maximus Formula seems to be targeted at Gamers, but the board has proven to be rock-solid until now. You get lots of overclocking options but for the time being I won’t touch them. System stability is more important to me than raw speed and I don’t play games that often. Running Linux on the board is super easy. Actually it is more easy than running Windows Vista! Before you ask: I use Vista only for playing games that won’t run on Linux.
Nachdem ich mein Problem mit Eclipse lösen konnte, bin ich beim starten von Google Earth auf ein neues interessantes Problem gestoßen. Die installierte Version wollte erstmal gar nicht starten. Na gut, schnell die aktuelle Version runtergeladen (4.3) und installiert. Die ist dann auch gestartet aber die Erde wurde nicht angezeigt. Stattdessen ein “Fehlercode: 29″. In den Hilfeseiten von Google findet man dazu im Moment nichts, aber im Ubunutusersforum. Dort gab es auch die Lösung: Den 32-bit DNS-Resolver installieren.
aptitude install lib32nss-mdns
Nach der Migration meines Systems von 32-bit auf einen 64-bit Kernel kam es beim Starten von Eclipse zu einer komischen Fehlermeldung:
libgtk2.0-0: error while loading shared libraries: libgtk-x11-2.0.so.0
Der Grund war einfach, dass ich eine 32-bit Version von Eclipse (SWT) hatte und die natürlich die entsprechenden Libraries nicht gefunden hat. Die Lösung habe ich in einem Debian Bugreport gefunden.
Amarok scheint in der aktuellen Version (1.4.9) ein Problem mit großen Musiksammlungen und SQL-Lite zu haben. Hier hilft i.d.R. MySQL als Backend zu verwenden. Dann ist die gefühlte Geschwindigkeit von Amarok deutlich besser. Siehe auch Bug #479068.
Die wichtigsten GIMP Hotkeys auf einen Blick.
Heute morgen wurde die Version 2.4 der beliebten Büro-Suite OpenOffice.org freigegeben.
Die Neuerungen halten sich in Grenzen und beschränken sich eher aus kleinere Usability Tweaks.
Gespannter bin ich auf die Version 3.0 in der OOo endlich eine zeitgemäße Oberfläche erhalten soll.
Die Downloads scheinen im Momment noch nicht verfügbar zu sein. Ich liefere die Links nach sobald ich sie gefunden habe.
Update: Die Downloads sind da, nur die Seite ist im Moment noch etwas Buggy. Die sind wohl noch am verteilen.
Links:
Eine interessante Anleitung für mod_gzip/deflate unter Apache 2.2+ beim Gentoo Wiki.

Bookmarks