Adding some linux utils to front-end server
It would be convenient to have the following utils on the front-end server (147.251.253.249):
- [ ]
screenso we can run experiments without having to keep ssh running - [ ] shared memory so joblib can operate in parallel
Use tmux instead of screen, its installed.
On Thu, May 24, 2018, 09:24 Karel Kubicek [email protected] wrote:
It would be convenient to have the following utils on the front-end server (147.251.253.249):
- screen so we can run experiments without having to keep ssh running
- shared memory so joblib can operate in parallel https://github.com/celery/celery/issues/185#issuecomment-453776
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crocs-muni/randomness-testing-toolkit/issues/32, or mute the thread https://github.com/notifications/unsubscribe-auth/AFaek-Pr7OMhdi_gQbQva3cwegy4JgeHks5t1mBKgaJpZM4ULssi .
Thanks
tmux is not installed, or at least I cannot run it...
tmux should be usable now
$ tmux
$ tmux new -s myname
$ tmux ls
failed to connect to server: Connection refused
Something still doesn't work for other users :(.