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/index.html

82 lines
4 KiB
HTML
Raw Normal View History

2021-07-20 17:00:57 +00:00
<!DOCTYPE html>
<html>
<head>
<title>FUQs</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
2021-07-28 02:16:09 +00:00
<img src="/logo.webp" alt="exozyme" height="324" width="324">
2021-07-20 17:00:57 +00:00
<br>
<h2>Frequently Unasked Questions</h2>
<br>
<p>
<b>Why the name?</b>
</p>
<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>
<br>
2021-07-20 17:00:57 +00:00
<p>
<b>Can you install <i>X</i>?</b>
</p>
<p>
2021-08-03 02:27:25 +00:00
If you want me to install something globally, and it's free and open-source, then most likely yes! Just ask about it on our Matrix Space. I'm a bit stricter about proprietary software, but if you have a legitimate reason for it, then sure. If you just want to install the software for your own user, open up Discover and search for the app. You can also use <a href="https://www.appimagehub.com/">AppImage</a>.
2021-07-20 17:00:57 +00:00
</p>
<br>
<p>
2021-07-24 21:19:32 +00:00
<b>How many cores, memory, and disk space am I allowed to use?</b>
2021-07-20 17:00:57 +00:00
</p>
<p>
2021-07-24 21:19:32 +00:00
You'll be delighted to hear that there's no hard limit! However, you should generally be courteous about the other users, so try not to use more than 4 cores and 50GB of our fast NVME storage. For RAM, try not to use more than 4GB, and don't give your VMs much more memory than they need. You can run intensive commands with <i>nice [NUMBER]</i>, where a higher number will cause it to be less disruptive to other users' work. If you need more storage, ask me about it on Matrix and I can give you up to 500GB of HDD storage. Of course, if you absolutely need more of any resource, we can have a chat about it on Matrix.
2021-07-20 17:00:57 +00:00
</p>
<br>
<p>
<b>Why is the connection speed so slow?</b>
</p>
<p>
Blame the ISPs. The my ISP's download speed is quite fast, but its upload speed is horrendous. This translates to a low download speed for users like you. Most people have slow upload speeds too, so that makes the connection slow both ways. I really should contact my ISP about it...
</p>
<br>
2021-07-20 17:08:42 +00:00
<p>
<b>Can the admins see everything I do?</b>
</p>
<p>
Yes, unless you encrypt it! Matrix direct messages are encrypted by default, but Nextcloud is not, for better performance. No problem though, since you can use things like <a href="https://www.cryfs.org/">cryfs</a> or <a href="https://nuetzlich.net/gocryptfs/">gocryptfs</a> to encrypt your files. The KDE Plasma desktop also has a nice Vaults feature in the system tray for encryption.
</p>
<br>
2021-07-20 17:00:57 +00:00
<p>
<b>Can I have sudo privileges?</b>
</p>
<p>
2021-08-03 14:15:38 +00:00
Probably not, but if you have something that needs to be run as root, I'll be happy to do it. Just ask about it on Matrix.
2021-07-20 17:00:57 +00:00
</p>
<br>
2021-08-03 02:27:25 +00:00
<p>
<b>I found a bug or security flaw!</b>
</p>
<p>
Please report it in the <a href="https://git.exozy.me/exozyme/Issues">Issues repository</a>.
</p>
<br>
<p>
<b>Help! I forgot my password to <i>X</i> and the reset password thing doesn't work!</b>
</p>
<p>
2021-08-03 02:27:25 +00:00
Shoot me a message about it on Matrix and I can get it reset.
</p>
<br>
2021-07-20 17:00:57 +00:00
<p>
<b>I need help with something!</b>
</p>
<p>
You know the drill: ask on <a href="https://matrix.to/#/#general:exozy.me">Matrix</a>!
2021-07-20 17:00:57 +00:00
</p>
<br>
</div>
</body>
</html>