Archive for the ‘Internet’ Category

Let’s have a party, reached uptime 365+ days

A few minutes ago – while I was dumpster diving the internet visiting that shiny Munin site we have once setup for some eye candy a more complete picture – I discovered the servers have today reached their first year uptime. In general that is nothing special, but well, this is our project. This thrills me and now it’s time for another 365+ days with keeping the engines running…cheers!

one year uptime

SEO fscking

Funny, today I had some interesting hits in my log, someone came from a page with an engine spying for the keywords used on my page. Now I got curious and did some research. I indeed noticed that if someone searches via google for example hp compaq 6715 b, hp compaq 6715b, et cetera I am very close behind top ranking pages of mighty HP itself. I am doing strong promotion for nothing. What a shock. Hey, come on – please give me an hp 6715 b or something comparable, I really enjoyed it a lot! So I already knew that on various topics my page has good ranking on google.com like vm workstation for linux,  vmware linux 2.6.27 or flowplayer and dvgrab. And guess what? I have no clue about SEO. And guess somewhat else. This post is simple SEO done in 5 minutes.

P.S. If anyone at HP Compaq wants his name eternally remembered – you know what do ;P

FlashEmbedded Family

On Sunday we have been on a visit to my older brother and his family. Nerdy as I am I had our Sony Handycam with me on the trip and arrived back at home with plenty of new video footage. So I just wanted to make some videos available and digitalized and converted the dv source material from the camcorder with dvgrab and ffmpeg.

So this is some kind of a minimal HowTo, hope this helps someone.

If you are like me, you don’t like the idea to rely on 3rd party websites like younameit.xyz. There are a few good reasons to keep the video on your site – you have the physical control and you don’t need to accept confusing licence agreements. So here we go!

First I piped the output of dvgrab directly from the firewire to ffmpeg. This deinterlaced, converted and scaled the dv file to something more useful for a web page. I think that the following options are fine, feel free to change them and of course make use of man dvgrab and man ffmpeg.

dvgrab -format dv1 – | ffmpeg -deinterlace -f dv -i – -f flv -vcodec flv -s qvga -aspect 1.333 -qscale 3.5 -acodec libmp3lame -ab 32k -ar 22050 example.flv

Next I uploaded the example.flv file into the root directory of the domain. I use the open-source FlowPlayer Flash applet to actually embed the FLV video in my web page. I had to get a copy of the flowplayer.swf and flashembed.js from their page and copied the files to the root directory as well.

And finally I added the following lines to the html page.

<!– include flashembed –>
<script src=”flashembed.js”></script>

<!– this DIV is where your Flowplayer will be placed. –>
<div id=”videodiv” style=”width:640px;height:503px”></div>

<script>
// place Flowplayer to our DIV
flashembed(“videodiv”, “FlowPlayer.swf”, {config: {

// Flowplayer configuration as comma separated list
videoFile: ‘example.flv’,
initialScale: ’scale’

}});
</script>

That’s it. You should now have your video embedded in your page.

Finnish emotions

While surfing the net in my lunch break I’ve found this picture. It is so incredible funny, I almost gave a sign of life to my team mates.