Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:sonstige_konfigurationen

Dies ist eine alte Version des Dokuments!


Sinnvolle Konfigurationen

bash zeug

  • /etc/bash.bashrc
    • bash completion auskommentieren
    • nörvige Bell deaktivieren:
      xset -b # ?? > /dev/null 1 >&2
  • /etc/inputrc
    • bell deaktivieren oder auf visual stellen
    • history search:
      
# use history-search as default
      "\e[A":history-search-backward
      "\e[B":history-search-forward
  • /etc/profile
    umask 007

Windows/Super Taste in GNOME für Tastenkombinationen verwenden

Nach diesem Tipp.

Go to: System > Preferences > Keyboard > Layout Options > Alt/Win Key Behaviour and set 'Meta is mapped to left Win key'.

Firefox Backspace Taste als History Back

about:configbrowser.backspace_action

  • 0 → Pressing [Backspace] will go back a page in the session history and [Shift]+[Backspace] will go forward. (Default in Windows)
  • 1 → Pressing [Backspace] will scroll up a page in the current document and [Shift]+[Backspace] will scroll down. (Default in Linux builds before 2006-12-07)
  • (Other) → Any other integer value will simply unmap the backspace key. In Linux builds after 2006-12-07, the default is 2.

adduser Skript

dafür wichtig:

  • /etc/skel bestücken, zB mit irgendwelchen symbolischen Links oder ähnlichem Nützlichen
  • /etc/adduser.conf zB mit entsprechenden Gruppen (audio, uucp, mbox…) ausstatten, dir mask fürs homedir evtl ändern (750?).
linux/sonstige_konfigurationen.1237203356.txt.gz · Zuletzt geändert: 2009/03/16 12:35 von quirxl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki