Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
feat(1): Add intro to Unix
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed May 27, 2021
1 parent 195484a commit 1ca019c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions docs/week_01.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,36 @@ Utilize the UTD VPN Service:
to `giant.utdallas.edu` if we haven't gotten accounts on sysbio yet)
3. Password is your usual UTD password
4. Open up a terminal `Ctrl+Shift+~`
5. `sinfo`
5. `sinfo` or `ls`

You should see:
There are plenty of other ways to login remotely. Here are some alternatives for you to play around with:

<!-- TODO Add screenshot -->
Windows:

- [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab)
- [Mobaxterm](https://mobaxterm.mobatek.net/)

MacOS:

- [iTerm2](https://iterm2.com/downloads.html)

## Intro to Unix

Practical Research Computing Unix Lecture [^1]

### Some basic commands

You don't need to make flashcards to memorize them. Luckily if you're at a
command line, you probably have access to a search engine, and what they do or
what they were is just a search away.

We're going to run through [The Missing Semester: The
Shell](https://missing.csail.mit.edu/2020/course-shell/) together.

# Assignment 1

[Create a GitHub account](https://github.com/join) and submit your username
through elearning.

[^1]: [Practical Research Computing Unix Lecture](/practical-research-computing/02-unix.pdf)
[^2]: [The Missing Semester: The Shell](https://missing.csail.mit.edu/2020/course-shell/)
Binary file added static/practical-research-computing/02-unix.pdf
Binary file not shown.

0 comments on commit 1ca019c

Please sign in to comment.