or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Two introductions to UNIX - GGG classes, WQ 2024
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.
Happy Belly Bioinformatics - UNIX Crash Course
Author: Mike Lee, International Man of Mystery
UNIX crash course: link
To get started with your datalab-XX account:
datalab-xx@... : ~$
prompt):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.
Hannah's UNIX Cafe (+ some R)
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!