Saturday, November 27, 2010

CDE – An Innovative Way Of Running Programs On Diverse Linux Machines

CDE (not to be mistaken for the Common Desktop Environment in UNIX) is a packaging tool which allows you to identically replicate the execution of a program running on one Linux machine, on to another.

It does this by packaging up the Code, Data, and Environment (including all the dependencies – libraries, auxiliary programs etc) together, which can then be transferred and executed flawlessly on a different Linux machine.

CDE is the brain child of Philip Guo – a Ph.D. student in the Computer Science department at Stanford University.

You can use CDE to -

Try out someone else’s software on your machine without running into dependency hell.Testing multiple versions of your program on your machine without conflict.Easily deploying your computer program into a compute cluster or Linux cloud VM without any errors.Future proofing your software – in effect guaranteeing it to run on any Linux machine even 10 years down the line.Enabling people on older computers to run your programs without recompiling.

Using CDE to create a universal package of your computer program or software is quite simple. It involves running your computer program with cde before it.

Here is an interesting video created by the author of the program where he demonstrates the use of CDE.

You can learn more about CDE and download it from the author’s website.

For more news, tips, and reviews on all things Linux, Open source and Free software, visit Linux Help blog.


View the original article here

No comments:

Post a Comment