forked from JustPLegend/aws-devops-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevops.html
More file actions
308 lines (227 loc) · 12.9 KB
/
Copy pathdevops.html
File metadata and controls
308 lines (227 loc) · 12.9 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloud & DevOps resources for learning</title>
<link rel="stylesheet" href="css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<header>
<div class="pre-header">
<div class="container">
<div class="row">
<div class="col-md-4">
<p>
“My mission in life is not merely to survive but to thrive and to do so with some passion, some compassion, some humor, and some style.”</p>
</div>
<div class="col-md-4">
<div>"I am thankful for my struggle because, without it, I wouldn’t have stumbled across my strength."</div>
</div>
<div class="col-md-4">
<div>"Women belong in all places where decisions are being made. … It shouldn't be that women are the exception.”</div>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</div>
<br>
<div class="main-nav">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="images/linux-logo.png" alt="solution" width="90" height="90">
<img src="images/terminal.png" alt="aws" width="100" height="90">
<img src="images/devops.png" alt="aws" width="130" height="90">
</div>
<div class="col-md-6">
<ul class="main-menu">
<li><a href="index.html">Home</a></li>
<li><a href="cloud.html">Cloud </a></li>
<li><a href="solution-arhitect.html">Solution Arhitect</a></li>
<li><a href="devops.html">DevOps </a></li>
<li><a href="automation.html">Automation </a></li>
<li><a href="network.html">Network </a></li>
</ul>
</div>
</div>
</div>
</div>
<!-------------------MAIN TITLE DevOps (solution-arhitect.html) ------------------------------------>
<div class="main-title-devops">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="devops-title"> <span> DevOps</span> </h3>
<p> To understand DevOps you should take this course: <a href="https://explore.skillbuilder.aws/learn/course/5741/advanced-testing-practices-using-aws-devops-tools">AWS DevOps tools</a></p>
<p> Roadmap to DevOps on <a href="https://roadmap.sh/devops">this link </a> and basic concepts on <a href="https://www.youtube.com/c/theroadmap/playlists"> link </a></p>
<p> Improve <a href="https://www.keybr.com/">typing skills </a> and with <a href="https://monkeytype.com/"> monkey.</a></p>
</div>
</div>
</div>
</div>
<br>
<div class="main-body-devops">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3 class="devops-title"> Books</h3>
<ul>
<li><a href="https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/1942788290">Phoenix Project(2018)</a></li>
<li><a href="https://www.amazon.com/DevOps-Handbook-World-Class-Reliability-Organizations/dp/1942788002">The DevOps Handbook (2016)</a></li>
</ul>
</div>
<div class="col-md-4">
<h4><span>Simple DevOps projects</span></h4>
<ul class="devops-title">
<li><a href="https://www.youtube.com/watch?v=Z9G5stlXoyg">CI/CD through Jenkins</a></li>
<p>Few simple projects with steps (Valaxy) </p>
</ul>
</div>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<!-------------------MAIN TITLE DevOps (LINUX row)(solution-arhitect.html) ------------------------------------>
<div class="main-title-devops">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="devops-title"> <span> Linux </span> </h3>
<p>linux is essential in DevOps world. It's good to learn it.OS and their basic concepts, commands, file system,kernels,
storage managment, processes, packages, user managment, boot the system, init, process utilization, logging and other topics is good
to know because you will need it in working with servers.
</p>
</div>
</div>
</div>
</div>
<br>
<!-----------------MAIN BODY DevOps (LINUX row) (containers with sites, links..) --------------->
<div class="main-body-devops">
<div class="container">
<div class="row"> <!--First row for Linux main body only for Webpages---->
<div class="col-md-4">
<h4><span> WEBPAGES</span></h4>
<p></p>
<ul class="devops-links">
<li><a href="https://linuxjourney.com/"> Linux Journey</a> </li>
<p>Step by step whats important to know and understand in Linux </p>
<li><a href="https://www.tutorialspoint.com/linux_admin/basic_centos_linux_commands.htm"> Tutorials point</a> </li>
<p>Basic commands, File/Folder Managment, User Managment, Systemd Services Start and Stop .. </p>
</ul>
</div>
<div class="col-md-4">
<h4><span>Simulated Linux terminal</span></h4>
<ul class="devops-links">
<li><a href="https://linuxsurvival.com/">Linux Survival</a></li>
<p>Typing command in terminal with graphic explanation </p>
<li><a href="https://overthewire.org/wargames/">Wargames</a></li>
<p>Learning commands through different games. </p>
<li><a href="https://tryhackme.com/paths">Try Hack me</a></li>
<p>Amazing page, more on: <a href="https://medium.com/@justplegend/tryhackme-2a7c4e2dbef9">this link</a></p>
</ul>
</div>
<div class="col-md-4">
<h4><span>Books</span></h4>
<ul class="devops-links">
<li><a href="https://sourceforge.net/projects/linuxcommand/files/TLCL/19.01/TLCL-19.01.pdf/download">The Linux Command Line</a></li>
<p>If you are new to Linux and want to learn the command line this book is for you. The best thing is that is available to download free.</p>
</ul>
</div>
</div>
<br>
<div class="row"> <!-----------------Second row -only for YT links ------------->
<div class="col-md-4">
<h4><span> YT links </span></h4>
<p></p>
<ul class="devops-links">
<li><a href="https://www.youtube.com/watch?v=Wgi-OfbP2Gw">Edureka full course for Linux(5h)</a></li>
<p><b>TIP!</b> Learn every day at least 1h and repeat it...easy way to understand.</p>
<li><a href="https://www.youtube.com/watch?v=V1y-mbWM3B8">(Guru99) Introduction to Linux OS (2:30h) </a></li>
<p>Linux distributions, Linux vs Windows, Important Linux Commands, File permissions, redirection, pipes, grep, sort..</p>
<li><a href="https://www.youtube.com/watch?v=fHgk7aDGn_4"> Complete Linux Networking </a> </li>
<p>Joseph D. (LAN, Practical networking commands,linux hosts file, traceroute..</p>
<li><a href="https://www.youtube.com/watch?v=ZtqBQ68cfJc"> Top 50 Most Popular Linux & Terminal commands</a> </li>
<p>whoami,man, clear,pwd, ls, cd, mkdir, rm, jobs, ps, gzip,alias, sudo, piping,sort,killall,history,bg,fg .. </p>
</ul>
</div>
<div class="col-md-4">
<h4><span>Begineer links</span></h4>
<ul class="devops-links">
<li><a href="https://www.youtube.com/channel/UC88eard_2sz89an6unmlbeA/featured"> BeginLinux Guru</a></li>
<p>Linux Process Managment, Scheduling jobs, Storage managment, User Managment from CLI, systemd tutorial,Linux security..</p>
<li><a href="https://www.youtube.com/watch?v=iwolPf6kN-k">Introduction to Linux & Terminal Commands - Full Course for Beginners</a></li>
</ul>
</div>
<div class="col-md-4">
</div>
</div> <!------------------END OF SECOND ROW (for youtube links)----------------->
</div>
</div>
<br>
<br>
<br>
<!------------------------------------MAIN BODY FOR PROGRAMMING LANGUAGE PYTHON------------------------->
<div class="main-title-devops">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="devops-title"> <span> Python</span> </h3>
<p> </p>
</div>
</div>
</div>
</div>
<!-----------------MAIN BODY DevOps (PYTHON row) (containers with sites, links..) --------------->
<div class="main-body-devops">
<div class="container">
<div class="row"> <!--Second row-->
<div class="col-md-4">
<h4><span> WEBPAGES</span></h4>
<p></p>
<ul class="devops-links">
<li><a href="https://realpython.com/">Real Python</a></li>
<p>Python tutorials, Video courses (step by step), Quizzes, Community</p>
<li><a href="https://www.codecademy.com/learn/learn-python">Code Academy</a></li>
<p>One part of courses(in general) are free, another part have price.</p>
</ul>
</div>
<div class="col-md-4">
<h4><span>Learn on fun way</span></h4>
<ul class="devops-links">
<li><a href="https://www.codingame.com/start"> Learn through game</a></li>
</ul>
</div>
<div class="col-md-4">
</div>
</div>
<div class="row"> <!--Third row - PYTHON(youtube links)-->
<div class="col-md-4">
<h4><span> YT links </span></h4>
<p></p>
<ul class="devops-links">
<li><a href="https://www.youtube.com/watch?app=desktop&v=t8pPdKYpowI&">TechWorld with Nana </a></li>
<p>Python Tutorial for Beginners - Learn Python in 5 Hours [FULL COURSE]</p>
</ul>
</div>
<div class="col-md-4">
<h4><span></span></h4>
<ul class="devops-links">
<li><a href=""> </a></li>
</ul>
</div>
<div class="col-md-4">
</div>
</div>
</div>
</div>
</header>
</body>
</html>