Corrections for PR 3

This commit is contained in:
Chris Medlock 2021-09-19 12:57:01 +07:00
parent b2f13d7302
commit a4a96808af
5 changed files with 8 additions and 8 deletions

View File

@ -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<br /> in `~/.config/twtxt/config`. *for more config option see: [twtxt - configuration](https://twtxt.readthedocs.io/en/latest/user/configuration.html)*.<br />*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<br />`twtxt timeline` to view your timeline.

View File

@ -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.

View File

@ -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

View File

@ -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:

View File

@ -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/)<br />
you can find more info on installed packages on the [sysinfo page](https://envs.net/sysinfo/)<br />
as well as summarized in our [sysinfo.json](https://envs.net/sysinfo.json).
***