mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
specify language before code blocks
This commit is contained in:
parent
d141b06747
commit
67c77c94f8
1 changed files with 12 additions and 12 deletions
|
@ -170,7 +170,7 @@ Selezionate l'hardware sul quale vuoi installare YunoHost:
|
|||
{% endif %}
|
||||
{% if wsl %}
|
||||
- Windows 10 o superiore
|
||||
- Diritti di amministratore
|
||||
- Diritti di amministratore
|
||||
- Windows Subsystem per Linux
|
||||
- *Raccomandato:* Windows Terminal (Preview) app, installato dal Microsoft Store. Assolutamente migliore del terminale standard poiché offre scorciatoie per le distribuzioni WSL.
|
||||
{% endif %}
|
||||
|
@ -179,7 +179,7 @@ Selezionate l'hardware sul quale vuoi installare YunoHost:
|
|||
{% if not virtualbox %}
|
||||
- Un cavo ethernet (RJ-45) per collegare il vostro server al router. {% if rpi012 %} (Oppure per un Rasperry Pi Zero: un cavo USB OTG o una chiavetta wifi) {% endif %}
|
||||
{% endif %}
|
||||
- Un computer per leggere questa guida, copiare l'immagine e accedere al vostro server.
|
||||
- Un computer per leggere questa guida, copiare l'immagine e accedere al vostro server.
|
||||
{% else %}
|
||||
- Un computer o uno smartphone per leggere questa guida e accedere al vostro server.
|
||||
{% endif %}
|
||||
|
@ -231,7 +231,7 @@ sudo apt dist-upgrade
|
|||
|
||||
Editate `/etc/wsl.conf` con le seguenti configurazioni:
|
||||
|
||||
```
|
||||
```text
|
||||
[network]
|
||||
generateHosts = false
|
||||
generateResolvConf = false
|
||||
|
@ -301,14 +301,14 @@ Avviate sempre il comando `genie -s` mentre avviate la vostra distribuzione.
|
|||
|
||||
Come detto sopra, non c'è la possibilità di usare dei rollback. Onde per cui è necessario esportare la vostra distribuzione appena installata. Comandi PowerShell:
|
||||
|
||||
```
|
||||
```bash
|
||||
cd ~
|
||||
wsl --export YunoHost .\WSL\YunoHost.tar.gz
|
||||
```
|
||||
|
||||
### In caso di crash cancellate e ripristinate la distribuzione intera
|
||||
|
||||
```
|
||||
```bash
|
||||
cd ~
|
||||
wsl --unregister YunoHost
|
||||
wsl --import YunoHost .\WSL\YunoHost .\WSL\YunoHost.tar.gz --version 2
|
||||
|
|
Loading…
Add table
Reference in a new issue