Correct assorted grammar and typo issues

This commit is contained in:
Chris Medlock 2021-09-12 19:47:35 +07:00
parent 7b74a57b56
commit 1b29f3c36f
10 changed files with 30 additions and 30 deletions

View File

@ -1,33 +1,33 @@
# # user blog
you're blog is available under *https://envs.net/~username/blog* and *https://username.envs.net/blog*.<br />
your blog is available under *https://envs.net/~username/blog* and *https://username.envs.net/blog*<br />
and you can also use any other blogging software. ;)
## with [ttbp](https://envs.net/ttbp/)
**available system-wide as `feels` and `ttbp`**
a command-line based blogging platform running on envs.net
a command-line based blogging platform running on envs.net.
just log in to you're envs.net account and enter: `feels`
just log in to your envs.net account and enter: `feels`
ttbp will ask you a few questions to get you started. after that, writing and reading entries all happen within the program.
that's it!<br />
please see for more informations on the envs.net [ttbp](https://envs.net/ttbp/) page.
please see [ttbp](https://envs.net/ttbp/) for more information.
## with [twtxt](https://github.com/buckket/twtxt)
**available system-wide as `twtxt`**
twtxt is a decentralised, minimalist microblogging service for hackers.
to set up your twtxt it takes the following steps
to setup 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.
for more feature see `twtxt --help` and [twtxt - usage](https://twtxt.readthedocs.io/en/latest/user/usage.html).
for more features see `twtxt --help` and [twtxt - usage](https://twtxt.readthedocs.io/en/latest/user/usage.html).
our twtxt registry server and more information about it can be found on: [https://twtxt.envs.net](https://twtxt.envs.net/)
our twtxt registry server and more information about it can be found at: [https://twtxt.envs.net](https://twtxt.envs.net/)
## with [bashblog](https://github.com/envs-net/bashblog)
**available system-wide as `bb`**
@ -40,5 +40,5 @@ a single bash script to create blogs.
- save, close and then select from the bashblog menu choices
### config
to change the name and url and other settings for you're blog edit<br />
the `config` file in `~/public_html/blog/` see for an example [here](https://github.com/envs-net/bashblog/blob/master/.config_example).<br />
to change the name and url and other settings for your blog edit<br />
the `config` file in `~/public_html/blog/` see [here](https://github.com/envs-net/bashblog/blob/master/.config_example) for an example.<br />

View File

@ -1,7 +1,7 @@
# # user database
## sqlite (preferred)
in the spirit of minimalism, the recommended database technology to use here is sqlite. sqlite db's exist as a single, atomic file, and are a good use for light applications, with low to medium concurrent loads.<br>
in the spirit of minimalism, the recommended database technology to use here is sqlite. sqlite databases exist as a single, atomic file, and are a good use for light applications, with low to medium concurrent loads.<br>
it also allows for greater flexibility, and segregation for your application's data: you can create as many sqlite databases as you need.
- [documentation](https://sqlite.org/docs.html)

View File

@ -1,7 +1,7 @@
# frequently asked questions
## Q: how do i sign up for an account?
simply by going to our [signup page](https://envs.net/signup/) and filling in the form.
## Q: how do i sign-up for an account?
simply by going to our [sign-up page](https://envs.net/signup/) and filling in the form.
## Q: can i get password-based login?
no. sorry. not for shell access. for other integrated services, password auth will be enabled, but not for your ssh connection. we use key based authentication, as it's more secure, and more convienent for you, to be honest.
@ -13,14 +13,14 @@ no. sorry.
yes sure. please send us an email with your request to: [sudoers@envs.net](mailto:sudoers@envs.net).
## Q: how can i disable the default byobu-session?
if you don't want to this happen by default when you log in to your shell and run `byobu-disable`.
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 a email with your suggestion to [sudoers@envs.net](mailto:sudoers@envs.net).
probably! send an 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.
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.
## Q: can i make my scripts available to other users?
yeah very much like. you can simply use `envs submit` on the shell to submit your script. :)<br />
yeah very much like. you can simply use `envs submit` in the shell to submit your script. :)<br />
with `envs list` you can display all userscripts.

View File

@ -26,7 +26,7 @@ save your pronouns in your `~/.pronouns` file.
in the `~/.project` file you can deposit information about your projects.
## .tz
the `~/.tz` file displayed your timezone informations.
the `~/.tz` file displays your timezone informations.
example:<br />
&nbsp;&nbsp;`Europe/Berlin`

View File

@ -7,7 +7,7 @@
`curl ip.envs.net`
## # the null pointer - aliases
add the following lines to you're aliases file `~/.bash_aliases`
add the following lines to your aliases file `~/.bash_aliases`
```bash
0file() { curl -F"file=@$1" https://envs.sh ; }
0pb() { curl -F"file=@-;" https://envs.sh ; }
@ -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/` this includes the following files.
your ssh directory is: `~/.ssh/` 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.
- the `authorized_keys` - 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 terminal (it's in `/Applications/Utilities`)
* open a 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 terminal (it's in `/Applications/Utilities`)
* open a terminal (it's in `/Applications/Utilities`)
* `ssh` to envs.net:

View File

@ -84,7 +84,7 @@ be located at `~/.ssh/id_ed25519.pub` and `~/.ssh/id_ed25519` respectively (or
* `cat ~/.ssh/id_ed25519.pub` (or `cat ~/.ssh/id_rsa.pub` for rsa)
* copy the output of the last command and paste it in the sshkey field on the signup form.
* copy the output of the last command and paste it in the sshkey field of the sign-up form.
### using your keypair

View File

@ -12,7 +12,7 @@
## user account features
- terminal connection over [ssh and mosh](https://help.envs.net/help/#ssh)
- 200 process/threads at a time
- soft 1024mb/hard 1536mb limit on storage
- soft 1024mb / hard 1536mb limit on storage
- [e-mail](https://help.envs.net/mail/) (250mb mailbox storage)
*if you need more (mailbox-)storage space for your work then feel free to contact us.*
@ -80,7 +80,7 @@ members can be use your email credantials for login. (*user@envs.net* | *your em
- [znc](https://znc.envs.net/) - irc bouncer - please contact [creme](https://envs.net/~creme/) (via irc/matrix or email) to request an account, then log in with your email password and configure as needed.
!!! note
we have a bridge between the channels:
we have a bridge between these channels:
- [`#envs`](https://matrix.to/#/#envs:envs.net) - official channel for envs.net
- [`#envs_german`](https://matrix.to/#/#envs_german:envs.net) - german speaking project channel
@ -88,7 +88,7 @@ members can be use your email credantials for login. (*user@envs.net* | *your em
- [`#envs_status`](https://matrix.to/#/#envs_status:envs.net) - status notifications for envs services
- [`#envs_lounge`](https://matrix.to/#/#envs_lounge:envs.net) - hang out in the #lounge | ~ offtopic chat ~
on matrix and irc. more informations about can you find [here](https://matrix-help.envs.net/advanced/irc_bridge/).
More information on matrix and irc can be found [here](https://matrix-help.envs.net/advanced/irc_bridge/).
### # public dns-server

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 infos over the installed packages can you find on the [sysinfo page](https://envs.net/sysinfo/)<br />
more info on installed packages can you find on the [sysinfo page](https://envs.net/sysinfo/)<br />
as well as summarized in our [sysinfo.json](https://envs.net/sysinfo.json).
***
@ -20,7 +20,7 @@ as well as summarized in our [sysinfo.json](https://envs.net/sysinfo.json).
| ED25519 | `SHA256:V+mXTsRJ+jfJMxxPlD/28dpWouuns3Wuqwppv6ykVC8` |
## # dns-server
envs.net has her own dns master & slave server and use a additional slave from tildeverse.
envs.net has her own dns master & slave server and use an additional slave from tildeverse.
| Name | Address | Location | Type |
| --- | --- | --- | --- |

View File

@ -1,10 +1,10 @@
# # user website
you're user page is available under
your user page is available under
***https://envs.net/~username/***, ***https://envs.net/u/username/***,<br />
***https://username.envs.net/*** and ***https://username.envs.sh/***.
the index file location for our page is `~/public_html/` and<br />
the index file location for your page is `~/public_html/` and<br />
a template for the page can you found in `~/public_html/your_index_template.php`.
static files are served normally, along with the following dynamic options: