Update FUQs with question about changing account details using moduser

This commit is contained in:
Anthony Wang 2022-06-27 15:05:24 -05:00
parent d1ad46b2f3
commit 5a8c240933
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -24,26 +24,26 @@
<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>.
</p>
<h4>Can the admins see everything I do?</h4>
<p>
Files are your hard drive are visible only to admins unless you encrypt it. The KDE Plasma desktop has a nice Vaults feature in the system tray for file encryption. Admins cannot view your remote desktop sessions unless they change your password, so you can be sure that as long as your password hasn't been tampered with, your data is safe.
</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>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, ask us on Matrix about it.
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>.