capacitacion/temario.rst
... ...
@@ -61,7 +61,10 @@ que es importante estar en contacto y no siempre vemos las notificaicones de la
61 61
62 62
Fundamentales de Linux
63 63
======================
64
-http://www.funtoo.org/Linux_Fundamentals,_Part_1
64
+* https://www.funtoo.org/Linux_Fundamentals,_Part_1
65
+* https://www.funtoo.org/Linux_Fundamentals,_Part_2
66
+* https://www.funtoo.org/Linux_Fundamentals,_Part_3
67
+* https://www.funtoo.org/Linux_Fundamentals,_Part_4
65 68
66 69
vim
67 70
---
... ...
@@ -71,18 +74,24 @@ Como recurso adicional, pudieras probar: https://www.openvim.com/ o buscar algú
71 74
72 75
Bash
73 76
----
74
-http://www.funtoo.org/Bash_by_Example,_Part_1
77
+* https://www.funtoo.org/Bash_by_Example,_Part_1
78
+* https://www.funtoo.org/Bash_by_Example,_Part_2
79
+* https://www.funtoo.org/Bash_by_Example,_Part_3
75 80
76 81
grep
77 82
----
78 83
79 84
awk
80 85
---
81
-https://www.funtoo.org/Awk_by_Example,_Part_1
86
+* https://www.funtoo.org/Awk_by_Example,_Part_1
87
+* https://www.funtoo.org/Awk_by_Example,_Part_2
88
+* https://www.funtoo.org/Awk_by_Example,_Part_3
82 89
83 90
sed
84 91
---
85
-https://www.funtoo.org/Sed_by_Example,_Part_1
92
+* https://www.funtoo.org/Sed_by_Example,_Part_1
93
+* https://www.funtoo.org/Sed_by_Example,_Part_2
94
+* https://www.funtoo.org/Sed_by_Example,_Part_3
86 95
87 96
OpenSSH
88 97
-------
... ...
@@ -111,9 +120,13 @@ Podman
111 120
112 121
Linux (kernel)
113 122
==============
123
+* https://www.kernel.org/doc/html/latest/
114 124
115 125
cgroups v1 y v2
116 126
---------------
127
+* man cgroups
128
+* https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v2.html
129
+* https://www.kernel.org/doc/html/latest/admin-guide/cgroup-v1
117 130
118 131
Syscalls
119 132
--------
... ...
@@ -139,6 +152,9 @@ UDP
139 152
140 153
Modelo OSI
141 154
----------
155
+Es un modelo para conceptualizar redes muy común y muy usado. Hay que estar bien familiarizados con él.
156
+
157
+* https://en.wikipedia.org/wiki/OSI_model
142 158
143 159
144 160
Seguridad
... ...
@@ -208,6 +224,12 @@ Zabbix
208 224
Extras
209 225
======
210 226
227
+Crystal
228
+-------
229
+Lenguaje de programación compilado y fuertemente tipado. Muy rápido y muy útil. Nuestro favorito.
230
+
231
+* https://crystal-lang.org/
232
+
211 233
HTML, CSS, y Javascript
212 234
-----------------------
213 235
... ...
@@ -223,10 +245,16 @@ Documentación
223 245
224 246
Markdown
225 247
--------
248
+Es el markup principalmente usado en la comunidad al rededor de GitHub y GitLab. No es libre y no lo preferimos, pero lo usamos de
249
+todos modos cuando el proyecto lo requiere.
250
+
251
+* https://www.markdownguide.org/
226 252
227 253
reStructured Text
228 254
-----------------
255
+Es el markup preferido por ser software libre y ser bastante convertible a varios formatos; incluyendo PDF, html, man y demás.
229 256
257
+* https://docutils.sourceforge.io/rst.html
230 258
231 259
Recursos válidos
232 260
----------------