Skip to content
GitLab
  • Explore
  • Sign in
  • EDA Guides
  • eda-servers-guide
  • Wiki
  • connection

connection · Changes

Page history
Update connection authored May 06, 2021 by Daniele Jahier Pagliari's avatar Daniele Jahier Pagliari
Hide whitespace changes
Inline Side-by-side
connection.md
View page @ 2dc4f8a3
......@@ -16,9 +16,15 @@ ssh <user>@<server>
```
where `<user>` is the username of your account and `<server>` is one of the [servers](/servers) hostnames.
## Maintaining a permanent Shell
## Maintaining a Permanent Shell
Check this [guide](/permanent-shell) for how to create shells that persist even if you disconnect from the server.
In your work, you may have to launch long jobs that take hours or days to complete.
If you do so from a normal ssh shell, your script will terminate as soon as you disconnect (or lose the connection to the server).
To avoid this problem, all our servers include an utility called [TMUX](https://tmux.github.io/) that allows you to create one or more permanent shells, from which you can disconnect and re-connect freely, and which persist even if you log out of the server completely. Please follow the link above or look online for a complete guide on how to setup and use tmux.
The servers also include an older utility that serves the same purpose called [GNU Screen](https://www.gnu.org/software/screen/). However, we suggest using tmux which is much more powerful and flexible.
## Connecting with x2go
......
Clone repository
Home

Server Information
Account
Connecting to the Servers
  • Maintaining a Permanent Shell
  • File Transfers
Storage Management and Quotas
Monitoring Resources
  • Monitoring CPU and RAM
  • Monitoring GPU
  • Monitoring Storage
Gitlab
Software and Libraries
  • Additional Software on Philae
  • Remote Code Deployment
  • Python Virtual Environments
  • EDA Technology Libraries
  • Shared Datasets
Miscellaneous
  • Setting CUDA Drivers on Icaro

Sidebar