About 939,000 results
Open links in new tab
  1. How to execute a command in screen and detach? - Super User

    195 How can I get screen to execute a command and then detach (That is, automatically in a single script without further input beyond initially starting the script)? e.g. I run myscript.sh and …

  2. Running commands on Putty without fear of losing connection

    How do you use the "screen" command effectively? Is it: Type "screen" Type in command Lose connection Check back on lost session How do I carry out step 4?

  3. windows 10 - Clear Screen in PowerShell and Command Line …

    Aug 23, 2022 · Ideally I'd like to "clear" the screen but be able to scroll up to see everything else. I'm using the Windows Terminal program and the PowerShell shell, but I'd like to know the …

  4. linux - How can I set the parity bits when using screen to access a ...

    11 I typically use screen (1) to open a serial port with the command: sudo screen /dev/ttyUSB2 115200 I've tried setting parenb (and a number of other things) using the following command: …

  5. windows - tmux/screen alternative for powershell - Super User

    Apr 5, 2012 · Is there an alternative to tmux/screen that would work on Windows with Powershell? I'm aware of Powerscreen, but it seems dead for a long time. Cygwin wouldn't work with …

  6. Command-line (cmd) command to lock a windows machine

    Aug 11, 2009 · Is there a way to lock a Windows XP machine via the command line? The shutdown command doesn't have an option for it.

  7. tmux vs. screen - Super User

    Jan 17, 2016 · In screen you can send commands to an attached session via screen -S automate_me -X stuff 'command'$(echo -ne '\015') you can't in tmux. Pretty useful if you're …

  8. How do I set up a hotkey or shortcut to rotate my screen in …

    Jul 10, 2012 · Personally I set up hot key ctrl+alt+0 to rotate screen by 90 degrees (w command at settings -> hot keys -> "command line" column). App is just 789 kb and starts instantly. To …

  9. How can I clear the output from Window's Command Prompt …

    Apr 20, 2013 · Simple use powerhsell. Type posershell in windows command prompt and then use (Ctrl + L) Keyboard shortcut key. After this your black cmd screen will got clear. If you …

  10. Bash script: Create a screen session and execute a command in it

    I want to write a bash file, which starts a screen session and executes a command inside. The problem is, that it first creates a session and when you manually exited the session it executes …