Fedora Linux – Ramoonus Edition

This guide describes my customisations done to improve the Fedora Linux to my preferences.

Open the terminal and run:

sudo su
yum localinstall --nogpgcheck -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum install -y presto wget
yum update
yum install -y AdobeReader_enu dkms java redhat-lsb redhat-lsb-graphics redhat-lsb-printing flash-plugin pidgin google-chrome-stable Firefox 
  msttcorefonts

How-To Fedora 17 LAMP installation

This short guide demonstrates how to setup Fedora 17 as a LAMP server containing Apache, PHP, Perl, Python, Ruby and MySQL.


sudo
yum install -y httpd php php-mysql php-gd php-imap php-ldap php-odbc php-pear php-xml php-xmlrpc php-magickwand php-mbstring php-mcrypt php-mssql php-shout php-snmp php-soap php-tidy php-mysql php-odbc php-pear php-mhash curl perl-libwww-perl ImageMagick libxml2 php-pecl-apc mysql mysql-server phpmyadmin at ruby mod_python perl mod_perl perl-HTML-Parser perl-DBI perl-Net-DNS perl-Digest-SHA1 perl-ExtUtils-AutoInstall perl-NetAddr-IP perl-Archive-Tar
systemctl enable httpd.service
systemctl start httpd.service
systemctl enable mysqld.service
systemctl start mysqld.service
mysql_secure_installation

Fedora 17 – Ramoonus Edition

This guide describes my customisations done to improve the Fedora Linux 17 Desktop / Server to my preferences

  1. Install Fedora Linux 17
  2. Install Gnome  2 as describes here

Open the terminal and run:

su
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 -y install presto wget
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
yum install -y AdobeReader_enu dkms java redhat-lsb redhat-lsb-graphics redhat-lsb-printing flash-plugin pidgin google-chrome-stable firefox y
qt-x11.i686 libXScrnSaver.i686 alsa-plugins-pulseaudio.i686 libXv.i686 alsa-lib.i686  msttcorefonts

How-To Install Gnome 2 (MATE) on Fedora Linux 17

If you – like me – don`t like Gnome 3 and want the Gnome 2 desktop environment back on Fedora 17, this guide is for you.

Open the terminal and run:
su
yum install https://dl.dropbox.com/u/49862637/Mate-desktop/fedora_17/mate-desktop-fedora-updates/noarch/mate-desktop-release-17-2.fc17.noarch.rpm
yum groupinstall MATE-Desktop