This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:fedora_16_notes [2011/12/14 13:27] gcooper |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Fedora 16 Configuration Notes ====== | ||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | |||
- | http:// | ||
- | <note important> | ||
- | |||
- | < | ||
- | su - | ||
- | </ | ||
- | |||
- | ===== Updates ===== | ||
- | |||
- | < | ||
- | yum update -y | ||
- | </ | ||
- | |||
- | ===== Install Software ===== | ||
- | |||
- | < | ||
- | yum install wget vim-enhanced smartmontools whois thunderbird esound-tools gimp keepassx remmina-* @office gconf-editor | ||
- | </ | ||
- | |||
- | |esound-tools|needed for audible alerts from Thunderbird+Lightning| |gconf-editor|for tweaking Gnome configuration| | ||
- | |vim-enhanced|a better VIM, if you use it| |esound-tools|needed by Thunderbird+Lightning for audible alerts| | ||
- | |remmina|the best remote desktop support tool| |@office|Libre Office suite| | ||
- | |[[internet: | ||
- | |gimp|the best image editor| | ||
- | |keepassx|a secure, multi-platform password database| | ||
- | |||
- | ===== Browser Tweaks ===== | ||
- | |||
- | See [[internet: | ||
- | |||
- | ===== Desktop Tweaks ===== | ||
- | |||
- | Show date and use the Desktop as a folder, as a regular user: | ||
- | |||
- | < | ||
- | gsettings set org.gnome.shell.clock show-date true | ||
- | gsettings set org.gnome.desktop.background show-desktop-icons true | ||
- | gsettings set org.gnome.desktop.background draw-background true | ||
- | </ | ||
- | |||
- | Use Thunderbird and Lightning for default calendar client: | ||
- | |||
- | < | ||
- | gsettings set org.gnome.desktop.default-applications.office.calendar exec thunderbird | ||
- | </ | ||
- | |||
- | Use Thunderbird for default mail client: | ||
- | |||
- | **System Tools -> Configuration Editor -> desktop -> gnome -> url-handlers -> mailto** | ||
- | |||
- | Change '' | ||
- | |||
- | Show minimize/ | ||
- | |||
- | **System Tools -> Configuration Editor -> desktop -> gnome -> shell -> windows** | ||
- | |||
- | To add Minimize and Maximize buttons, find '' | ||
- | |||
- | < | ||
- | : | ||
- | </ | ||
- | |||
- | If you want Ubuntu-like (top-left) controls, enter the following instead: | ||
- | |||
- | < | ||
- | close, | ||
- | </ | ||
- | |||
- | Log out and log back in to activate changes. | ||
- | |||
- | ==== Touchpad ==== | ||
- | |||
- | === GDM (Login Screen) === | ||
- | |||
- | To enable tapping, edit ''/ | ||
- | |||
- | Add following to Section " | ||
- | |||
- | < | ||
- | Option " | ||
- | Option “TapButton2" | ||
- | Option “TapButton3" | ||
- | </ | ||
- | |||
- | === Gnome === | ||
- | |||
- | To enable touchpad features: | ||
- | |||
- | **System Tools -> System Settings -> Mouse & Touchpad -> Touchpad** | ||
- | |||
- | * Enable mouse clicks with touchpad | ||
- | * Disable touchpad while typing | ||
- | |||
- | ===== Multimedia ===== | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | rpm -ivh http:// | ||
- | yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree gstreamer-ffmpeg | ||
- | </ | ||
- | |||
- | ==== Flash ==== | ||
- | |||
- | 32-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | rpm --import / | ||
- | </ | ||
- | |||
- | 64-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | rpm --import / | ||
- | </ | ||
- | |||
- | Then install (32 or 64-bit): | ||
- | |||
- | < | ||
- | yum check-update | ||
- | yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl | ||
- | </ | ||
- | |||
- | ==== Dropbox ==== | ||
- | |||
- | === Installation === | ||
- | |||
- | 64-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | </ | ||
- | |||
- | 32-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | </ | ||
- | |||
- | === Configuration === | ||
- | |||
- | See [[computing: | ||
- | |||
- | ==== Skype ==== | ||
- | |||
- | Set up the repository: | ||
- | |||
- | < | ||
- | cat >> / | ||
- | |||
- | [skype] | ||
- | name=Skype Repository | ||
- | baseurl=http:// | ||
- | enable=1 | ||
- | gpgcheck=0 | ||
- | gpgkey=http:// | ||
- | |||
- | EOF | ||
- | </ | ||
- | |||
- | and install: | ||
- | |||
- | < | ||
- | yum install skype | ||
- | </ | ||
- | |||
- | ==== Windows TrueType Fonts ==== | ||
- | |||
- | < | ||
- | yum -y install rpm-build cabextract ttmkfdir | ||
- | rpm -ivh http:// | ||
- | </ | ||
- | |||
- | |||
- | ==== Rip DVDs ==== | ||
- | |||
- | < | ||
- | yum localinstall -y http:// | ||
- | yum install HandBrake-gui libdvdcss | ||
- | </ | ||
- | |||
- | ==== Decode DVDs ==== | ||
- | |||
- | 64-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | </ | ||
- | |||
- | 32-bit: | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | </ | ||
- | |||
- | Win32 Codecs: | ||
- | |||
- | < | ||
- | cd /tmp/ | ||
- | wget http:// | ||
- | tar xfvj all-20071007.tar.bz2 | ||
- | mkdir / | ||
- | cp all-20071007/ | ||
- | ln -s / | ||
- | </ | ||
- | |||
- | ===== Java ===== | ||
- | |||
- | ==== Sun/Oracle ==== | ||
- | |||
- | If you're not a programmer, you probably want to use the Java Runtime Edition (JRE) instead of the JDK. | ||
- | |||
- | You also probably want to verify the architecture of your system and match it (32-bit vs. 64-bit). | ||
- | |||
- | === Java 6 === | ||
- | |||
- | http:// | ||
- | |||
- | === Java 7 === | ||
- | |||
- | http:// | ||
- | |||
- | < | ||
- | java -version | ||
- | alternatives --config java | ||
- | </ | ||
- | |||
- | http:// | ||
- | |||
- | ===== Kompozer HTML Editor ===== | ||
- | |||
- | < | ||
- | rpm -ivh http:// | ||
- | yum install kompozer | ||
- | </ |