More website content cleanup

This commit is contained in:
Anthony Wang 2022-06-25 13:07:02 -05:00
parent 44795834ca
commit 6bc965c8cf
Signed by: a
GPG key ID: BC96B00AEC5F2D76
4 changed files with 14 additions and 20 deletions

View file

@ -20,33 +20,25 @@
<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>Help! I forgot my password and the reset password thing doesn't work!</h4>
<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 much of exozyme's computational resources am I allowed to use?</h4>
<p>
There's no official limit! However, be courteous to the other users: don't unreasonably overuse our resources. So no cryptomining please! If you need a lot of computational power, ask about it on <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">Matrix</a>.
</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>Why's the connection speed so slow?</h4>
<p>
Blame the ISPs. 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. Not much we can do about it, sorry.
</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. You can use things like <a href="https://www.cryfs.org/">cryfs</a> to encrypt your files. 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.
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.
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>
This is all because we use <a href="https://fishshell.com/">Fish</a> as the default shell for new users since it's simpler and friendlier than the typical 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>, see <a href="https://unix.stackexchange.com/a/211529">this Stack Exchange post</a>. To change your shell, just ask 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, ask us on Matrix about it.
</p>
<h4>Help! My remote desktop is glitching out and I want to reset it!</h4>
<p>

View file

@ -14,7 +14,8 @@
<source srcset="img/logo.png" type="image/png">
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
</a> <h1>Join exozyme!</h1>
</a>
<h1>Join exozyme!</h1>
<p>
Welcome! Please use only lowercase letters and numbers for your username. After you have an account, <a href="about">learn more about exozyme</a> or try our <a href="quickstart">quickstart guide</a>.
</p>

View file

@ -15,14 +15,14 @@
<img src="img/logo.png" alt="exozyme" height="360" width="360">
</picture>
</a>
<h1>Get started!</h1>
<h1>Quickstart Guide</h1>
<h2>Join us!</h2>
<p>
Interested in exozyme? You can get started by emailing <a href="mailto:join@exozy.me">join@exozy.me</a> and introducing yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to setup your exozyme account.
Need an exozyme account? Shoot us an email to <a href="mailto:join@exozy.me">join@exozy.me</a> and introduce yourself and what you plan to do with exozyme. We may ask a few follow-up questions, and once everything is figured out, we'll email you a link and a secret code to set up your new account.
</p>
<h2>Logging in</h2>
<p>
OK, so you've joined exozyme! You can start by logging into your remote exozyme desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>)
You can start by logging into your remote exozyme desktop with the <a href="https://desk.exozy.me">exodesk</a> web client. (If you want to use a RDP client app, check out the <a href="https://git.exozy.me/exozyme/exozyme/wiki/Remote-desktop-clients">wiki</a>, or alternatively, log in with <a href="https://git.exozy.me/exozyme/exozyme/wiki/SSH">SSH</a>)
</p>
<p>
Anyways, you should see a login screen, and type in your exozyme username and password. You'll be dropped into a desktop, which might take a few seconds to load properly. Enjoy your exozyme desktop!
@ -33,15 +33,15 @@
<img src="img/rdp.png" alt="Remote desktop" width="720">
</picture>
<p>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. You should be able to run any app on server, and even install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
In the bottom left corner you'll see the all-powerful application menu, which you can use to launch apps. You can install more apps using the Discover app store. When you're done, please <b>remember to log out</b> by selecting "Log Out" in the application menu. <b>Closing the browser tab does not log you out.</b>
</p>
<h2>Programming</h2>
<p>
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, and more, as well as text editors, IDEs, debuggers, and other tools. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>! If your preferred language or tool isn't installed, you can use <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
Check out our online programming environment, <a href="https://hub.exozy.me">exohub</a>. We have all your favorite programming languages, text editors, IDEs, debuggers and more. In the impossibly low chance your favorite language or tool isn't installed, you can install it with <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
</p>
<h2>Explore exocloud</h2>
<p>
Try our powerful collaboration and productivity suite by going to <a href="https://cloud.exozy.me">exocloud</a> and logging in with your exozyme username and password. If things work out, you'll be taken to your exocloud homepage!
Try our powerful collaboration and productivity suite by going to <a href="https://cloud.exozy.me">exocloud</a> and logging in with your exozyme username and password.
</p>
<picture>
<source srcset="img/exocloud.webp" type="image/webp">
@ -53,7 +53,7 @@
</p>
<h2>Enter the Matrix</h2>
<p>
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks including <a href="https://ta180m.exozy.me/posts/dont-use-discord/">Discord</a> using your <b>exochat</b> account. To start, go to your exocloud home page and click on the <a href="https://cloud.exozy.me/apps/riotchat/">Element app</a> on the top. (exochat is powered by Matrix, so you can use any <a href="https://matrix.org/clients/">Matrix client</a>, but remember to change the homeserver to use <a href="https://chat.exozy.me">exozy.me</a> instead of matrix.org) Now sign in with your exozyme username and password as usual, and welcome to your shiny new exochat account!
You can chat with your friends on <a href="https://matrix.org">Matrix</a> and other networks including <a href="https://ta180m.exozy.me/posts/dont-use-discord/">Discord</a> using your <b>exochat</b> account. To start, go to your exocloud home page and click on the <a href="https://cloud.exozy.me/apps/riotchat/">Element app</a> on the top. (exochat is powered by Matrix, so you can use any <a href="https://matrix.org/clients/">Matrix client</a>, but remember to change the homeserver to use <a href="https://exozy.me">exozy.me</a> instead of matrix.org) Now sign in with your exozyme username and password as usual, and welcome to Matrix!
</p>
<picture>
<source srcset="img/element.webp" type="image/webp">

View file

@ -46,6 +46,7 @@ input {
.slogan {
text-align: center;
font-size: 1.125em;
}
.icon {