This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/fuqs.html

46 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>FUQs</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/favicon.png" type="image/png">
</head>
<body>
<a href="..">
<picture>
<source srcset="img/logo.avif" type="image/avif">
<source srcset="img/logo.webp" type="image/webp">
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360" class="logo">
</picture>
</a>
<h1>Frequently Unasked Questions</h1>
<h4>Why the name?</h4>
<p>
Uh... not for any particular reason. It's just a cool <a href="https://en.wikipedia.org/wiki/Domain_hack">domain hack</a> with the .me domain, and it contains everyone's favorite math variables x, y, and z! Note that our name is "exozyme", not "exozy". There's no official pronounciation, so pronouce it however you like.
</p>
<h4>I forgot my password!</h4>
<p>
Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we'll get it reset.
</p>
<h4>How do I change my account details like my email address or command-line shell?</h4>
<p>
Log into exozyme and run the command <i>moduser</i>. Edit the file to update your account details, and hit <i>Ctrl+Q</i> to save and quit.
</p>
<h4>My remote desktop is glitching out!</h4>
<p>
Log in to <a href="https://hub.exozy.me">exohub</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a> and run the command <i>pkill -u $USER</i> to kill all your processes. If that doesn't fix it, run <i>pkill -9 -u $USER</i> to force kill everything. Note that you'll lose all unsaved work.
</p>
<h4>What kind of data does exozyme collect?</h4>
<p>
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and an offsite backup. If you decide to delete your account, we will delete all of your data from the server.
</p>
<h4>I need help with something!</h4>
<p>
Ask on <a href="https://matrix.to/#/#exozyme:exozy.me">Matrix</a>. If you aren't able to do that, shoot us an email at <a href="mailto:help@exozy.me">help@exozy.me</a> (optionally using <a href="https://git.exozy.me/exozyme/exozyme/raw/branch/main/pubkey.asc">GPG</a>).
</p>
</body>
</html>