• Re: Screen or tmux?

    From anthk@VERT to Gamgee on Wednesday, September 22, 2021 13:38:05
    On 2021-04-30, Gamgee <gamgee@PALANT> wrote:

    For you Linux users... what's your pick - screen or tmux, and why?

    Thanks.



    ... All hope abandon, ye who enter messages here.
    --- MultiMail/Linux v0.52


    Tmux user here, because of OpenBSD base and well, I set
    a clonic OpenBSD base under Void Linux, with very close
    config and constraints. As a plug, I have framebuffer
    support for SDL(2), mplayer, mpv, fbi, fbpdf2 and fbdjvu.
    For comic books, I use fbi+a script to uncompress the files,
    and for IM, bitlbee+kirc work well, among links,s-nail and
    getmail.
    I've been weeks without X, and I won't miss it. Groff+Mom
    typesets math perfectly, gnuplot is dumb easy and sc-im
    and catdoc and/or antiword will do the same on docx/rtf/
    xls files.
    Current games require 16GB of RAM, a 20x more powerful GPU
    and a 10x better CPU, so that's a no-no for me.
    Slashem, interactive fiction and mednafen could keep me busy
    for years.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Boraxman@VERT/MSRDBBS to anthk on Thursday, September 23, 2021 17:47:00
    anthk wrote to Gamgee <=-

    @MSGID: <614B942D.11157.dove-lnx@vert.synchro.net>
    @REPLY: <608B54B9.392.dove-unix@palantirbbs.ddns.net>
    On 2021-04-30, Gamgee <gamgee@PALANT> wrote:

    For you Linux users... what's your pick - screen or tmux, and why?

    Thanks.



    ... All hope abandon, ye who enter messages here.
    --- MultiMail/Linux v0.52


    Tmux user here, because of OpenBSD base and well, I set
    a clonic OpenBSD base under Void Linux, with very close
    config and constraints. As a plug, I have framebuffer
    support for SDL(2), mplayer, mpv, fbi, fbpdf2 and fbdjvu.
    For comic books, I use fbi+a script to uncompress the files,
    and for IM, bitlbee+kirc work well, among links,s-nail and
    getmail.
    I've been weeks without X, and I won't miss it. Groff+Mom
    typesets math perfectly, gnuplot is dumb easy and sc-im
    and catdoc and/or antiword will do the same on docx/rtf/
    xls files.
    Current games require 16GB of RAM, a 20x more powerful GPU
    and a 10x better CPU, so that's a no-no for me.
    Slashem, interactive fiction and mednafen could keep me busy
    for years.

    ---

    Using tmux at the moment, but I'm pretty ambivalent about whether I use screen or tmux. I'm using tmux because the keybindings on how to split a screen are fresh in my head, I don't remember them for screen. I have a menu set to SSH into particular servers, and those shortcuts set up a terminal with screen. Screen has ZMODEM support which I do use.

    However I've found that systemd now terminates all your processes when you log out, including detached screen and tmux sessions!

    ... MultiMail, the new multi-platform, multi-format offline reader!
    --- MultiMail/Linux v0.52
    þ Synchronet þ MS & RD BBs - bbs.mozysswamp.org
  • From MRO@VERT/BBSESINF to Boraxman on Thursday, September 23, 2021 09:38:13
    Re: Re: Screen or tmux?
    By: Boraxman to anthk on Thu Sep 23 2021 05:47 pm

    screen are fresh in my head, I don't remember them for screen. I have a menu set to SSH into particular servers, and those shortcuts set up a terminal with screen. Screen has ZMODEM support which I do use.

    how do you even use zmodem with screen?
    do you just run it on auto in the screen session?
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Boraxman@VERT/MSRDBBS to MRO on Friday, September 24, 2021 15:31:00
    MRO wrote to Boraxman <=-

    @MSGID: <614C9155.779.dove-nix@bbses.info>
    @REPLY: <614C312F.2856.dove-nix@bbs.mozysswamp.org>
    Re: Re: Screen or tmux?
    By: Boraxman to anthk on Thu Sep 23 2021 05:47 pm

    screen are fresh in my head, I don't remember them for screen. I have a menu set to SSH into particular servers, and those shortcuts set up a terminal with screen. Screen has ZMODEM support which I do use.

    You enable zmodem with the "zmodem catch" config option. This will detect and zmodem escape sequences. When it detects one, screen will then prompt you to run the corresponding sz/rz command at your end.

    So how it works is this. You start screen, then ssh/telnet to the remote server. On the remote server you initiate either rz or sz depending on whether you want to send or receive, and screen will then bring up a prompt with sz or rz, allowing you to run then on the local end. When you accept that command, the transfer proceeds.

    Its convienient when you ssh to a remote server, and just want to send an adhoc file back or forth.

    ... MultiMail, the new multi-platform, multi-format offline reader!
    --- MultiMail/Linux v0.52
    þ Synchronet þ MS & RD BBs - bbs.mozysswamp.org
  • From MRO@VERT/BBSESINF to Boraxman on Friday, September 24, 2021 09:25:28
    Re: Re: Screen or tmux?
    By: Boraxman to MRO on Fri Sep 24 2021 03:31 pm

    whether you want to send or receive, and screen will then bring up a prompt with sz or rz, allowing you to run then on the local end. When you accept that command, the transfer proceeds.

    Its convienient when you ssh to a remote server, and just want to send an adhoc file back or forth.

    oh, i made a script that i use with winscp.com for sending files to my server. ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Boraxman@VERT/MSRDBBS to MRO on Saturday, September 25, 2021 18:10:00
    MRO wrote to Boraxman <=-

    @MSGID: <614DDFD8.781.dove-nix@bbses.info>
    @REPLY: <614D645B.2858.dove-nix@bbs.mozysswamp.org>
    Re: Re: Screen or tmux?
    By: Boraxman to MRO on Fri Sep 24 2021 03:31 pm

    whether you want to send or receive, and screen will then bring up a prompt with sz or rz, allowing you to run then on the local end. When you accept that command, the transfer proceeds.

    Its convienient when you ssh to a remote server, and just want to send an adhoc file back or forth.

    oh, i made a script that i use with winscp.com for sending files to my server. ---

    I use Linux, so SCP is an option, but it means starting another shell to run the command. Zmodem means I can do it within the shell.

    For Windows users, you can use LePutty, which is Putty with zmodem support. Wouldn't have thought it would still be useful, but it is.


    ... MultiMail, the new multi-platform, multi-format offline reader!
    --- MultiMail/Linux v0.52
    þ Synchronet þ MS & RD BBs - bbs.mozysswamp.org
  • From Gamgee@VERT/PALANT to Boraxman on Saturday, September 25, 2021 09:55:00
    Boraxman wrote to MRO <=-

    whether you want to send or receive, and screen will then bring up a prompt with sz or rz, allowing you to run then on the local end. When you accept that command, the transfer proceeds.

    Its convienient when you ssh to a remote server, and just want to send an adhoc file back or forth.

    oh, i made a script that i use with winscp.com for sending files to my server.

    I use Linux, so SCP is an option, but it means starting another
    shell to run the command. Zmodem means I can do it within the
    shell.

    Did not know about this ability within screen. Very cool. Just tried
    it and it works perfectly.

    Thanks for bringing this up.



    ... So easy, a child could do it. Child sold separately.
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From DaiTengu@VERT/ENSEMBLE to Gamgee on Saturday, September 25, 2021 12:38:03
    Re: Re: Screen or tmux?
    By: Gamgee to Boraxman on Sat Sep 25 2021 09:55 am

    whether you want to send or receive, and screen will then bring up a
    prompt with sz or rz, allowing you to run then on the local end.
    When you accept that command, the transfer proceeds.

    Its convienient when you ssh to a remote server, and just want to
    send an adhoc file back or forth.

    oh, i made a script that i use with winscp.com for sending files to
    my server.

    I use Linux, so SCP is an option, but it means starting another
    shell to run the command. Zmodem means I can do it within the
    shell.

    Did not know about this ability within screen. Very cool. Just tried
    it and it works perfectly.

    I use MobaXTerm in windows which has a small built-in scp gui where you can click/drag files to transfer them. It's not free, but it's well worth it, especially when you have to deal with and organize over a thousand different servers.

    DaiTengu

    ... She drowned at the end of her life.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From Gamgee@VERT/PALANT to DaiTengu on Saturday, September 25, 2021 20:40:00
    DaiTengu wrote to Gamgee <=-

    I use Linux, so SCP is an option, but it means starting another
    shell to run the command. Zmodem means I can do it within the
    shell.

    Did not know about this ability within screen. Very cool. Just tried
    it and it works perfectly.

    I use MobaXTerm in windows which has a small built-in scp gui
    where you can click/drag files to transfer them. It's not free,
    but it's well worth it, especially when you have to deal with and
    organize over a thousand different servers.

    Thankfully, Windows is not something I have to deal with.



    ... If it weren't for Edison we'd be using computers by candlelight
    --- MultiMail/Linux v0.52
    þ Synchronet þ Palantir BBS * palantirbbs.ddns.net * Pensacola, FL
  • From poindexter FORTRAN@VERT/REALITY to DaiTengu on Sunday, September 26, 2021 10:53:00
    DaiTengu wrote to Gamgee <=-

    I use MobaXTerm in windows which has a small built-in scp gui where
    you can click/drag files to transfer them. It's not free, but it's
    well worth it, especially when you have to deal with and organize over
    a thousand different servers.

    I'll have to take another look at MobaXTerm. We're using a combination of Putty, WinSCP and an autologin plugin for Keepass that's nice.

    Keys most places to autologin, and Keepass to automate SSH/RDP elsewhere.

    I wish there was an easy way to package Putty destinations and share them,
    we have 10 developers and it'd be nice to package all of the usual hosts
    when I image systems for them.


    ... Magnify the most difficult details
    --- MultiMail/DOS v0.52
    þ Synchronet þ .: realitycheckbbs.org :: scientia potentia est :.
  • From Brian Rogers@VERT/CARNAGE to poindexter FORTRAN on Monday, September 27, 2021 10:34:00
    Hello poindexter;

    poindexter FORTRAN wrote to DaiTengu <=-

    It's not free

    I've used it in the past and my copies were free. They requested you purchased it of course but it wasn't crippled.

    I'll have to take another look at MobaXTerm. We're using a combination
    of Putty, WinSCP and an autologin plugin for Keepass that's nice.

    Of course, you can write your own shell script I'm sure. Perhaps rsync may be of assistance?


    ... Quarks DO IT, but they only get 1/3 of a charge out of it
    --- MultiMail/Linux v0.52
    þ Synchronet þ SBBS - Carnage! sudo -s; rm -rf / ;-)
  • From DaiTengu@VERT/ENSEMBLE to Gamgee on Wednesday, September 29, 2021 10:24:23
    Re: Re: Screen or tmux?
    By: Gamgee to DaiTengu on Sat Sep 25 2021 08:40 pm

    I use Linux, so SCP is an option, but it means starting another
    shell to run the command. Zmodem means I can do it within the
    shell.

    Did not know about this ability within screen. Very cool. Just
    tried it and it works perfectly.

    I use MobaXTerm in windows which has a small built-in scp gui
    where you can click/drag files to transfer them. It's not free,
    but it's well worth it, especially when you have to deal with and
    organize over a thousand different servers.

    Thankfully, Windows is not something I have to deal with.


    I use Windows on my primary computer, as I play video games, and a lot of the ham radio stuff I have also requires windows (getting any of that stuff to run reliably under WINE is a nightmare I don't want to deal with).

    The other 6 computers sitting around me are all running some flavor of Linux, and one runs BSD.

    DaiTengu

    ... A bachelor never makes the same mistake once.

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From DaiTengu@VERT/ENSEMBLE to poindexter FORTRAN on Wednesday, September 29, 2021 10:34:56
    Re: Re: Screen or tmux?
    By: poindexter FORTRAN to DaiTengu on Sun Sep 26 2021 10:53 am

    I wish there was an easy way to package Putty destinations and share them, we have 10 developers and it'd be nice to package all of the usual hosts when I image systems for them.

    It should be pretty easy to create a web page with links to all the servers people need to access. a browser can auto-launch PuTTY. They'd just need to make sure their key was loaded.

    DaiTengu

    ... But soft, what light through yonder tagline breaks?

    ---
    þ Synchronet þ War Ensemble BBS - The sport is war, total war - warensemble.com
  • From poindexter FORTRAN@VERT/REALITY to DaiTengu on Thursday, September 30, 2021 07:14:00
    DaiTengu wrote to poindexter FORTRAN <=-

    It should be pretty easy to create a web page with links to all the servers people need to access. a browser can auto-launch PuTTY. They'd just need to make sure their key was loaded.

    I've been playing with Dashy on my home lab; I've got a destination web page at work on our outward-facing reverse proxy that could easily be a web page inside the firewall, accessible via VPN. That might be a nice project.


    ... Observe the procedures of a general alert.
    --- MultiMail/DOS v0.52
    þ Synchronet þ .: realitycheckbbs.org :: scientia potentia est :.
  • From Jazzy J@VERT/JAYSCAFE to poindexter FORTRAN on Saturday, December 11, 2021 09:58:00
    Quoting poindexter FORTRAN to DaiTengu <=-

    I wish there was an easy way to package Putty destinations and share
    them, we have 10 developers and it'd be nice to package all of the
    usual hosts when I image systems for them.

    It's been a while, but you may be able to copy the settings from a
    subdirectory of %localappdata% or %programdata%, then propagate them to
    the other systems in whatever your favorite method is.

    Jazzy J



    * AmyBW v2.16 *
    ... Afraid of speed? Use Windows!

    ---
    þ Synchronet þ BayouBBS.Net, Ports 23, 6401 and 6402