You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/computing/discovery.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,33 +6,42 @@ This section provides additional, typically DBIC users specific information and
6
6
7
7
## Getting Access
8
8
9
-
## Tour
9
+
## MUST KNOWs
10
10
11
+
- Please be considerate about the nodes you are using. When you login, you
12
+
are on a login-node, but no work should be done here! Instead, use an interactive node `x01`, scheduling node, `s01`, or if you have permission, the fancy IT node `ndoli`.
13
+
- Home dir limited 50gigs for large datasets, use `/dartfs/rc/lab/D/DBIC/DBIC/`
11
14
12
-
(TODO, this is just a list for now, to indicate the order that a new
13
-
user will encounter these)
15
+
## Recommended .bashrc
14
16
15
-
x01 s01 ndoli
17
+
```
18
+
# .bashrc
16
19
17
-
export TERM=xterm
20
+
# Source global definitions
21
+
if [ -f /etc/bashrc ]; then
22
+
. /etc/bashrc
23
+
fi
18
24
19
-
home limited 50gigs
25
+
# User specific aliases and functions
20
26
21
-
For large datasets, use /dartfs/rc/lab/D/DBIC/DBIC/
0 commit comments