BoxyBSD/website/content/shell.html

38 lines
1.6 KiB
HTML

<!-- title: Shell -->
<!-- meta_description: Find all contact possibilities for BoxyBSD (including abuse & NOC) but also the community chat in Matrix. -->
<b>Shell</b>
<p>
This shared systems platform provides users with Unix shell accounts for various purposes such as experimentation, collaboration, and learning.
It offers a diverse range of services including email, web hosting, and programming environments. Users can connect to the related system via SSH
and utilize its resources to explore the world of Unix, networking, and programming. Instead of having to manage a full virtual machine it often
might even be enough to have a dedicated user account to run unix applications.
<table>
<tr>
<td>Community Nick</td>
<td><input type="text" name="Email" value="" size="30" maxlength="50"></td>
</tr>
<tr>
<td>Email</td>
<td><input type="text" name="Email" value="" size="30" maxlength="50"></td>
</tr>
<td>Login name</td>
<td><input type="text" name="Email" value="" size="30" maxlength="50"></td>
</tr>
<td>SSH Pubkey</td>
<td><input type="text" name="sshpubkey" value="" size="30" maxlength="50"></td>
</tr>
<tr>
<td>OS</td>
<td><select><option>FreeBSD 14</option></select></td>
</tr>
</table>
<body onload="disableSubmit()">
<input type="checkbox" name="terms" id="terms" onchange="activateButton(this)"> I Agree Terms & Conditions (<a href="/toc/">TOS</a>).<br>
<input type="submit" name="submit" id="submit">
</body>
</p>
</p>