tags |
---|
ggg, ggg2024, ggg298, ggg201b |
[toc]
The following two resources are my recommendations for people who are relatively new to UNIX, or want a refresher. They are shorter and more focused than Introduction to Remote Computing (which I also recommend, and which comes with videos - the UNIX-y bits are the first two lectures).
Please let me know at ctbrown@ucdavis.edu if you run into any problems.
Author: Mike Lee, International Man of Mystery
UNIX crash course: link
To get started with your datalab-XX account:
- log in & get RStudio Server up and running (tho you can also just use an ssh connection if you really want).
- run the following commands in the RStudio Terminal (at the
datalab-xx@... : ~$
prompt):
cd ~
curl -L -o unix_intro.tar.gz https://ndownloader.figshare.com/files/15573746
tar -xzvf unix_intro.tar.gz && rm unix_intro.tar.gz
cd unix_intro
- Go to Getting Started: A Few Foundational Rules and start there!
I suggest going through at least the first two tutorials & completing "Working with files and directories", although you should skim "Redirectors and wildcards" if you can. We'll cover bits and pieces of "Six glorious commands" and "Variables and for loops" in the GGG 298, too.
Author: Hannah Houts, UC Davis, MGG Grad Group
This is an introductory tutorial for RStudio, RMarkdown, UNIX shell, and R.
Go here and follow the directions!