This shows you the differences between two versions of the page.
|
installing_fedora_16 [2011/11/17 15:55] root created |
installing_fedora_16 [2013/11/08 09:06] (current) root [Configure kwallet] |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm' | su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm' | ||
| - | ===== Install Misc packages ===== | + | ====== Install Misc packages ====== |
| - | yum install bluefish\ | + | yum install bluefish |
| - | yum install smplayer\ | + | yum install smplayer |
| - | yum install clusterssh\ | + | yum install clusterssh |
| - | yum install k3b-extras-freeworld\ | + | yum install k3b-extras-freeworld |
| - | yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly\ | + | yum install gstreamer-plugins-bad gstreamer-ffmpeg gstreamer-plugins-ugly |
| - | yum install kate\ | + | yum install kate |
| - | yum install keepassx\ | + | yum install keepassx |
| - | Download Adobe flash rpm from Adobe.com | + | ====== Install Adobe flash player ====== |
| + | Download Adobe flash rpm from Adobe.com\\ | ||
| Enable Adobe flash repo: | Enable Adobe flash repo: | ||
| - | yum install adobe-release-x86_64-1.0-1.noarch.rpm | + | yum install adobe-release-x86_64-1.0-1.noarch.rpm |
| Install flash from Adobe repo: | Install flash from Adobe repo: | ||
| - | yum install flash-plugin.x86_64 | + | yum install flash-plugin.x86_64 |
| - | Download and Install 64 bit Citrix client (will install a lot of 32bit packages):\ | + | ====== Install Citrix ====== |
| + | |||
| + | Download and Install 64 bit Citrix client (will install a lot of 32bit packages):\\ | ||
| http://www.citrix.com/English/ss/downloads/details.asp?downloadId=2316611&productId=1689163#top | http://www.citrix.com/English/ss/downloads/details.asp?downloadId=2316611&productId=1689163#top | ||
| - | yum install -y ICAClient-12.0.0-0.x86_64.rpm | ||
| - | yum install alsa-lib.i686 | ||
| - | Associate Citrix receiver with .ica extension in Firefox: | + | yum install -y ICAClient-12.0.0-0.x86_64.rpm |
| + | yum install alsa-lib.i686 | ||
| + | |||
| + | Associate Citrix receiver with .ica extension in Firefox:\\ | ||
| /opt/Citrix/ICAClient/wfica.sh | /opt/Citrix/ICAClient/wfica.sh | ||
| - | Make /home/<user> available for Citrix sessions: | + | Make /home/<user> available for Citrix sessions:\\ |
| /opt/Citrix/ICAClient/config/All_Regions.ini | /opt/Citrix/ICAClient/config/All_Regions.ini | ||
| - | [Virtual Channels\Drives\Device]\ | + | [Virtual Channels\Drives\Device]\\ |
| - | DrivePathA=/home/<user>\ | + | DrivePathA=/home/<user> \\ |
| - | DriveEnabledA=true\ | + | DriveEnabledA=true\\ |
| - | DriveReadAccessA=true\ | + | DriveReadAccessA=true\\ |
| - | DriveWriteAccessA=true\ | + | DriveWriteAccessA=true\\ |
| Due to SSL certificate error (Citrix) : | Due to SSL certificate error (Citrix) : | ||
| Line 48: | Line 52: | ||
| Export Equinox CA certificat from FF (Export with extension .crt) to /opt/Citrix/ICAClient/keystore/cacerts/EquifaxSecureCA.crt | Export Equinox CA certificat from FF (Export with extension .crt) to /opt/Citrix/ICAClient/keystore/cacerts/EquifaxSecureCA.crt | ||
| - | Copy existing SSH keys to ~/.ssh | + | ====== Copy existing SSH keys to ~/.ssh ====== |
| - | Configure sudo | + | ====== Configure sudo ====== |
| - | Restore Homepage(s) in FF: | + | ====== Restore Homepage(s) in FF ====== |
| ~/.mozilla/firefox/upsy8smu.default/upsy8smu.default may differ. | ~/.mozilla/firefox/upsy8smu.default/upsy8smu.default may differ. | ||
| Line 60: | Line 64: | ||
| Copy homepage line. | Copy homepage line. | ||
| + | ====== vpnc ====== | ||
| Install vpnc and restore config from /etc/vpnc/default.config | Install vpnc and restore config from /etc/vpnc/default.config | ||
| + | |||
| + | ====== smplayer config ====== | ||
| restore smplayer streaming radio urls: | restore smplayer streaming radio urls: | ||
| Line 67: | Line 74: | ||
| ~/.config/smplayer/smplayer.ini | ~/.config/smplayer/smplayer.ini | ||
| - | Configure kwallet: | + | ====== Configure kwallet ====== |
| Import kwallet.xml from backup | Import kwallet.xml from backup | ||
| - | Let kwallet (kde) to control ssh passphrase: | + | Let kwallet (kde) control ssh passphrase: |
| - | http://wes.limethinking.co.uk/category/linux/ssh/ | + | [[http://www.pontohonk.de/kde/ssh.html]] |
| - | |||