Last change
on this file since 760 was
543,
checked in by broder, 16 years ago
|
Are we xvm now? Really? Make it so
|
File size:
1.7 KB
|
Rev | Line | |
---|
[280] | 1 | <!DOCTYPE html |
---|
| 2 | PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 4 | <html> |
---|
[418] | 5 | <head><title>About SIPB Virtual Servers</title> |
---|
[280] | 6 | <link href="favicon.ico" type="image/x-icon" rel="shortcut icon"> |
---|
| 7 | <link rel="stylesheet" href="style.css" type="text/css" /> |
---|
| 8 | <link rel="stylesheet" href="layout.css" type="text/css" media="screen" /> |
---|
| 9 | <script type="text/javascript" src="prototype.js"></script> |
---|
| 10 | </head> |
---|
| 11 | <body id="body"> |
---|
| 12 | |
---|
[418] | 13 | <h1>About SIPB Virtual Servers</h1> |
---|
[280] | 14 | |
---|
[418] | 15 | SIPB Virtual Servers is an experimental service from the <a href="http://sipb.mit.edu/">Student Information Processing Board</a> which attempts to provide members of the MIT community with an easy way to create virtual machines which they can remotely administer. |
---|
[280] | 16 | |
---|
[418] | 17 | <h2>SIPB Virtual Servers is an Alpha Service</h2> |
---|
[280] | 18 | |
---|
[418] | 19 | Lots of services claim to be beta when they're really almost release-worthy. SIPB Virtual Servers is an alpha service in the true sense of the word. This means that we make almost no promises. Specifically, we make <strong>no promises</strong> about: |
---|
[280] | 20 | |
---|
| 21 | <ul> |
---|
[420] | 22 | <li><strong>Security</strong>: All of the current developers of SIPB Virtual Servers have root access to black-mesa, the host machine for all of the virtual machines, through both root and null instances.</li> |
---|
[418] | 23 | <li><strong>Uptime</strong>: The SIPB Virtual Servers developers reserve the right to bring down both black-mesa and its VMs without warning or notification.</li> |
---|
[420] | 24 | <li><strong>Data integrity</strong>: We do not back up data on SIPB Virtual Servers VMs.</li> |
---|
[280] | 25 | </ul> |
---|
| 26 | |
---|
[418] | 27 | <p>If you're OK with this, we hope you enjoy using and helping us test <a href="/">SIPB Virtual Servers</a>.</p> |
---|
[280] | 28 | |
---|
| 29 | <hr /> |
---|
[543] | 30 | Questions? Contact <a href="mailto:xvm@mit.edu">xvm@mit.edu</a>. |
---|
[280] | 31 | </body> |
---|
| 32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.