-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
39 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Logging in | ||
ssh [email protected] | ||
|
||
# Password = PIN + OTP | ||
|
||
# SCP to Savio, while on your local machine | ||
scp bayArea.csv [email protected]:~/ | ||
scp bayArea.csv [email protected]:~/SavioDemo/newName.csv | ||
scp bayArea.csv [email protected]:/global/scratch/kmishra9/bayArea.csv | ||
|
||
# from Savio, while on your local machine | ||
scp [email protected]:~/SavioDemo/newName.csv ~/"F18 Savio Demo"/bayArea.csv | ||
|
||
# Box lftp Demo | ||
ssh [email protected] | ||
lftp ftp.box.com | ||
set ssl-allow true | ||
user [email protected] | ||
|
||
# NOT the same as your CalNet password or Savio Login Password -- you need to set this up seperately from within your Box Account Settings! | ||
|
||
lpwd # on Savio | ||
ls # on box | ||
!ls # on Savio | ||
cd ~/ # on box | ||
lcd ~/ # on savio | ||
put parallel-multi.R # Savio to box | ||
get bayAreaBox.csv # Box to Savio | ||
|
||
# to download a directory from Box to Savio | ||
cd ~/ # on box | ||
mirror SavioDemoBox ~/ | ||
|
||
# Software Modules | ||
module list # what's loaded? | ||
module avail # what's available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters