summaryrefslogtreecommitdiff
path: root/start.md
diff options
context:
space:
mode:
authoryctct <yctct@yctct.com>2025-05-11 13:35:21 +0200
committeryctct <yctct@yctct.com>2025-05-11 13:35:21 +0200
commit396d3b2a4d4dc9a66f38d6dda8c486cc4596cb2a (patch)
treea0b27f922aff53c6227f5195a32244da31cc205d /start.md
parent95b90ef27ab34d27ba5c2f525b7b7344c234af65 (diff)
Update the two new pages
Diffstat (limited to 'start.md')
-rw-r--r--start.md67
1 files changed, 60 insertions, 7 deletions
diff --git a/start.md b/start.md
index 52e9659..71f5043 100644
--- a/start.md
+++ b/start.md
@@ -1,12 +1,13 @@
# How to get your compost.party username
-These are the steps I took to get my username set up on compost.party.
+These are the steps I took to get setup on compost.party.
--
+If you don't have a SSH key, generate a SSH key, to do so run:
+
Open the application Terminal.
-If you don't have a SSH key, generate a SSH key, to do so run:
$ ssh-keygen
@@ -16,9 +17,9 @@ Copy public key to a file:
$ cat ~/.ssh/id_ed25519.pub > ssh_pubkey.txt
-The file containing your SSH public key could be name something else, but it ends with <code>.pub</code>.
+The file containing your SSH public key could be name something else; it should end with <code>.pub</code>.
-Send the the file ssh_pubkey.txt public key to yeah@compost.party.
+Send the file ssh_pubkey.txt to yeah@compost.party.
Wait for a confirmation from yeah@compost.party that your username has been created.
@@ -28,7 +29,9 @@ Connect to the server:
$ ssh -p23 username@compost.party
-The Terminal should ask you whether it is the right fingerprint.
+You should see a message that asks you whether it is the right fingerprint.
+
+Don't answer that question yet.
Copy the fingerprint.
@@ -36,7 +39,57 @@ Ask yeah@compost.party whether the fingerprint matches.
Once you have received the confirmation that the fingerprint matches, go to your Terminal.
-Type <code>yes</code>.
+Answer that question; type <code>yes</code>.
+
+You should be on the server; you should see:
+
+
+```
+welcome to compost.party!
+
+
+ ___ ___ ___
+ . /\ \ /\ \ /\ \ ___
+ / /::\ \ |::\ \ . /::\ \ . /\__\
+ / /:/\:\ \ _ |:|:\ \ / /:/\:\ \ / /:/ /
+ /:/ \:\ \ / __|:|\:\ \ / /:/ \:\ \ / /:/__/
+ /:/__/ \:\__\ /::::|_\:\__\ ~ /:/__/ \:\__\ /::\ \ ,~
+ \:\ \ \/__/ \:\~~\ \/__/ ~ \:\ \ /:/ / /:/\:\ \ ~
+ \:\ \ ~~~~ ___ \:\ \ ~~~ ___ \:\ /:/ / _\/__\:\ \
+ \:\ \ ~~ /\ \ \:\ \ ~~ /\ \ \:\/:/ / /\ \ \:\__\
+ \:\__\. /::\ \ \:\__\. /::\ \ \::/ / /: \ \ \/__/
+ ~ \/__/ /:/\:\ \ \/__/ /:/\:\__\ \/__/ /:/\ \ \ .
+· ~ . /:/ \:\ \ /:/ /:/ / _\:\~\ \ \ ~ ··
+ ~ ~ /:/__/ \:\__\ /:/_/:/ / ~ ~ /\ \:\ \ \__\ ~
+ .\:\ \ /:/ / \:\/:/ / ~ ~ \:\ \:\ \/__/ ~
+ .\:\ /:/ / ~ \::/__/ .. ~ \:\ \:\__\
+ ~ \:\/:/ /. .~ \:\ \ . . \:\/:/ / ~
+ ~ \::/ /. . ~ \:\__\ ~ \::/ / ~.
+ ~ \/__/ ~ \/_ / ~ \/__/
+ ~ ~ . ~ ~ ~
+ ~~ ~ ~ ~~ ~~ ~ ~~ ~ ~ ~ ~
+ ~ ~ ~ ~ ~
+ ~ ~
+ .
+
+the setup of this server is currently in progress. you can put some
+static files into your `html` folder, or run a service that you think
+is cool. just remember that you share this server with other people
+and have fun!
+
+if you have any questions, don't hesitate to ask (yeah@compost.party)
+
+username@compost ~ $
+```
+
+Read the README:
+
+ $ less README.md
+
+Next, you can take a look at [the setup I use to upload files to the server](/publish.html).
+
+--
-You should be on the server.
+PS: I created an alias:
+ $ echo "alias compost='ssh -p23 username@compost.party'" >> ~/.bash_aliases