Sunday, August 16, 2009

Поиск google из строки адреса в русском FF.

В русском FF поиск по умолчанию теперь яндекс, а что еще хуже это то что поиск из строки адреса тоже в яндекс. Чтобы это исправить надо в about:config параметр keyword.URL изменить на
http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=

Monday, August 10, 2009

xorg.conf selected parts

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver          "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us(intl), ru(winkeys)"
    Option         "XkbOptions" "grp:caps_toggle,grp:win_switch,grp_led:scroll"
EndSection    

Section "Monitor"
    Identifier      "Generic Monitor"
    Option          "DPMS"
    HorizSync       28-96
    VertRefresh     43-160
EndSection

Keyboard and monitor configuration from xorg.conf because I can't remember them by heart and always have problems reconfiguring them.