Off-Topic > Off-Topic - Tiny Core Lounge
"CDE" ( Code, Data and Environment) software
(1/1)
Onyarian:
Hi,
Yesterday I read in DistroWatch this QA about a software called "CDE" ( Code, Data and Environment) and found it very interesting:
http://distrowatch.com/weekly.php?issue=20140915#qa
this peace of software can do the execution of some encapsulated software from a Linux distribution into another different Linux distribution.
I have made the next prove within TC and works!
I work now with ub-dCore-trusty. In this TC I can't found a version of xonclock in the form of xonclock.sce, but I found a desktop clock called Buici (it looks a little primitive, not like xonclock).
I boot my TC4.7 with xonclock in the desktop, then I run:
--- Quote ---$ cde xonclock
--- End quote ---
it creates a subdirectory called /cde-package
Then I boot my ub-dCore-trusty and go to this subdirectory and execute the newly created file xonclock.cde
--- Quote ---tc@ubt-dC5x-ordjd$ cd /mnt/sda4/cde-package
tc@ubt-dC5x-ordjd:/mnt/sda4/cde-package$./xonclock.cde
--- End quote ---
and in the desktop appears a nice xonclock.
Next I was going to /tmp and created a /package subdirectory,in this a /opt subdirectory and copied /cde-package into it, renamed this /cde-package to /xonclock-cde and executed in /tmp:
--- Quote ---tc@ubt-dC5x-ordjd:/tmp$ mksquashfs package xonclock-cde.sce
--- End quote ---
copied this .sce to /mnt/sda1/ubdc5/sce/
put in sceboot.lst this xonclock-cde.sce, created in /home/tc/.X.d a xonclock file with "/opt/xonclock-cde/xonclock.cde &" in it and finally reboot.
Now I got the xonclock in my desktop in ub-dCore-trusty! (coming from my TC4.7!)
Have a look into this peace of software!
Misalf:
Yeah, thank's. I've read that, too, but havn't tryed yet.
Jason W:
I tried to use this for the SCM extension type, and though there are reasons it does not work well for distributed packages, it is very good to wrap up an application with all it's dependencies and run it wherever you like. It is like an SCE or SCM except that it is a sandbox that CDE basically chroots into.
I think it is very useful especially when used on a smaller distro like TC.
Misalf:
http://www.pgbovine.net/cde.html
--- Quote ---To enable Windows and Mac users to run your CDE packages, you can embed them within a virtual machine (e.g., using a lightweight distro like Tiny Core Linux).
--- End quote ---
(:
Navigation
[0] Message Index
Go to full version