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/08 16: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 remmina whois thunderbird esound-tools gimp keepassx remmina-* @office | ||
- | </ | ||
- | |||
- | |esound-tools|needed for audible alerts from Thunderbird+Lightning| | ||
- | |vim-enhanced|a better VIM, if you use it| | ||
- | |remmina|the best remote desktop support tool| | ||
- | |[[internet: | ||
- | |esound-tools|needed by Thunderbird+Lightning for audible alerts| | ||
- | |gimp|the best image editor| | ||
- | |keepassx|a secure password database| | ||
- | |@office|Libre Office suite| | ||
- | |||
- | ===== Browser Tweaks ===== | ||
- | |||
- | See [[internet: | ||
- | |||
- | ===== Desktop Tweaks ===== | ||
- | |||
- | 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 | ||
- | </ | ||
- | |||
- | ===== 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 | ||
- | </ |