qstat-pretty
Pretty GridEngine, Torque and Platform LSF status tables
File Explorer
- __init__.py
- gridengine.py
- lsf.py
- torque.py
- __init__.py
- fit.py
- grow.py
- __init__.py
- color.py
- size.py
- table.py
- unicode.py
- __init__.py
- config.py
- passthrough_optparse.py
- pretty.py
- source.py
- .editorconfig
- .gitignore
- .pep8
- LICENSE.md
- pstat
- qstat-pretty.conf.example
- README.md
- setup.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
ssh
View Details ▼
ssh
Secure Shell is a protocol used to securely log onto remote systems.
It can be used for logging or executing commands on a remote server.
ssh {{username}}@{{remote_host}}
Connect to a remote server:
ssh {{username}}@{{remote_host}} -i {{path/to/key_file}}
Connect to a remote server with a specific [i]dentity (private key):
ssh {{username}}@10.0.0.1 -p {{2222}}
Connect to a remote server with IP `10.0.0.1` and using a specific [p]ort (Note: `10.0.0.1` can be shortened to `10.1`):
// repository documentation
Was this content helpful?
(0 ratings)
