-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Porque ahora usamos bien el pygmentize en HTML
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ | |
*.ilg | ||
*.ind | ||
svg-inkscape | ||
input.tex | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -156,7 +156,7 @@ Al crear el laboratorio se nos ha creado un par de claves llamadas "**vockey**", | |
::: mycode | ||
[Cambios de permisos en el fichero]{.title} | ||
|
||
``` bash | ||
``` console | ||
ruben@vega:~$ chmod 400 labuser.pem | ||
``` | ||
::: | ||
|
@@ -166,7 +166,7 @@ Para realizar la conexión a la instancia, y teniendo en cuenta los datos coment | |
::: mycode | ||
[Conexión a una instancia mediante cliente SSH]{.title} | ||
|
||
``` bash | ||
``` console | ||
ruben@vega:~$ ssh -i labsuser.pem [email protected] | ||
admin@ip-172-31-32-168:~$ sudo su | ||
root@ip-172-31-32-168:/home/admin# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters