ThingyMaJig

Thingy Ma Jig is the blog of Nicholas Thompson and contains any useful tips, sites and general blog-stuff which are considered interesting or handy!

Connect

LinkedIn GitHub

Topics

announcement 25 apache 3 Apple 1 bash 8 code 7 cool 30 Days Out 8 Dark Basic Pro 4 design 12 doctor who 1 Drupal 74 E4600 1 EOS 400D 3 firefox 2 Flickr 3 free 21 games 5 geek 38 git 2 GreaseMonkey 1 hardware 7 Homebrew 1 How to 37 humour 5 iphone 1 javascript 1 jquery 1 K800i 6 k850i 4 lighttpd 3 linux 33 mac 9 miscellaneous 4 mobile phone 9 music 4 mysql 8 n73 1 n95 1 New Relic 1 Ogre3D 1 OS X 2 performance 3 photos 10 programming 40 Quicksilver 1 review 19 security 3 SEO 6 software 12 svn 2 technology 4 tip 7 tips 10 tv 3 video 3 vim 7 webdev 2 websites 33 wii 1 windows 1 YADS 10

Getting the most out of Fedora Core 4

Posted on 28 September 2007 in
websites software linux How to geek Drupal

I recently looked into which versions of software I was running and was a little concerned to see how backward Fedora Core 4 was in some areas. I did a little Googling around and found a website (http://remi.collet.free.fr/) which is predominately written in French (but has a few English translations) which provides a new repository for Fedora Core 4's Yum Installer Package which provides far more recent RPM's for the likes of PHP and MySQL... So I installed it!

The install is VERY easy... You simply visit the site and download the appropriate RPM using a program like wget and then you install it using the RPM program. Next you go to /etc/yum.repos.d/ and download the repo file into that folder (again using a program like wget or curl). Finally, you tell Yum to install a package or just update your system and leave it going, for example:

sudo yum --enablerepo=remi update php

You need to tell it to enable the repository as by default it is disabled. I assume this is so you can control which packages get updated and when they get updated (you might not always want your server to be upgraded to the latest version of PHP at 4am automatically, I know I'd prefer to be present when this kind of update happens!)

As of now, this site is being powered by PHP 5.2.4 (rather than 5.0.4 - at time of writing) and MySQL 5.0.45 rather than 4.1.20 (at time of writing).