Skip to content

Instantly share code, notes, and snippets.

@wbond
Created November 11, 2011 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbond/1358295 to your computer and use it in GitHub Desktop.
Save wbond/1358295 to your computer and use it in GitHub Desktop.
FC16 Notes
sudo -s
yum install nano
nano /etc/selinux/config # disable
reboot
# clean dock
sudo -s
yum update
systemctl stop bluetooth.service
systemctl disable bluetooth.service
echo "options iwlagn led_mode=1" > /etc/modprobe.d/iwlagn.conf
yum install @development-tools gnome-tweak-tool gnome-shell-extension-icon-manager gconf-editor dconf-editor pidgin purple-plugin_pack-pidgin gnome-shell-extension-pidgin tmux git mercurial epiphany
dconf-editor # org > gnome > shell > extensions > icon-manager > top-bar: ['pidgin']
yum remove empathy evolution subversion subversion-libs
# Install:
# https://tools.google.com/chrome/index.html?platform=linux_fedora_x86_64
# https://chrome.google.com/webstore/detail/oojbknijfmdmidgcgchmojbildmbdamm
# http://rpm.pbone.net/index.php3/stat/4/idpl/17089768/dir/rawhide/com/subversion-libs-1.7.0-2.fc17.x86_64.rpm.html
# http://rpm.pbone.net/index.php3/stat/4/idpl/17089758/dir/rawhide/com/subversion-1.7.0-2.fc17.x86_64.rpm.html
# http://rpm.pbone.net/index.php3/stat/4/idpl/15552994/dir/fedora_13/com/msttcorefonts-2.0-2.noarch.rpm.html
# http://koji.russianfedora.ru/koji/buildinfo?buildID=614
# http://get.adobe.com/flashplayer/completion/?installer=Flash_Player_11_for_other_Linux_(YUM)_64-bit
# https://www.virtualbox.org/wiki/Linux_Downloads
# https://www.vmware.com/tryvmware/p/activate.php?p=player&lp=1
yum install flash-plugin VirtualBox-4.1
sh VMware-Player-4.0.0-471780.x86_64.bundle
# https://wiki.archlinux.org/index.php/VMware#3.1_kernels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment