Created
May 10, 2013 11:23
-
-
Save shmaltorhbooks/5553830 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum remove selinux-policy evolution -y; | |
wget http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/x86_64/os/Packages/mysql-gui-common-5.0r14-1.fc12.x86_64.rpm http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/x86_64/os/Packages/mysql-gui-tools-5.0r14-1.fc12.x86_64.rpm http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/x86_64/os/Packages/mysql-query-browser-5.0r14-1.fc12.x86_64.rpm http://archive.fedoraproject.org/pub/archive/fedora/linux/releases/12/Everything/x86_64/os/Packages/mysql-administrator-5.0r14-1.fc12.x86_64.rpm; | |
rpm -ihv ./*.rpm | |
yum install libXv-1.0.5-1.fc13.i686 libXScrnSaver-1.2.0-1.fc12.i686 qt-4.6.3-8.fc13.i686 qt-x11-4.6.3-8.fc13.i686 -y; | |
yum install skype -y; | |
yum install cowsay -y; | |
yum install mc -y; | |
yum install htop -y | |
yum install php-devel -y; | |
yum install php -y; | |
yum install php-bcmath -y; | |
yum install php-gd -y; | |
yum install php-pear -y; | |
yum install php-pecl-sphinx -y; | |
yum install php-common -y; | |
yum install php-mbstring -y; | |
yum install php-Smarty -y; | |
yum install php-intl -y; | |
yum install php-idn -y; | |
yum install php-mysql -y; | |
yum install php-pecl-memcache -y; | |
yum install php-pdo -y; | |
yum install php-ldap -y; | |
yum install php-cli -y; | |
yum install php-pear-SOAP -y; | |
yum install php-soap -y; | |
yum install php-pear-Mail-Mime -y; | |
yum install php-pear-Mail -y; | |
yum install php-pear-Mail-mimeDecode -y; | |
yum install svn -y; | |
yum install mysql -y; | |
yum install mysql-server.x86_64 -y; | |
yum install mysql-gui* -y; | |
yum install mysql-administrator -y; | |
yum install nginx -y; | |
yum install httpd -y; | |
yum install memcached -y; | |
yum install php-pecl-apc -y; | |
yum install vsftpd -y; | |
yum install php-pecl-xdebug -y; | |
yum install tortoisehg -y; | |
yum install tortoisehg-nautilus -y; | |
yum install mercurial -y; | |
yum install mercurial-hgk -y; | |
yum install deluge -y; | |
yum install pidgin -y; | |
yum install xine* -y; | |
yum install smplayer -y; | |
yum install xmms -y; | |
yum install xmms-mp3 -y; | |
yum install gstreamer-plugins-bad -y; | |
yum install gstreamer-plugins-ugly -y; | |
yum install xine-lib-extras-nonfree -y; | |
yum install gstreamer-ffmpeg -y; | |
yum install vlc -y; | |
yum install alsamixergui -y; | |
yum install sphinx -y; | |
yum install php-ZendFramework* -y; | |
yum install php-pecl-apc -y; | |
yum install k3b -y; | |
yum install VirtualBox-OS -y; | |
yum install xorg-x11-drv-catalyst.x86_64 -y; | |
yum install mesa-dri-drivers-experimental -y; | |
#aticonfig --initial | |
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm; | |
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm; | |
yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree; | |
yum install gstreamer-ffmpeg vlc -y; | |
#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 | |
#yum install xine-lib-extras-freeworld lame ffmpeg | |
yum groupinstall "Development Tools" -y; | |
yum install openssl-devel -y; | |
yum install mysql-devel -y; | |
pecl install mongo -y; | |
yum install mod_python -y; | |
pear install pear.doctrine-project.org/DoctrineORM-2.0.7 -y | |
yum update -y; | |
reboot; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment