Results 1 to 6 of 6

Thread: For Dummies -> howto start a command with BYOBU

  1. #1

    Question For Dummies -> howto start a command with BYOBU

    hello,


    i am setting up a system that requires a command to be started with the desktop.
    that is easily done.

    but how can i start that command inside BYOBU?

    would like to then login with ssh and fire up byobu and see the state of this command.

    i have tried to solve this requirement by researching - but the discussions found on forums are not conculsive.


    thanks for your suggestions,
    Last edited by nicolasdiogo; April 5th, 2014 at 12:08 PM.
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

  2. #2
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: For Dummies -> howto start a command with BYOBU

    There are additional links on the web page that may be of help: https://help.ubuntu.com/community/Byobu
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  3. #3

    Arrow Re: For Dummies -> howto start a command with BYOBU

    thanks Mark,

    but it is the same again.

    a lot of info on how to customise Byobu

    but not in the sense of usage..

    i suppose i am looking for a switch similar to what *screen* has ( -X ):
    http://stackoverflow.com/questions/6...o-a-gnu-screen


    tchau
    Last edited by nicolasdiogo; April 5th, 2014 at 06:55 PM.
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

  4. #4
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: For Dummies -> howto start a command with BYOBU

    byobu seems to be just a wrapper for screen (or tmux). If you have not specified tmux, then it defaults to screen. Either way, options are passed on to screen (or tmux) so try just treating it like you would screen and see if that works.

  5. #5

    Re: For Dummies -> howto start a command with BYOBU

    hi,

    i can not understand how to have BYOBU connecting to the screen session yet.

    but i have just used SCREEN instead.

    Code:
    screen -d -m -S mycommandHere
    thanks for your clarification,
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

  6. #6

    Re: For Dummies -> howto start a command with BYOBU

    closing as solved

    thanks,
    www.brainpowered.net
    supporting Open-Source in Europe. Business Intelligence, Talend ETL & Database Services

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •