May 14, 2009

PS3 Slimline shots leaks out

If you believe in these pictures, it is obvious that there is a slimline PS3 coming. These shots were taken in a chinese factory.

The logo is very different from the actual one. Maybe it is just a fake?!
If you look close, you can see that it has a 120GB hard disc.

The bottom enclosure.

The top enclosure. It is not shining at all and looks a bit cheap. It can be that it is not finished yet.

The top enclosure from the front. The bubble says, that the slot can glow.

The backside of the casing. Can figure out any new connections from this image.

via [gameko]

May 10, 2009

Installing Adobe Flash Plugin in Mozilla Prism on Linux

Today I gave Prism a try. I have several websites, which need a proxy to get access, but for others I don’t want to use the proxy at all. So I created a new configuration to have the site available in one click. After starting up the first time, I realized, that the Adobe Flash plugin is not installed. After stumbling around the web I found out that basically only the libflashplayer.so needs to be copied to the plugins folder of Prism.

This is a bit tricky, because there is no plugins folder in Prism by default. So I started with
root@HASS:/opt/prism# mkdir plugins
for creating the folder in the right place.

Next I tried to locate the Flash plugin file with
locate libflashplayer.so

As a result i got
/usr/lib/adobe-flashplugin/libflashplayer.so

The next step was copying this found file over to the newly created plugins folder
cp /usr/lib/adobe-flashplugin/libflashplayer.so plugins/.

From what I saw, this problem does not happen on other platforms.