Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
632c6d97
Commit
632c6d97
authored
2 years ago
by
Sergey Linev
Browse files
Options
Downloads
Patches
Plain Diff
Mention rootssh and unix sockets support in release nodes
parent
be280e9c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README/ReleaseNotes/v628/index.md
+10
-0
10 additions, 0 deletions
README/ReleaseNotes/v628/index.md
with
10 additions
and
0 deletions
README/ReleaseNotes/v628/index.md
+
10
−
0
View file @
632c6d97
...
...
@@ -257,12 +257,22 @@ So, if we take the same example as above, and leave out the x-points, the diagra
-
upgrade civetweb code to version 1.15, supports SSL version 3.0
-
resolve problem with symbolic links usage on Windows
-
let disable/enable directory files listing via THttpServer (default is off)
-
enable usage of unix sockets, used by
`rootssh`
script for tunnel to remote session
## GUI Libraries
-
Provide web-based TTree viewer, integrated with RBrowser
-
Support Edge browser on Windows for all kinds of web widgets
-
Provide
`rootssh`
shell script to simplify use of web-based widgets on remote nodes:
```
[localnode] rootssh user@remotenode
[remotenode] root --web -e 'new TBrowser'
```
Script automatically configures ssh tunnel between local and remote nodes, one the remote node
unix socket with strict 0700 mode is used. When ROOT running on remote node wants to display
new web widget, script will automatically start web browser on local node with appropriate URL,
accessing widget via configured ssh tunnel.
## Montecarlo Libraries
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment