unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: yasu <yasu@yasuaki.com>
To: help-guix@gnu.org
Subject: Eternal Terminal Server?
Date: Sun, 08 Nov 2020 21:46:53 +0900	[thread overview]
Message-ID: <21173deb1306c35a145e7122d6173f72c5dfa831.camel@yasuaki.com> (raw)

Hi,
I would like to use EternalTerminal  to connect to my Guix desktop PC
from my laptop while I am train.
It seems there are 2 packages in Guix (se below).  I don't know what
the difference is.
Importantly though, it seems to me these packages are only for clients
and not for servers.
 I need to configure the Eternal Terminal server on my Guix desktop
PC.   
What do I do?

  (define-public eternalterminal  (package    (name
"eternalterminal")    (version
"6.0.7")    (source      (origin        (method git-fetch)        (uri
(git-reference               (url "
https://github.com/MisterTea/EternalTerminal")               (commit
(string-append "et-v" version))))...
(define-public et  (package    (name "et")    (version
"3.1.0")    (source     (origin       (method git-fetch)       (uri
(git-reference             (url "
https://github.com/MisterTea/EternalTCP")             (commit (string-
append "et-v" version))))       (file-name (git-file-name name
version))       (sha256        (base32
"1m5caxckn2ihwp9s2pbyh5amxlpwr7yc54q8s0kb10fr52w2vfnm"))))...

Cheers,
Yasu



             reply	other threads:[~2020-11-08 12:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-08 12:46 yasu [this message]
2020-11-11  7:50 ` Eternal Terminal Server? Joshua Branson
2020-11-11  8:04   ` Yasuaki Kudo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21173deb1306c35a145e7122d6173f72c5dfa831.camel@yasuaki.com \
    --to=yasu@yasuaki.com \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).