| bio | website | |
|---|---|---|
| location | Atlanta, GA | |
| age | ||
| visits | member for | 2 years |
| seen | Mar 28 at 1:35 | |
| stats | profile views | 11 |
|
Nov 16 |
comment |
Move folder content up one level tested, and it works. |
|
Nov 13 |
comment |
Move folder content up one level @Caleb is it possible to write both * and .* in one line? just curiosity |
|
Oct 4 |
comment |
is it possible to run job in foreground after user logout I definitely want to avoid the actions taken by the idle detection mechanism... |
|
Oct 4 |
comment |
is it possible to run job in foreground after user logout that is a good question. the goal of the job is to bypass certain idle detection mechanism on that server. if the job is running in background, the mechanism thinks it's idle... |
|
Oct 4 |
comment |
is it possible to run job in foreground after user logout I need the job to be attached to terminal in the server. if I use ssh -t, it is the local terminal that is attached... the job could get interrupted if I logout locally. |
|
Sep 25 |
comment |
Why the difference between network addresses reported by hostname and ping? thanks, that clears things up. I have additional question : what is the typical scenario of using address returned by hostname. For example, can it be used by other machines? |
|
Jul 20 |
comment |
Why does this compound command report errors when copying directories?dir is local ... |
|
Jul 20 |
comment |
Why does this compound command report errors when copying directories?type -a rm cp shows rm is redirected to rm -i, so if cp |
|
May 23 |
comment |
How to copy from one vim instance to another using registers yes, gvim worked! |
|
May 23 |
comment |
How to copy from one vim instance to another using registers still not working with "+gy |