Displaying 3 results from an estimated 3 matches for "viscont".
Did you mean:
discont
2005 Oct 13
2
French Guide on Xen[debian, netbsd] and Uml[debian] install and use
Hello,
For those those who speak french and are interested. I wrote a guide
about Uml and
Xen virtualisation solution for course purpose.
Cheers,
François Visconte
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2005 Nov 09
7
install other OS to unprivileged domain
Dear all,
I have set up one unprivileged Domain-1 with help of FedoraQuickStart and
some help from you.
Now I want to install some other OS to Domain-2.
How can I install a different OS (say Redhat 7.3) onto a unprivileged
domain?
Do I have to copy all files from an existed installation to an image file?
Thanks,
Koala
_______________________________________________
Xen-users mailing list
2009 Sep 04
0
Fielded Search
Hy everyone,
I'm trying to build a custom search engine for an application where I
need fielded search.
I wand to index xml file content and I'd like to create a field for each
node's xpath and index the node content. This method should allow to
execute a query on a choosed field (for example //h1).
I'm using the pythonic interface.
Do you know a way to achieve this goal