|
|
Zeile 115: |
Zeile 115: |
| ====Wie findet man zum Löschen vorgemerkte (aber noch offene) Dateien?==== | | ====Wie findet man zum Löschen vorgemerkte (aber noch offene) Dateien?==== |
| lsof | grep '(deleted)' | | lsof | grep '(deleted)' |
|
| |
| ====Unter KDE 3.1 Antialiasing für kleine Fonts in Firefox/Thunderbird abstellen====
| |
| Vor Firefox 0.9 reichte die Konfiguration im KDE 3.1 Kontrollzentrum, das die Einstellungen mit Angabe von size in ~/.fonts.conf schreibt. Ab Firefox 0.9 muss size und pixelsize angegeben werden. Das KDE 3.2 Kontrollzentrum macht das bereits so.
| |
|
| |
| Beispiel:
| |
| <?xml version="1.0"?>
| |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
| |
| <!-- /etc/fonts/fonts.conf file to configure system font access -->
| |
| <fontconfig>
| |
| <match target="font" >
| |
| <test compare="more" name="size">
| |
| <int>5</int>
| |
| </test>
| |
| <test compare="less" name="size">
| |
| <int>13</int>
| |
| </test>
| |
| <edit mode="assign" name="antialias" >
| |
| <bool>false</bool>
| |
| </edit>
| |
| </match>
| |
| <match target="font" >
| |
| <test compare="more" name="pixelsize">
| |
| <int>5</int>
| |
| </test>
| |
| <test compare="less" name="pixelsize">
| |
| <int>17</int>
| |
| </test>
| |
| <edit mode="assign" name="antialias" >
| |
| <bool>false</bool>
| |
| </edit>
| |
| </match>
| |
| </fontconfig>
| |
|
| |
| ====Bei Firefox/Thunderbird/Mozilla für die GUI einen anderen Font einstellen====
| |
| Die Fonteinstellungen in den Options/Preferences betreffen nur die Darstellung von HTML-Inhalten. Um die Fonts der GUI einzustellen, muss man im Userverzeichnis/chrome eine Datei anlegen namens userChrome.css mit folgendem Inhalt:
| |
|
| |
| Editieren von '''~/.mozilla/firefox/default*/chrome/userChrome.css''' bzw. '''~/.thunderbird/default/*/chrome/userChrome.css''' bzw. '''~/.mozilla/default/*/chrome/userChrome.css'''
| |
| /*
| |
| * Do not remove the @namespace line -- it's required for correct functioning
| |
| */
| |
| @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
| |
|
| |
| * {
| |
| font-family: helvetica !important;
| |
| font-size: 10pt !important
| |
| }
| |
|
| |
| /*
| |
| * For more examples see http://www.mozilla.org/unix/customizing.html
| |
| */
| |
|
| |
|
| ====Welche Programme belegen den meisten Speicher?==== | | ====Welche Programme belegen den meisten Speicher?==== |
| ps -eo %mem,command | sort -r | head | | ps -eo %mem,command | sort -r | head |
|
| |
| ====Firefox 1.0/Thunderbird 1.0 ohne RPM installieren====
| |
| * Firefox 1.0 downloaden, entpacken und den Installer starten
| |
| * z.B. nach /opt/firefox installieren lassen
| |
| * Installer-Verzeichnis löschen
| |
| * ln -s /opt/firefox/firefox /usr/bin/firefox
| |
| * Firefox einmal als root starten
| |
| * Thunderbird 1.0 downloaden und entpacken, z.B. nach /opt/thunderbird
| |
| * ln -s /opt/thunderbird/thunderbird /usr/bin/thunderbird
| |
| * Thunderbird einmal als root starten
| |
| * beide Programme im KDE-Menü eintragen (Icons sind in den jeweiligen icons-Verzeichnissen)
| |
|
| |
| ====Java2 5.0-Plugin in Firefox installieren====
| |
| Java2 5.0 downloaden und installieren.
| |
| su
| |
| cd /opt/firefox/plugins
| |
| ln -s /usr/java/jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
| |
| Prüfen mit der URL "about:plugins" in Firefox.
| |
|
| |
| ====PDF-Plugin in Firefox installieren====
| |
| su
| |
| cd /opt/firefox/plugins
| |
| ln -s /usr/lib/browser-plugins/nppdf.so nppdf.so
| |
| Prüfen mit der URL "about:plugins" in Firefox.
| |
|
| |
| ====Flashplayer-Plugin in Firefox installieren====
| |
| su
| |
| cd /opt/firefox/plugins
| |
| ln -s /usr/lib/browser-plugins/libflashplayer.so libflashplayer.so
| |
| ln -s /usr/lib/browser-plugins/flashplayer.xpt flashplayer.xpt
| |
| Prüfen mit der URL "about:plugins" in Firefox.
| |
|
| |
| ====RealPlayer 10-Plugin in Firefox installieren====
| |
| su
| |
| * ddnt.so.6.0 und dnet.so.6.0 aus dem Codecs-Verzeichnis von RealPlayer 8 wegkopieren (damit Uralt-Realaudios noch funktionieren).
| |
| * RealPlayer 8 deinstallieren
| |
| * RealPlayer 10 RPM von http://www.real.com/linux/ downloaden und installieren.Die vorher gesicherten Dateien nach '''/usr/local/RealPlayer/codecs/''' kopieren.
| |
| cd /usr/local/RealPlayer/codecs
| |
| ln -s dnet.so.6.0 dnet.so
| |
| cd /opt/firefox/plugins
| |
| ln -s /usr/lib/browser-plugins/nphelix.so nphelix.so
| |
| ln -s /usr/lib/browser-plugins/nphelix.xpt nphelix.xpt
| |
| Prüfen mit der URL "about:plugins" in Firefox.
| |
|
| |
| ====mplayer-Plugin in Firefox installieren====
| |
| * Paket "mozilla-devel" installieren
| |
| * ftp://207.200.85.49/pub/mozilla.org/firefox/releases/1.0/sdk/gecko-sdk-i686-pc-linux-gnu.tar.gz downloaden und entpacken
| |
| * Plugin-Source von http://mplayerplug-in.sourceforge.net/ downloaden und entpacken
| |
| ./configure --with-gecko-sdk=/work/download/entpackt/gecko-sdk-i686-pc-linux-gnu
| |
| make
| |
| su
| |
| cp mplayerplug-in.so /opt/firefox/plugins/
| |
| cp mplayerplug-in.xpt /opt/firefox/components/
| |
| Prüfen mit der URL "about:plugins" in Firefox.
| |
|
| |
| ====ed2k-Links in Firefox nach aMule übermitteln====
| |
| Firefox-Erweiterung mozex von http://mozex.mozdev.org/ downloaden und in Firefox installieren. mozex konfigurieren:
| |
| ED2K: /usr/local/bin/ed2k %r
| |
|
| |
|
| ====Wie kann man ein .iso File mounten?==== | | ====Wie kann man ein .iso File mounten?==== |