Get Started: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 27: | Line 27: | ||
To do this, you need to add a new email account, but set it up manually. Use the info on [[Email|this page]] to do so. Use it wisely. Or unwisely, if you want. | To do this, you need to add a new email account, but set it up manually. Use the info on [[Email|this page]] to do so. Use it wisely. Or unwisely, if you want. | ||
At some point there will be a [[Webmail]] and it will be so freaking awesomesauce lois | |||
== Edit your [[Web Hosting|website]] == | == Edit your [[Web Hosting|website]] == | ||
Line 35: | Line 37: | ||
* [[Visual Studio Code]] (recommended if you've never done this before 💜) | * [[Visual Studio Code]] (recommended if you've never done this before 💜) | ||
* [[Shell Access]] (recommended if you enjoy pain) | * [[Shell Access]] (recommended if you enjoy pain) | ||
* Other (recommended if you’re not like the other girls) | * [[Other]] (recommended if you’re not like the other girls) | ||
leah always sends pages from this site so I figured I’d link to it here:<br> | leah always sends pages from this site so I figured I’d link to it here:<br> | ||
Line 46: | Line 48: | ||
== Learn how to use the [[Shell Access|shell]] == | == Learn how to use the [[Shell Access|shell]] == | ||
Be like a snail. Don’t be like a slug. | Be like a snail. Don’t be like a slug. | ||
The shell is the main way of interfacing with the pronounmail.com server. It's not that hard as long as you already know how the shell works. | |||
[[Shell Access|Guide here!!!]] | |||
[[Category:Pages that need things added to them]] | [[Category:Pages that need things added to them]] |
Latest revision as of 21:20, 20 November 2024
When doing anything, one must get started first in order to progress. This page will (in time) provide you with vital information on hooking yourself up to the World Wide Web and carving out your own space there. By force.
Get in
Type ssh <username>@pronounmail.com
into your terminal and enter that thing!!!
It will ask you for your password. You should have gotten this somehow at some point
Here's some more information on the shell okay? Please don't cry
Change your password
passwd
- Type your password of choice and it will not give you any visual feedback
- Hit enter and repeat steps 2 and 3
- Success
Connect your email client
So, you have your email address, but how do you. you know. get mail? You need to connect this email address to your clienr, be that 'Michaelsoft Outlurk', 'Gee, Mail!', 'Yippee!', or indeed your own special herbal blend of IMAP/SMTP goodness.
To do this, you need to add a new email account, but set it up manually. Use the info on this page to do so. Use it wisely. Or unwisely, if you want.
At some point there will be a Webmail and it will be so freaking awesomesauce lois
Edit your website
Learn HTML or die trying. I for one have done the latter. Don't be like me.
To edit your web site, use one of these fine methods:
- Visual Studio Code (recommended if you've never done this before 💜)
- Shell Access (recommended if you enjoy pain)
- Other (recommended if you’re not like the other girls)
leah always sends pages from this site so I figured I’d link to it here:
https://developer.mozilla.org/en-US/docs/Web/HTML
https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web
Scream very loudly in the Discord
If you haven't already, join the Discord server for pronounmail!
Learn how to use the shell
Be like a snail. Don’t be like a slug.
The shell is the main way of interfacing with the pronounmail.com server. It's not that hard as long as you already know how the shell works.