Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


  • Code Block
    themeEmacs
    titleIF successfuly resumed the screen THEN kill the web-server (and stay in the screen)
    Ctrl-C


  • If you get message "...WebServer (Attached)" like this one  Image Removed Image Addedthis means that somebody else has opened WebServer screen. In which case you better find and followup with him/her OR you can kill the WebServer screen on your own and restart the server.

  • Code Block
    languagebash
    themeEmacs
    titleIF There is no screen to be resumed THEN enter new screen
    sudo -u analytics screen -S WebServer


...