Changes between Version 7 and Version 8 of totten
- Timestamp:
- 10/29/21 13:26:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
totten
v7 v8 1 == Important note about drive and storage == 2 3 Totten has several drives. Your home directory is on a small drive (6 TB), so make sure to work on the big RAID system `/totten_1` that has 83 TB. You will probably need to create a directory: 4 {{{ 5 #!sh 6 cd /totten_1 7 mkdir YOURUSERNAME 8 }}} 9 10 and replace `YOURUSERNAME` by your totten username. 11 1 12 == Getting an account == 2 13 … … 10 21 Host totten totten.dartmouth.edu 11 22 HostName totten.dartmouth.edu 12 User YOUR RONNEUSERNAME23 User YOURUSERNAME 13 24 }}} 14 and replace `YOUR RONNEUSERNAME ` by your totten username.25 and replace `YOURUSERNAME ` by your totten username. 15 26 16 27 Once this is done, you can ssh totten by simply doing: