unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Eternal Terminal Server?
@ 2020-11-08 12:46 yasu
  2020-11-11  7:50 ` Joshua Branson
  0 siblings, 1 reply; 3+ messages in thread
From: yasu @ 2020-11-08 12:46 UTC (permalink / raw)
  To: help-guix

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-11  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 12:46 Eternal Terminal Server? yasu
2020-11-11  7:50 ` Joshua Branson
2020-11-11  8:04   ` Yasuaki Kudo

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