start new:
tmux
start new with session name:
tmux new -s myname
| from vjoy import vj, setJoy | |
| import numpy as np | |
| import time | |
| print("vj opening", flush=True) | |
| vj.open() | |
| time.sleep(1) | |
| # assumptions: virtualbox, vagrant already installed | |
| # and there is a box lucid32 | |
| 1. rails new appdmeo , gem capistrano , then bundle | |
| 2. vagrant init lucid32 | |
| 3. capify . | |
| # !important | |
| # vagrant ssh-config >> ~/.ssh/config | |
| # vagrant ssh-config | grep IdentityFile | awk '{print $2}' that's where private key located |