Displaying 2 results from an estimated 2 matches for "careabout".
Did you mean:
awareabout
2006 Aug 01
5
ZFS, block device and Xen?
Hi There,
I looked at the ZFS admin guide in attempt to find a way to leverage ZFS
capabilities (storage pool, mirroring, dynamic stripping, etc.) for Xen
domU file systems that are not ZFS. Couldn''t find an answer whether ZFS
could be used only as a "regular" volume manager to create logical
volumes for UFS or even a Linux ext2fs, with ideally, the ability to
create
2011 Dec 30
1
HELP!! - PHP calling R to execute a r-code file (*.r)
Hi,
I have met a tough problem when using PHP to call R to generate some plots.
I tested it okay in my personal computer with WinXP. But when I was trying
to update to my server (Win2003 server), I found it did not work. Below is
the details:
1> r-code file (E:/mycode.r):
----------------------
jpeg("E:/mytest.jpg")
plot(1:10)
dev.off()
----------------------
2> php code: