Posted in UNIX on jan 2nd, 2008 1 Comment »
I just went through the blog of Janili. This guy seems to be a Java application/server specialist. He’s got good informations on java hosting tools like Tomcat, Glassfish and a lot of informations on day to day management and tuning.
He put a Sun T2000 on a test to see if it can outperform a [...]
Read Full Post »
Posted in OS X, XDCAM EX on déc 28th, 2007 7 Comments »
As you may know I just get my new Sony PMW-EX1 camcorder last week. This camcorder use solid state SxS memory cards. I got it with 2x 8Gb cards. 16Gb is around 55 mins of recording.
Then the question is : how and where to store all that data ?
The SxS card is an expresscard card, [...]
Read Full Post »
Posted in OS X on déc 28th, 2007 No Comments »
Je viens de lire un tuto sur le site de macenstein.com. Il utilise un petit utilitaire qui s’appel MacOsAix.
Ca se passe ici et le resultat semble vraiment super. Je vais essayer ca ce week-end si je trouve un peu de temps.
Read Full Post »
Posted in Apple, Dev, Web on déc 28th, 2007 No Comments »
One new API from Google. This one allow you to create charts (graphiques, pour les francophones).
Philippe Mougin is our guest and comes with a clean example with integration to Apple’s Cocoa programming. Check this here.
Read Full Post »
Posted in Apple, Dev, Python on déc 28th, 2007 No Comments »
Voila le site d’une personne qui a une solution. Cela interessera particulierement mon ami Akhen, qui fete son anniversaire demain. Tiens, c’est pour toi : http://toxicsoftware.com/run-python-script/
Read Full Post »
Posted in OS X, Video, XDCAM EX on déc 23rd, 2007 No Comments »
Sometimes you don’t want to use Final Cut to review your shoots, or simply you can’t : you are on Windows !
Even if VLC can read the mp4 file directly, you can also extract the mpeg2 file encapsulated inside the mp4.
Thanks to Mr Bolanski, FFmpeg is your friend :
EX1.mp4 to DV25 :
ffmpeg –i inputfile.mp4 –f [...]
Read Full Post »
Posted in Linux, UNIX on déc 17th, 2007 No Comments »
Believe it or not, but latest Ubuntu release 1) does not include the latest PHP yet and 2) does not include mssql module.
Reading the newsgroups and forums, it seems nobody have a real tutorial on how to add it. You will also notice that Ubuntu builders have no plan to include it one day… (even [...]
Read Full Post »
Posted in UNIX on déc 13th, 2007 No Comments »
By default, applications bind the interface designated by the 224.0.0.0 route to do multicast subscription.
Sometimes you want to change that.
The best solution would be to be able to tell the application on which interface to do multicast. That’s what I did for Darwin Streaming Server (DSS). But sometimes you just can’t.
You can then use the [...]
Read Full Post »
Posted in Linux, Web on déc 9th, 2007 No Comments »
As usual in any new linux distro, Apache is not installed the same way as the previous. on ubuntu, you’ll find a bunch of files and directory in /etc/apache2.
I ended searching on “how can I add the LDAP authentication module, authzn_ldap. This module is in the mods-available directory.
One solution seems to link it to [...]
Read Full Post »
Posted in UNIX, Web on nov 21st, 2007 No Comments »
When you are talking of monitoring, you often end with many tools, like Nagios, Cacti or others. But none of them are interconnected.
There was a solution to add external pages inside Cacti, bythe aim of the Links plugin.
While migrating to Cacti 0.8.7a, I checked back the validity of this plugin with the new version. I [...]
Read Full Post »