permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit ef3510957cdb8e098e6e3635289de9175a29ff86
parent 4314eceed4deff632c2c56fe3e762df3ef07b38a
Author: decentral1se <decentral1se@web>
Date:   Tue,  1 Oct 2024 12:22:24 +0200

docs: mosh

Diffstat:
Meik.mdwn | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/eik.mdwn b/eik.mdwn @@ -107,3 +107,8 @@ You can share web stuff via a local `public_html` directory. Then visit `eik.permacomputing.net/~YOURUSERNAME`. The `nginx` incantation for this is configured in `/etc/nginx/sites-enabled/eik.permacomputing.net`. + +mosh +---- + +[mosh](https://mosh.org) is installed on the server to make doing terminal ops more convenient on intermittent connections, long running commands and so on. See the website for more information. You simply replace `ssh` with `mosh` when you want to connect to the server. You need to install the `mosh` client on your machine also (e.g. `apt install mosh`).