You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LINUX.es.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,36 @@ Aquí está la lista de las extensiones que estás instalando:
82
82
83
83
## Herramientas de línea de comando
84
84
85
+
### Comprueba la configuración regional (locale)
86
+
87
+
La "locale" es un mecanismo que permite adaptar los programas a su idioma y país.
88
+
89
+
Comprobemos que la configuración regional por defecto es el inglés:
90
+
91
+
```bash
92
+
locale
93
+
```
94
+
95
+
Si la salida no contiene `LANG=en_US.UTF-8`, ejecute el siguiente comando en un Ubuntu terminal para instalar la locale inglesa:
96
+
97
+
```bash
98
+
sudo locale-gen en_US.UTF-8
99
+
```
100
+
101
+
Si después, recibes una advertencia (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) en tu terminal, por favor haz lo siguiente:
102
+
103
+
<details>
104
+
<summary>Generar la configuración regional<>/summary>
Copy file name to clipboardExpand all lines: VM.es.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,36 @@ Aquí está la lista de las extensiones que estás instalando:
249
249
250
250
## Herramientas de línea de comando
251
251
252
+
### Comprueba la configuración regional (locale)
253
+
254
+
La "locale" es un mecanismo que permite adaptar los programas a su idioma y país.
255
+
256
+
Comprobemos que la configuración regional por defecto es el inglés:
257
+
258
+
```bash
259
+
locale
260
+
```
261
+
262
+
Si la salida no contiene `LANG=en_US.UTF-8`, ejecute el siguiente comando en un Ubuntu terminal para instalar la locale inglesa:
263
+
264
+
```bash
265
+
sudo locale-gen en_US.UTF-8
266
+
```
267
+
268
+
Si después, recibes una advertencia (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) en tu terminal, por favor haz lo siguiente:
269
+
270
+
<details>
271
+
<summary>Generar la configuración regional<>/summary>
Copy file name to clipboardExpand all lines: VM.md
+38-73Lines changed: 38 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,85 +216,20 @@ Go to your project [APIs dashboard](https://console.cloud.google.com/apis/dashbo
216
216
- Compute Engine is now enabled on your project
217
217
218
218
219
-
## Virtual Machine (VM)
220
-
221
-
**👌 Note: Skip to the next section if you already have a VM set up**
222
-
223
-
_Note: The following section requires you already have a [Google Cloud Platform](https://cloud.google.com/) account associated with an active [Billing account](https://console.cloud.google.com/billing)._
224
-
225
-
- Go to console.cloud.google.com > > Compute Engine > VM instances > Create instance
226
-
- Name it `lewagon-data-eng-vm-<github_username>`, replace `<github_username>` with your own, e.g. `krokrob`
227
-
- Region `europe-west1`, choose the closest one among the [available regions](https://cloud.google.com/compute/docs/regions-zones#available)
- Give it a name, like "lewagon-data-eng-vm-ip-<github_username>" (replace `<github_username>` with your own) and description "Le Wagon - Data Engineering VM IP". This will take a few seconds.
- You will now have a public IP associated with your account, and later to your VM instance. Click on `Done` at the bottom of the section `Edit network interface` you were in.
- It will take a few minutes for your virtual machine (VM) to be created. Your instance will show up like below when ready, with a green circled tick, named `lewagon-data-eng-vm-krokrob` (`krokrob` being replaced by your GitHub username).
222
+
_Note: The VM setup requires a [Google Cloud Platform](https://cloud.google.com/) account associated with an active [Billing account](https://console.cloud.google.com/billing)_
Congrats, your virtual machine is up and running, it is time to connect it with VS Code!
232
+
**👌 Follow [this guide](https://scribehow.com/embed/Create_a_Google_Cloud_VM_Instance_with_SSH_Key__1ohFlAbSR9yoG28S0PDfwg) or skip to the next section if you already have a VM set up**
298
233
299
234
300
235
## Visual Studio Code
@@ -420,6 +355,36 @@ Here is a list of the extensions you are installing:
420
355
421
356
## Command line tools
422
357
358
+
### Check the locale
359
+
360
+
The locale is a mechanism allowing to customize programs to your language and country.
361
+
362
+
Let's verify that the default locale is set to English, please type this in the Ubuntu terminal:
363
+
364
+
```bash
365
+
locale
366
+
```
367
+
368
+
If the output does not contain `LANG=en_US.UTF-8`, run the following command in a Ubuntu terminal to install the english locale:
369
+
370
+
```bash
371
+
sudo locale-gen en_US.UTF-8
372
+
```
373
+
374
+
If after, you receive a warning (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) in your terminal, please do the following:
Copy file name to clipboardExpand all lines: WINDOWS.es.md
+31-31Lines changed: 31 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -348,36 +348,6 @@ Debería devolver el nombre de usuario que elegiste anteriormente.
348
348
349
349
:x: Si dice `root`, **contacta a un profesor** antes de continuar.
350
350
351
-
### Comprueba la configuración regional (locale)
352
-
353
-
La "locale" es un mecanismo que permite adaptar los programas a su idioma y país.
354
-
355
-
Comprobemos que la configuración regional por defecto es el inglés:
356
-
357
-
```bash
358
-
locale
359
-
```
360
-
361
-
Si la salida no contiene `LANG=en_US.UTF-8`, ejecute el siguiente comando en un Ubuntu terminal para instalar la locale inglesa:
362
-
363
-
```bash
364
-
sudo locale-gen en_US.UTF-8
365
-
```
366
-
367
-
Si después, recibes una advertencia (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) en tu terminal, por favor haz lo siguiente:
368
-
369
-
<details>
370
-
<summary>Generar la configuración regional<>/summary>
@@ -490,7 +460,7 @@ Luego deshabilita el warning para copiar y pegar comandos entre Windows y Ubuntu
490
460
- Agrega la siguiente línea debajo de eso:
491
461
492
462
```bash
493
-
"multiLinePasteWarning": false,
463
+
"warning.multiLinePaste": false,
494
464
```
495
465
496
466
:warning: ¡No olvides la coma al final de la línea!
@@ -533,6 +503,36 @@ Aquí está la lista de las extensiones que estás instalando:
533
503
534
504
## Herramientas de línea de comando
535
505
506
+
### Comprueba la configuración regional (locale)
507
+
508
+
La "locale" es un mecanismo que permite adaptar los programas a su idioma y país.
509
+
510
+
Comprobemos que la configuración regional por defecto es el inglés:
511
+
512
+
```bash
513
+
locale
514
+
```
515
+
516
+
Si la salida no contiene `LANG=en_US.UTF-8`, ejecute el siguiente comando en un Ubuntu terminal para instalar la locale inglesa:
517
+
518
+
```bash
519
+
sudo locale-gen en_US.UTF-8
520
+
```
521
+
522
+
Si después, recibes una advertencia (`bash: warning: setlocale: LC_ALL: cannot change locale (en_US.utf-8)`) en tu terminal, por favor haz lo siguiente:
523
+
524
+
<details>
525
+
<summary>Generar la configuración regional<>/summary>
0 commit comments