From: yasu <yasu@yasuaki.com> To: help-guix@gnu.org Subject: Eternal Terminal Server? Date: Sun, 08 Nov 2020 21:46:53 +0900 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
next 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 ` 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
unofficial mirror of help-guix@gnu.org This inbox may be cloned and mirrored by anyone: git clone --mirror https://yhetil.org/guix-user/0 guix-user/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 guix-user guix-user/ https://yhetil.org/guix-user \ help-guix@gnu.org public-inbox-index guix-user Example config snippet for mirrors. Newsgroups are available over NNTP: nntp://news.yhetil.org/yhetil.gnu.guix.user nntp://news.gmane.io/gmane.comp.gnu.guix.user AGPL code for this site: git clone http://ou63pmih66umazou.onion/public-inbox.git