[sage-devel] Secure Notebook Deployment

2007-10-16 Thread TrixB4Kidz
. -- TrixB4Kidz P.S. You have a few hundred defunct sage processes running on your system. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED

[sage-devel] Re: Secure Notebook Deployment

2007-10-16 Thread TrixB4Kidz
PROTECTED] -p 7000'%n for n in range(1,31)] notebook(port=8103, accounts=True, address='sage.math.washington.edu', secure=True, server_pool = server_pool, ulimit='-v 200') On 10/16/07, TrixB4Kidz [EMAIL PROTECTED] wrote: Hello Professor Stein. For a final project at Case Western

[sage-devel] Re: Secure Notebook Deployment

2007-10-16 Thread TrixB4Kidz
still be usable by the core libraries, but they would not be available within the shells. -- TrixB4Kidz --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe

[sage-devel] Fun Things to do with a Sage Notebook

2007-10-27 Thread TrixB4Kidz
Here are a few fun things that anyone can do with a public Sage Notebook: 1. Use the Sage server as remote file storage. Take your pick between ftp, cvs, subversion, or even brew your own protocol. 2. Host your own web site. Remember: Apache is only a wget away! 3. Are your thesis

[sage-devel] Re: Fun Things to do with a Sage Notebook

2007-10-27 Thread TrixB4Kidz
I think the public free Sage notebook should be configured so that the sageXX accounts cannot open sockets to the outside world. Period. If I knew how to configure this in 30 minutes, I would have done it already. Once we nail down a reasonably secure public sage notebook configuration,

[sage-devel] Re: Fun Things to do with a Sage Notebook

2007-10-28 Thread TrixB4Kidz
Just out of curiosity are you listing options like the above since you want somebody to implement them, or are you listing them because you want to implement one of them, and you want feedback before you choose the one that you want to implement? I'd be willing to implement this