Skip to content

Commit

Permalink
Cambiados los "bash" por "console"
Browse files Browse the repository at this point in the history
Porque ahora usamos bien el pygmentize en HTML
  • Loading branch information
yuki committed Feb 4, 2024
1 parent 8028764 commit bd29ef7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
*.ilg
*.ind
svg-inkscape
input.tex
.DS_Store
4 changes: 2 additions & 2 deletions otros/aws/aws_ec2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
:::
Expand All @@ -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#
Expand Down
2 changes: 1 addition & 1 deletion otros/aws/aws_rds.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Si tenemos el **cliente de mysql** instalado en la instancia de computación, po
::: mycode
[Acceso a la base de datos desde consola]{.title}

``` bash
``` console
admin@ip-172-31-32-168:~$ mysql -u admin \
-h prueba-gratuita.cpicwmm0inx1.us-east-1.rds.amazonaws.com -p
Enter password:
Expand Down

0 comments on commit bd29ef7

Please sign in to comment.