forked from NeCTAR-RC/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·179 lines (166 loc) · 5.14 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
title: Nectar Research Cloud tutorials
email: [email protected]
description: >-
Nectar Research Cloud tutorials
url: ""
baseurl: ""
# Build settings
plugins:
- jekyll-sitemap
- jekyll-redirect-from
repository: NeCTAR-RC/tutorials
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- vendor
defaults:
- scope:
path: "" # an empty string here means all files in the project
values:
layout: "tutorial"
# New tutorials should be added by running:
# $ rake tutorial "My tutorial title"
collections:
launching-virtual-machines:
output: true
title: Launching Virtual Machines
permalink: /:collection/:name
summary: Launching a virtual machine using the Nectar dashboard and the launch dialog
categories: Beginner
tags:
- Cloud Starter
- Launching
- dashboard
difficulty: 1
duration: 25
status: draft
published: 2019-05-14
author: Just Berkhout <[email protected]>
connecting:
output: true
permalink: /:collection/:name
title: Access using SSH and web-based VNC
summary: Access your Virtual Machine's command line using your Terminal and ssh or the web-based vnc console.
categories: Beginner
tags:
- Cloud Starter
- connecting
- terminal
difficulty: 1
duration: 17
status: draft
published: 2019-05-14
author: Just Berkhout <[email protected]>
advanced-networking:
output: true
permalink: /:collection/:name
title: Advanced Networking
summary: Learn to implement some advanced networking concepts in your Nectar Research Cloud project
categories: Advanced
tags:
- advanced networking
- private network
- router
- floating ip address
difficulty: 5
duration: 58
status: draft
published: 2019-05-20
author: Just Berkhout <[email protected]>
keypairs:
output: true
permalink: /:collection/:name
title: Creating a keypair for use in Nectar
summary: Understanding Public-Private Keypairs in the Nectar Research Cloud.
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Cloud Starter
- security
- authentication
difficulty: 1 # number from 1 to 5
duration: 13 # number of minutes
status: draft # draft or published
published: 2019-09-10
author: Just Berkhout <[email protected]>
sec-groups-101:
output: true
permalink: /:collection/:name
title: Security groups, the absolute basics
summary: Get ready to launch with the bare minimum ssh Security Group for your Nectar instance.
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Tutorial
difficulty: 1 # number from 1 to 5
duration: 15 # number of minutes
status: draft # draft or published
published: 2019-09-10
author: Just Berkhout <[email protected]>
allocation-management:
output: true
permalink: /:collection/:name
title: Allocation Management
summary: Understand, manage and maintain an allocation in the Nectar Research Cloud
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Cloud Starter
- expiry bot
- amend
- extend
- user management
- project manager
- delegation
difficulty: 1 # number from 1 to 5
duration: 10 # number of minutes
status: draft # draft or published
published: 2019-09-17
author: Just Berkhout <[email protected]>
changing-instances:
output: true
permalink: /:collection/:name
title: Rebooting, Deleting, Rebuilding, Resizing
summary: Making changes to existing instances. Learn to reboot, resize, rebuild and delete instances.
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Cloud Starter
difficulty: 1 # number from 1 to 5
duration: 32 # number of minutes
status: draft # draft or published
published: 2019-09-17
author: Just Berkhout <[email protected]>
cli-101:
output: true
permalink: /:collection/:name
title: Command line, sudo and apt
summary: Find your way around your instance from the command line. Learn to use admin privileges and install and maintain software
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Cloud Starter
- cli
- command line
- sudo
- apt
difficulty: 1 # number from 1 to 5
duration: 35 # number of minutes
status: draft # draft or published
published: 2019-09-17
author: Just Berkhout <[email protected]>
cloud-starter:
output: true
permalink: /:collection/:name
title: Cloud Starter Series
summary: Get started in the Nectar Research Cloud with this tutorial series. Learn how easy it is to launch VMs, to connect and to try something new.
categories: Beginner # Beginner|Intermediate|Advanced
tags:
- Cloud Starter
- 101
- entry level
- beginner
- Launch
- connect
- series
difficulty: 1 # number from 1 to 5
duration: 160 # number of minutes
status: draft # draft or published
published: 2019-09-17
author: Just Berkhout <[email protected]>