Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #405679
| From | owl <owl@rooftop.invalid> |
|---|---|
| Newsgroups | comp.os.linux.advocacy |
| Subject | Re: video uploaded basic tmux |
| Date | 2017-04-03 11:04 +0000 |
| Organization | O.W.L. |
| Message-ID | <zbi3ga.yy@rooftop.invalid> (permalink) |
| References | <E46dnaQPu4Ir1HzFnZ2dnUU7-KvNnZ2d@giganews.com> <obt4f1$5gr$2@dont-email.me> |
Chris Ahlstrom <OFeem1987@teleworm.us> wrote: > Marek Novotny wrote this copyrighted missive and expects royalties: > >> Hi group, >> >> I am uploaded a new video called, basic tmux. Tmux is what allows me to >> run tasks on a remote host, and if I become disconnected from that host, >> the tasks continue to run with in a tmux session. >> >> https://youtu.be/w570smWb7tA > > There's a GUI version (sort of) called xpra. You can start up a GUI task > remotely, detach from it, and reconnect from somewhere else. Apparently it > also has a web server built in so you can run your app in a browser: > > http://hackaday.com/2017/03/31/linux-fu-applications-on-the-web/ > > There's a YouTube video for that, but I stopped after a minute... my > god, is video such a slow medium for presenting HOWTOs! > Xpra is like an invisible X server. You start apps pointed at its display number, and they run there, without mapping to your desktop until you attach. I used xpra along with xephyr for the window container experiment a while back. For xpra, basically it's: (assuming DISPLAY :20). $ xpra start :20 & Then, say in a xephyr container, $ DISPLAY=:20 /bin something & $ xpra attach :20 If you're remote, you can `ssh -X` and then run `xpra attach :20` and the apps running on the xpra will pop over to your remote desktop. Whenever you attach, it detaches any other connection.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar
video uploaded basic tmux Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 13:57 -0500
Re: video uploaded basic tmux Snit <usenet@gallopinginsanity.com> - 2017-04-02 12:17 -0700
Re: video uploaded basic tmux 7 <7@enemygadgets.com> - 2017-04-02 19:59 +0000
Re: video uploaded basic tmux vallor <vallor@cultnix.org> - 2017-04-03 03:00 +0000
Re: video uploaded basic tmux Marek Novotny <marek.novotny@marspolar.com> - 2017-04-02 22:05 -0500
Re: video uploaded basic tmux Snit <usenet@gallopinginsanity.com> - 2017-04-02 20:21 -0700
Re: video uploaded basic tmux Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-03 05:23 -0400
Re: video uploaded basic tmux Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 09:18 -0500
Re: video uploaded basic tmux Chris Ahlstrom <OFeem1987@teleworm.us> - 2017-04-03 05:21 -0400
Re: video uploaded basic tmux owl <owl@rooftop.invalid> - 2017-04-03 11:04 +0000
Re: video uploaded basic tmux Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 09:16 -0500
Re: video uploaded basic tmux owl <owl@rooftop.invalid> - 2017-04-03 19:42 +0000
Re: video uploaded basic tmux Marek Novotny <marek.novotny@marspolar.com> - 2017-04-03 09:13 -0500
csiph-web