Bureaucrats, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators, Widget editors
23,423
edits
No edit summary |
No edit summary |
||
Line 65: | Line 65: | ||
<ul><li><b>shcl</b> (common lisp nature)</li><li><b>shhs</b> (HsShellScript, haskell nature)</li><li><b>upsh</b> (prolog nature)</li></ul> | <ul><li><b>shcl</b> (common lisp nature)</li><li><b>shhs</b> (HsShellScript, haskell nature)</li><li><b>upsh</b> (prolog nature)</li></ul> | ||
<b>mcpcms</b> can be accessed with ssh using the following script<pre><tt>#!/usr/bin/bash | <b>mcpcms</b> can be accessed with ssh using the following script<pre><tt>#!/usr/bin/bash | ||
# | # save as <fileName> and invoke with <fileName> <connect-spec> where | ||
# | # | ||
# <connect-spec>::= ipV6Address:port | ipV4Address:port | FQDSAgentName | # <connect-spec>::= ipV6Address:port | ipV4Address:port | FQDSAgentName | ||
# FQDSAgentName ::= <agentId>@<domain>[:<port>] | # FQDSAgentName ::= <agentId>@<domain>[:<port>] | ||
# | # | ||
# and the port | # and the address and port are displayed in the device control block of your DCMS account profile. Using the FQDSAgentName is equivalent to what the launch does. | ||
ssh | ssh | ||
</tt></pre> | </tt></pre> |