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

53 lines
3.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FUQs</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="icon" href="img/logo.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">
</picture>
</a>
<h1>Frequently Unasked Questions</h1>
<h4>Why the name?</h4>
<p>
Uh... not for any particular reason. It was 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!
</p>
<h4>I may or may not have forgotten my password and the reset password thing doesn't work!</h4>
<p>
Email us at <a href="mailto:help@exozy.me">help@exozy.me</a> and we can get it reset.
</p>
<h4>How do I change my account details like my email address?</h4>
<p>
Log into exozyme and run the command <i>moduser $USER</i>. Edit the file to update your account details, and hit <i>Ctrl+Q</i> to save and quit.
</p>
<h4>How do I install software?</h4>
<p>
If you want to install a graphical app, try opening up Discover in a remote desktop session and searching for the app. Otherwise, try <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>.
</p>
<h4>The command line is behaving weirdly, commands I copied from the internet don't work, editing my <i>~/.bashrc</i> isn't working, and I can't change my shell!</h4>
<p>
These are all symptons of due to using <a href="https://fishshell.com/">Fish</a> as the default shell for new users, since it's simpler and friendlier than Bash. Unfortunately, Fish is not very compatible with Bash commands. If you're blindly copying commands from the internet (you probably shouldn't do that anyways), run <i>bash</i> first to get a Bash shell before pasting them in. If you want to run commands when starting the shell like a <i>~/.bashrc</i>, the equivalent for Fish is <i>~/.config/fish/config.fish</i>. To change your shell, see the answer above about changing your account details.
</p>
<h4>Help! My remote desktop is glitching out and I want to reset it!</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 -9 -u $USER</i> to kill all your programs and processes. 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 no one can see it except for server admins. If you decide to delete your account, we will delete all of your data from the server. Yeah, we're pretty serious about protecting your data and privacy!
</p>
<h4>I need help with something!</h4>
<p>
You know the drill: ask on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">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>.
</p>
</body>
</html>