exozyme/join.html

36 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>join</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.png" type="image/png">
<link rel="icon" href="img/logo.svg" type="image/svg+xml">
</head>
<body>
<a href="..">
<img src="img/logo.svg" alt="The exozyme logo" class="logo">
</a>
<h1>join</h1>
<h2 id="first-steps">First steps</h2>
<p>
Interested in exozyme? First, join our <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix space</a> and familiarize yourself with our community. After a week of being active in our Matrix space, you'll be eligible to become an <b>exozyme member</b>, which gives you an account on our server.
</p>
<p>
If you would like to become a member, send an email to <i>root@this domain name</i> (optionally using <a href="/pubkey.asc">GPG</a>) and introduce yourself, what you plan to use your account for, your desired username, display name, and <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> public key. We'll send you a reply after your account is created.
</p>
<h2 id="logging-in">Logging in</h2>
<p>
Now, try logging into our server using SSH. First off, passwords! The file <i>~/password</i> contains your temporary password, but you should set a new password using the command <i>passwd</i>. To change your account details like your email address or shell, use the command <i>moduser</i>. We also provide <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop">remote desktop</a>.
</p>
<p>
You can install command-line software with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Distrobox">Distrobox</a>. For hosting websites, check out <a href="https://git.exozy.me/exozyme/exozyme/wiki/Website-hosting">this guide</a>. If you want to run an extremely resource-intensive program, please let us know on Matrix first. Also, please don't torrent on exozyme.
</p>
<h2 id="resources">Resources</h2>
<p>
You can find helpful guides on our <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a>, or even better, please please please contribute to our wiki! If you run into bugs or have suggestions, create a new issue on our <a href="https://git.exozy.me/exozyme/exozyme/issues">issue tracker</a>. If you have any questions, just ask on Matrix or email us. Have fun!
</p>
</body>
</html>