... | @@ -41,10 +41,10 @@ sshfs AMPL_MEMA: ampl_mema |
... | @@ -41,10 +41,10 @@ sshfs AMPL_MEMA: ampl_mema |
|
you can now edit and copy files transparently
|
|
you can now edit and copy files transparently
|
|
When you are done, unmount the remote directory with
|
|
When you are done, unmount the remote directory with
|
|
```
|
|
```
|
|
umount ample_mema
|
|
umount ampl_mema
|
|
```
|
|
```
|
|
## run ampl
|
|
## run ampl
|
|
it is recommended to run ample inside a `screen` session, so that you can close your terminal and re-connect to your session with `screen -r` [more info about screen here](https://linuxize.com/post/how-to-use-linux-screen/). To launch a scree session, simply type
|
|
it is recommended to run ampl inside a `screen` session, so that you can close your terminal and re-connect to your session with `screen -r` [more info about screen here](https://linuxize.com/post/how-to-use-linux-screen/). To launch a scree session, simply type
|
|
```
|
|
```
|
|
screen
|
|
screen
|
|
```
|
|
```
|
... | | ... | |