← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4027: added tmux command tip

 

------------------------------------------------------------
revno: 4027
committer: robcaulk <rob.caulk@xxxxxxxxx>
timestamp: Wed 2017-03-22 12:40:46 -0700
message:
  added tmux command tip
modified:
  doc/sphinx/amazonEC2.rst


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'doc/sphinx/amazonEC2.rst'
--- doc/sphinx/amazonEC2.rst	2017-03-08 12:27:22 +0000
+++ doc/sphinx/amazonEC2.rst	2017-03-22 19:40:46 +0000
@@ -211,3 +211,13 @@
    you always dedicate 8 cores to each simulation and ensure 100% of the
    processor is running.
 
+-  Create a tmux session to avoid ending YADE simulations upon
+   disconnecting from the server.
+
+::
+
+      tmux  # starts a new session
+      tmux attach -t 0  # attach session 0
+      tmux kill -t 0  # kill session
+      ## cntrl - b - d to move back to home
+      ## cntrl - b - [ to navigate within the session


Follow ups