HOWTO Disable tap-to-click in Ubuntu
Open Terminal window and type:
sudo gpointing-device-settings
Then on General tab click “Disable tapping and scrolling”
Open Terminal window and type:
sudo gpointing-device-settings
Then on General tab click “Disable tapping and scrolling”
Edit /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf
1 2 3 4 5 6 7 | Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbOptions" "grp:ctrl_shift_toggle" EndSection |
“XkbOptions” specifies a keyboard combination to switch keyboard layouts.
Other available options: alt_shift_toggle, shifts_toggle, ctrl_alt_toggle, lwin_toggle, rctrl_toggle etc.
From: http://www.linuxquestions.org/questions/slackware-14/xfce-how-to-change-the-keyboard-layout-322374/
This howto explains howto install Google Chrome Web browser on Fedora 16, Fedora 15, Fedora 14, Fedora 13, Fedora 12, CentOS 6 and Red Hat 6 (RHEL 6). Best way to install and keep up-to-date with Google Chrome browser is use Google’s own YUM repository.
Add following to /etc/yum.repos.d/google.repo file:
32-bit
1 2 3 4 5 6 | [google-chrome] name=google-chrome - 32-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
64-bit
1 2 3 4 5 6 | [google-chrome] name=google-chrome - 64-bit baseurl=http://dl.google.com/linux/chrome/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub |
Note: Both 32-bit and 64-bit repos can be placed in the same file.
1 2 | ## Install Google Chrome Stable version ## yum install google-chrome-stable |
1 2 | ## Install Google Chrome Beta version ## yum install google-chrome-beta |
1 2 | ## Install Google Chrome Unstable version ## yum install google-chrome-unstable |
Source: http://www.if-not-true-then-false.com/2010/install-google-chrome-with-yum-on-fedora-red-hat-rhel/
From: http://www.khattam.info/howto-add-minimize-maximizerestore-buttons-in-gnome-3-2011-05-26.html
You can skip to step 2 if you have Configuration Editor installed.
Press Super (Windows) key and type Add/Remove and open Add/Remove Software.
Search for gconf-editor and install it. You may need to wait a while if you are using Add/Remove Software for the first time.
Launch Configuration Editor.
In the Configuration Editor navigate to desktop>gnome>shell>windows
Find button_layout and enter the following to add Minimize and Maximize buttons:
:minimize,maximize,close
If you want Ubuntu-like control box, enter the following instead:
close,minimize,maximize:
The changes are not instant. You need to log out and log back in to see the changes.
Very good Fedora custom post-install guide: