Skip to content

Commit c5fa229

Browse files
committed
Update utilities location
1 parent ee195d1 commit c5fa229

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.claude/settings.local.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"enableAllProjectMcpServers": false,
3+
"permissions": {
4+
"allow": [
5+
"Bash(ssh:*)"
6+
]
7+
}
8+
}

docs/guide/cluster.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The RoseLab environment provides a powerful utility for managing and migrating y
44

55
## Accessing the Utility
66

7-
1. On any RoseLab container, navigate to `/public/common-utilities/`
8-
2. Run the command: `python client.py`. You might need to install Python 3.8+ and libraries like `requests` and `json`.
7+
1. On any RoseLab container, navigate to `/utilities/`
8+
2. Run the command: `python common-utilities.py`. You might need to install Python 3.8+ and libraries like `requests` and `json`.
99

1010
## Key Features
1111

@@ -77,7 +77,7 @@ The utility implements strict security measures:
7777
- It only accepts connections from the RoseLAN intranet.
7878
- Users can only manage containers under their own name.
7979
- You cannot modify other users' port mappings.
80-
- The /public/common-utilities/ folder is only visible to the ubuntu user, not even to root.
80+
- The /utilities/ folder is only visible to the ubuntu user, not even to root.
8181
- Non-ubuntu container users (unless with sudo or API key) cannot shut down or delete containers using this utility.
8282

8383
::: warning

docs/guide/jupyter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ To set up a permanent HTTPS port mapping for JupyterLab using the common utiliti
1212

1313
1. Navigate to the common utilities directory:
1414
```bash
15-
cd /public/common-utilities/
15+
cd /utilities/
1616
```
1717

1818
2. Run the client script:
1919
```bash
20-
python client.py
20+
python common-utilities.py
2121
```
2222

2323
3. Choose option 1: "Add or delete port mapping"

docs/guide/rdp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ To set up a permanent TCP port mapping for Remote Desktop using the common utili
1212

1313
1. Navigate to the common utilities directory:
1414
```bash
15-
cd /public/common-utilities/
15+
cd /utilities/
1616
```
1717

1818
2. Run the client script:
1919
```bash
20-
python client.py
20+
python common-utilities.py
2121
```
2222

2323
3. Choose option 1: "Add or delete port mapping"

docs/shared/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ After the containerization migration, the CSE shared servers are now under the m
1515

1616
1. **Fixed Server Assignment**: Unlike RoseLab, you cannot move between machines. Your container is fixed to the assigned server. Your data directory is `/data/<username>` instead of `/data` (due to the backward compatibility with the previous setup). Your data directory is not synced between servers.
1717

18-
2. **No Common Utilities**: The shared servers do not have access to the common utilities available in RoseLab for managing containers or port mappings.
18+
2. **No Common Utilities**: The shared servers do not have access to the common utilities available in RoseLab at `/utilities/` for managing containers or port mappings.
1919

2020
3. **Limited Software**: The shared servers come with a basic setup. Additional software installations are the responsibility of the user.
2121

0 commit comments

Comments
 (0)