Input two commands to a new terminal? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is there any user friendly alternative to screen?How to see terminal commands generated by GUI actionsHow can i fit 2 commands in 1 terminal shortcutHow can I audit commands executed by each user in the Terminal?Automate two commands in sequence on login (Killing Nemo)How to run two 'python manage.py runserver' commands of two different folder in a single terminalCombine two commands into one commandHow do I execute terminal commands by clicking an icon?Lock copy-paste input to terminal while sudo prompts for passwordrunning two commands from a single terminalBash script: switch between two terminals to execute commands

Keep going mode for require-package

How to add zeros to reach same number of decimal places in tables?

Strange behaviour of Check

I'm having difficulty getting my players to do stuff in a sandbox campaign

How should I respond to a player wanting to catch a sword between their hands?

How did passengers keep warm on sail ships?

Would an alien lifeform be able to achieve space travel if lacking in vision?

How can I make names more distinctive without making them longer?

Passing functions in C++

Two different pronunciation of "понял"

3 doors, three guards, one stone

If I can make up priors, why can't I make up posteriors?

What did Darwin mean by 'squib' here?

Windows 10: How to Lock (not sleep) laptop on lid close?

Stars Make Stars

How to pour concrete for curved walkway to prevent cracking?

Need a suitable toxic chemical for a murder plot in my novel

Communication vs. Technical skills ,which is more relevant for today's QA engineer positions?

Aligning matrix of nodes with grid

Are my PIs rude or am I just being too sensitive?

Working around an AWS network ACL rule limit

Stop battery usage [Ubuntu 18]

Complexity of many constant time steps with occasional logarithmic steps

What LEGO pieces have "real-world" functionality?



Input two commands to a new terminal?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Is there any user friendly alternative to screen?How to see terminal commands generated by GUI actionsHow can i fit 2 commands in 1 terminal shortcutHow can I audit commands executed by each user in the Terminal?Automate two commands in sequence on login (Killing Nemo)How to run two 'python manage.py runserver' commands of two different folder in a single terminalCombine two commands into one commandHow do I execute terminal commands by clicking an icon?Lock copy-paste input to terminal while sudo prompts for passwordrunning two commands from a single terminalBash script: switch between two terminals to execute commands



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















Is there a way I can input these two commands into a new terminal at the same time?



( konsole -e sudo nethogs 
sudo sysctl net.ipv4.ip_forward=1 )









share|improve this question









New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

    – Zchpyvr
    Apr 8 at 19:53

















3















Is there a way I can input these two commands into a new terminal at the same time?



( konsole -e sudo nethogs 
sudo sysctl net.ipv4.ip_forward=1 )









share|improve this question









New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1





    Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

    – Zchpyvr
    Apr 8 at 19:53













3












3








3


1






Is there a way I can input these two commands into a new terminal at the same time?



( konsole -e sudo nethogs 
sudo sysctl net.ipv4.ip_forward=1 )









share|improve this question









New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Is there a way I can input these two commands into a new terminal at the same time?



( konsole -e sudo nethogs 
sudo sysctl net.ipv4.ip_forward=1 )






command-line






share|improve this question









New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 8 at 19:07









tommy61157

144113




144113






New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 8 at 12:09









mo97mo97

162




162




New contributor




mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






mo97 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1





    Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

    – Zchpyvr
    Apr 8 at 19:53












  • 1





    Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

    – Zchpyvr
    Apr 8 at 19:53







1




1





Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

– Zchpyvr
Apr 8 at 19:53





Could you add some more context? What are you trying to accomplish by running these commands "at the same time"?

– Zchpyvr
Apr 8 at 19:53










2 Answers
2






active

oldest

votes


















5














I think what you want to do with konsole is the following:



$ konsole -e "sudo sysctl net.ipv4.ip_forward=1; sudo nethogs" --noclose --hold


This will invoke konsole and then run commands within it, -e. In this case we're running the 2 sudo commands and we're using the --noclose & --hold to tell konsole to keep the window open while these run.






share|improve this answer

























  • root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

    – mo97
    Apr 8 at 13:14












  • @mo97 - I cannot tell from what you posted, is it still not working?

    – slm
    Apr 8 at 13:15











  • @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

    – slm
    Apr 8 at 13:16











  • Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

    – mo97
    Apr 8 at 13:25











  • @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

    – sudodus
    Apr 8 at 13:33



















0














To send several commands to different terminals simultaneously one easy way could be with byobu:



Press Ctrl+F2 to vertical split, then Shift+F9:



screenshot



screenshot






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    mo97 is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132126%2finput-two-commands-to-a-new-terminal%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    5














    I think what you want to do with konsole is the following:



    $ konsole -e "sudo sysctl net.ipv4.ip_forward=1; sudo nethogs" --noclose --hold


    This will invoke konsole and then run commands within it, -e. In this case we're running the 2 sudo commands and we're using the --noclose & --hold to tell konsole to keep the window open while these run.






    share|improve this answer

























    • root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

      – mo97
      Apr 8 at 13:14












    • @mo97 - I cannot tell from what you posted, is it still not working?

      – slm
      Apr 8 at 13:15











    • @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

      – slm
      Apr 8 at 13:16











    • Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

      – mo97
      Apr 8 at 13:25











    • @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

      – sudodus
      Apr 8 at 13:33
















    5














    I think what you want to do with konsole is the following:



    $ konsole -e "sudo sysctl net.ipv4.ip_forward=1; sudo nethogs" --noclose --hold


    This will invoke konsole and then run commands within it, -e. In this case we're running the 2 sudo commands and we're using the --noclose & --hold to tell konsole to keep the window open while these run.






    share|improve this answer

























    • root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

      – mo97
      Apr 8 at 13:14












    • @mo97 - I cannot tell from what you posted, is it still not working?

      – slm
      Apr 8 at 13:15











    • @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

      – slm
      Apr 8 at 13:16











    • Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

      – mo97
      Apr 8 at 13:25











    • @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

      – sudodus
      Apr 8 at 13:33














    5












    5








    5







    I think what you want to do with konsole is the following:



    $ konsole -e "sudo sysctl net.ipv4.ip_forward=1; sudo nethogs" --noclose --hold


    This will invoke konsole and then run commands within it, -e. In this case we're running the 2 sudo commands and we're using the --noclose & --hold to tell konsole to keep the window open while these run.






    share|improve this answer















    I think what you want to do with konsole is the following:



    $ konsole -e "sudo sysctl net.ipv4.ip_forward=1; sudo nethogs" --noclose --hold


    This will invoke konsole and then run commands within it, -e. In this case we're running the 2 sudo commands and we're using the --noclose & --hold to tell konsole to keep the window open while these run.







    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Apr 8 at 12:46

























    answered Apr 8 at 12:17









    slmslm

    2,01811826




    2,01811826












    • root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

      – mo97
      Apr 8 at 13:14












    • @mo97 - I cannot tell from what you posted, is it still not working?

      – slm
      Apr 8 at 13:15











    • @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

      – slm
      Apr 8 at 13:16











    • Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

      – mo97
      Apr 8 at 13:25











    • @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

      – sudodus
      Apr 8 at 13:33


















    • root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

      – mo97
      Apr 8 at 13:14












    • @mo97 - I cannot tell from what you posted, is it still not working?

      – slm
      Apr 8 at 13:15











    • @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

      – slm
      Apr 8 at 13:16











    • Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

      – mo97
      Apr 8 at 13:25











    • @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

      – sudodus
      Apr 8 at 13:33

















    root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

    – mo97
    Apr 8 at 13:14






    root@MO-HP-EliteBook-8560p:/home/mo# konsole -e "sudo apt-get update; sudo apt-get update" --noclose --hold QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' root@MO-HP-EliteBook-

    – mo97
    Apr 8 at 13:14














    @mo97 - I cannot tell from what you posted, is it still not working?

    – slm
    Apr 8 at 13:15





    @mo97 - I cannot tell from what you posted, is it still not working?

    – slm
    Apr 8 at 13:15













    @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

    – slm
    Apr 8 at 13:16





    @mo97 - you might want to try using konsole -e "sudo whoami; sudo whoami" --noclose --hold to see what the issue might be more easily.

    – slm
    Apr 8 at 13:16













    Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

    – mo97
    Apr 8 at 13:25





    Done everything you say .. This is the result .. QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

    – mo97
    Apr 8 at 13:25













    @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

    – sudodus
    Apr 8 at 13:33






    @mo97, You can also test what happens with the following command line, konsole -e "sudo whoami; sudo whoami;bash" -- The final bash will make the konsole window stay instead of close immediately after finishing the previous commands.

    – sudodus
    Apr 8 at 13:33














    0














    To send several commands to different terminals simultaneously one easy way could be with byobu:



    Press Ctrl+F2 to vertical split, then Shift+F9:



    screenshot



    screenshot






    share|improve this answer



























      0














      To send several commands to different terminals simultaneously one easy way could be with byobu:



      Press Ctrl+F2 to vertical split, then Shift+F9:



      screenshot



      screenshot






      share|improve this answer

























        0












        0








        0







        To send several commands to different terminals simultaneously one easy way could be with byobu:



        Press Ctrl+F2 to vertical split, then Shift+F9:



        screenshot



        screenshot






        share|improve this answer













        To send several commands to different terminals simultaneously one easy way could be with byobu:



        Press Ctrl+F2 to vertical split, then Shift+F9:



        screenshot



        screenshot







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        Pablo BianchiPablo Bianchi

        3,12521636




        3,12521636




















            mo97 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            mo97 is a new contributor. Be nice, and check out our Code of Conduct.












            mo97 is a new contributor. Be nice, and check out our Code of Conduct.











            mo97 is a new contributor. Be nice, and check out our Code of Conduct.














            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1132126%2finput-two-commands-to-a-new-terminal%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            What does it mean to find percent difference when two values are equivalent? The 2019 Stack Overflow Developer Survey Results Are InWhat does “percent of change” mean?Find what percent X is between two numbers?Unable to determine 'original amount' in simple percentage problemsWhat is the correct percent difference formula?How does proportionality hold when quantities are high? And the percentage increase formulaprofit and loss GRE questionProfitability calculationWhat is the difference between $xtimes 0.8$ and $x div 1.2 ? $Finding the percent probability of completing BUDs trainingCalculating Percent Difference with zero and near zero values

            Why did some early computer designers eschew integers?What register size did early computers use?What other computers used this floating-point format?Why did so many early microcomputers use the MOS 6502 and variants?Why were early computers named “Mark”?Why did expert systems fall?Why were early personal computer monitors not green?When did “Zen” in computer programming become a thing?History of advanced hardwareWere there any working computers using residue number systems?Why did some CPUs use two Read/Write lines, and others just one?

            How to avoid repetitive long generic constraints in Rust The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceIs it possible to automatically implement a trait for any tuple that is made up of types that all implement the trait?Is there a constraint that restricts my generic method to numeric types?How can foreign key constraints be temporarily disabled using T-SQL?How do I use reflection to call a generic method?How to create a generic array in Java?How to get a class instance of generics type THow is `last` allowed to be called for an Args value?How to implement a trait for a parameterized traitAvoiding PhantomData in a struct to enforce type constraintsIs it possible to return part of a struct by reference?Associated References types as Value Types