I carry a USB stick with acme-sac on it, and use it as "work anywhere" portable environment; hosted means I get to work on PCs, Macs, whatever I keep emu around of. Sweet.
I now need to keep much of the drive contents encrypted. It would be very useful if I could keep an entire file system tree in a hosted file. Is there such a file server kicking around? I'm happy to use cp within Inferno to manage host/stick file transfers.
I keep getting the impression I should be able to do something equivalent in 10 lines of shell script, but I'm insufficiently Inferno-savvy to figure it out.
Ah, that's very nice. It's unfortunate that it leaves the file system data (filenames, tree) in the clear. But this is enough to get me started.
Now for an "I feel like dunce" moment: Under acme-sac 0.31 on OS-X I can't seem to type ^d for end-of-file, or ^c or del for break; my habit of cat > foo causes me some consternation. What am I doing wrong?
Paul
On Feb 27, 2009, at 10:58 PM, Arvindh Rajesh Tamilmani wrote:
On Fri, Feb 27, 2009 at 05:58:04PM -0800, Paul Lalonde wrote:
> I carry a USB stick with acme-sac on it, and use it as "work > anywhere" portable environment; hosted means I get to work on PCs, > Macs, whatever I keep emu around of. Sweet.
> I now need to keep much of the drive contents encrypted. It would be > very useful if I could keep an entire file system tree in a hosted > file. Is there such a file server kicking around? I'm happy to use > cp within Inferno to manage host/stick file transfers.
> I keep getting the impression I should be able to do something > equivalent in 10 lines of shell script, but I'm insufficiently > Inferno-savvy to figure it out.