From a4a96808aff78dc30171c61adb294232e68a18c7 Mon Sep 17 00:00:00 2001 From: Chris Medlock <6435923-msirhc@users.noreply.gitlab.com> Date: Sun, 19 Sep 2021 12:57:01 +0700 Subject: [PATCH] Corrections for PR 3 --- docs/blog.md | 2 +- docs/faq.md | 2 +- docs/help.md | 6 +++--- docs/inc/ssh-mac.md | 4 ++-- docs/info.md | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/blog.md b/docs/blog.md index 6b5db22..938c9b3 100644 --- a/docs/blog.md +++ b/docs/blog.md @@ -20,7 +20,7 @@ please see [ttbp](https://envs.net/ttbp/) for more information. twtxt is a decentralised, minimalist microblogging service for hackers. -to setup your twtxt it takes the following steps: +to set up your twtxt it takes the following steps: 1. `twtxt quickstart` - this wizard will generate a basic configuration file for twtxt
in `~/.config/twtxt/config`. *for more config option see: [twtxt - configuration](https://twtxt.readthedocs.io/en/latest/user/configuration.html)*.
*note your public twtxt location is ~/public_html/twtxt.txt* 2. now you can use `twtxt tweet "Hello, this is twtxt!"` to post a status and
`twtxt timeline` to view your timeline. diff --git a/docs/faq.md b/docs/faq.md index 9a2bfca..88c469d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,7 +16,7 @@ yes sure. please send us an email with your request to: [sudoers@envs.net](mailt if you don't want this to happen by default, when you log in to your shell, run `byobu-disable`. ## Q: can i get a package installed? -probably! send an message in our irc-channel #envs or an email with your suggestion to [sudoers@envs.net](mailto:sudoers@envs.net). +probably! send a message in our irc-channel #envs or an email with your suggestion to [sudoers@envs.net](mailto:sudoers@envs.net). ## Q: can i open the port for service i have running? no. due to security issues, we cannot. however, you can certainly use an [ssh-tunnel](https://help.envs.net/help/#ssh-tunnels) to access it. diff --git a/docs/help.md b/docs/help.md index 2015b39..fadfec4 100644 --- a/docs/help.md +++ b/docs/help.md @@ -30,10 +30,10 @@ or you can shorten URLs: if you want a nice wrapper, try [~tomasino's pb](https://git.envs.net/envs/pb) ## # ssh -your ssh directory is: `~/.ssh/` includes the following files. +your ssh directory is: `~/.ssh/`, which includes the following files: -- your ssh config file `~/.ssh/config` (more bellow) -- the `authorized_keys` - file is a list of public keys (one per line) that are allowed to log in to your user account. +- your ssh config file `~/.ssh/config` (more below) +- the `authorized_keys`, this file is a list of public keys (one per line) that are allowed to log in to your user account. - `id_ed25519` or `id_rsa` are each private keys, and `id_ed25519.pub` or `id_rsa.pub` are the corresponding pubkey. envs.net ED25519 key fingerprint is `SHA256:V+mXTsRJ+jfJMxxPlD/28dpWouuns3Wuqwppv6ykVC8` and for diff --git a/docs/inc/ssh-mac.md b/docs/inc/ssh-mac.md index a7c1eca..d1a6513 100644 --- a/docs/inc/ssh-mac.md +++ b/docs/inc/ssh-mac.md @@ -2,7 +2,7 @@ ## generating your keypair -* open a terminal (it's in `/Applications/Utilities`) +* open "terminal" (it's in `/Applications/Utilities`) * create your .ssh directory: @@ -34,7 +34,7 @@ be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively (or ## using your keypair -* open a terminal (it's in `/Applications/Utilities`) +* open "terminal" (it's in `/Applications/Utilities`) * `ssh` to envs.net: diff --git a/docs/info.md b/docs/info.md index be1b4d5..319efe5 100644 --- a/docs/info.md +++ b/docs/info.md @@ -6,7 +6,7 @@ builder & maintainer is [creme](https://envs.net/~creme/). status page: [https://status.envs.net/](https://status.envs.net/) -more info on installed packages can you find on the [sysinfo page](https://envs.net/sysinfo/)
+you can find more info on installed packages on the [sysinfo page](https://envs.net/sysinfo/)
as well as summarized in our [sysinfo.json](https://envs.net/sysinfo.json). ***