How I setup Flash on my fresh Fedora 10 x86_64 install.
Close Firefox
Change to the Firefox plugins directory:
cd /usr/lib64/mozilla/plugins/
Download the Flash plugin:
wget http://download.macromedia.com/pub/labs/flashplayer10/libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
Extract the plugin:
tar -xvzf libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
Remove the .tar.gz as you now have the plugin extracted:
rm libflashplayer-10.0.d20.7.linux-x86_64.so.tar.gz
Open Firefox & you should be away!
Finally got around to upgrading to Fedora 10 this week. I have an issue with downloading podcasts using Amarok, but other that that all is good. Impressed. Looking forward to playing with my new install further!
Here is a quick HowTo / TechTip for deleting all the mail from an exim mail queue!
After the issue I blogged about the other day, where a webserver was being used to generate spam, we were left with a lot of spam email in the servers mail queue awaiting delivery.
Amongst other things, this was then [...]
Here is a quick guide on how to clone a VMware Server Virtual Machine and bring it up as a new VM in its own right. This allows you to build one base line image and then produce several separate servers from it, or for example, to clone a production VM to test installing a [...]
This week I needed to do some testing on two different server setups and did not have any spare boxes handy. I have found in the past that i have spent a lot of time getting hardware together, plugging it in and finding install CD’s.
I set about trying an easier way of testing, and having [...]
This code can be used as a HTML Redirector when a page or website has moved.
<html>
<head>
<meta http-equiv=”Content-Language” content=”en-gb”>
<title>http://www.YOUR-NEW-SITE.co.uk</title>
</head>
<body>
<p>This page has moved to: <a href=”http://www.YOUR-NEW-SITE.co.uk” >http://www.YOUR-NEW-SITE.co.uk</a></p>
<p> </p>
<p>Please update your records, you will now be redirected…</p>
<meta HTTP-EQUIV=”REFRESH” CONTENT=”5;URL=http://www.YOUR-NEW-SITE.co.uk”>
</body>
</html>
Do you run a squid proxy? I do, and have been restarting squid to apply config changes for ages. Turns out that you can just run “service squid reload”, users have no down time and your config changes get applied. Great. Wish I had thought to check that before now…..
(This works on RHEL/CentOS, [...]
This is my quick guide to do an install and basic setup of exim on CentOS. This is not meant as a fully inclusive guide but it will get you on the way. Following this you should get a working exim install.
I will assume you have built a CentOS 4 / 5 Server, have yum [...]
IE8 (Due out later this year), will render in “Standards Mode” by default.
Web developers of pages that work nicely in IE7 and nothing else can request IE8 to use IE7’s mode via the “http header/meta tag approach”. Hopefully this move will enable much better cross browser and developers of troubled sites will invest the time [...]
I like to browse with Firefox from both Windows & Linux, and find a number of plugins useful. I have just installed these on my freshly reloaded laptop and that reminded me to share them with you all.
British English Dictionary – Allows spell checking of forms and text fields
IE Tab – Windows only but good [...]