| bio | website | everichon.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 2 months |
| seen | 7 hours ago | |
| stats | profile views | 3 |
|
7h |
comment |
How can I run Rackspace images locally? Thanks! I might give it a shot then... |
|
Apr 7 |
comment |
How can I run Rackspace images locally? Do you know that this is the case, or do you just assume? I've tried to find more information about this, but it seems difficult. |
|
May 6 |
comment |
Unpause a rails server that was paused in a different terminal window dunno, have never used tmux. |
|
May 5 |
comment |
Unpause a rails server that was paused in a different terminal window To be able to attach and detach to processes (and watch their output, etc.) you should be using GNU screen, it's available for almost all unix-like os:es. |
|
May 5 |
comment |
Unpause a rails server that was paused in a different terminal window You wouldn't see the process' output in the terminal you're sending the continue signal from, it would still go to the terminal that the process was originally attached to. |
|
May 4 |
comment |
Unpause a rails server that was paused in a different terminal window Where pid is the process id, obviously. Your kill command might have different syntax, if the above doesn't work, try man kill on your system. |