fix lunghezza linee, piccoli adattamenti senso
This commit is contained in:
parent
ece00de672
commit
24ea2aa01e
21
book.md
21
book.md
|
@ -129,12 +129,13 @@ Poi compattare le cartelle di Thunderbird
|
|||
|
||||
Thunderbird: Menu > File > Compact Folders
|
||||
|
||||
Infine copiare il profilo da un pc all'altro, che si trova, a seconda, in
|
||||
Infine copiare il profilo da un pc all'altro. Il profilo si trova, a seconda
|
||||
per Gnu/Linux, MacOSX, WindowsXp, Windows7, in:
|
||||
|
||||
Linux: /home/tu/.thunderbird/[profile name]
|
||||
MacOSX: /Users/tu/Library/Thunderbird/Profiles/[profile name]/
|
||||
WindowsXP: C:\Documents and Settings\tu\Application Data\Thunderbird\Profiles
|
||||
Windows7: C:\Users\tu\AppData\Roaming\Thunderbird\Profiles\[profile name]
|
||||
/home/tu/.thunderbird/[nome profilo]
|
||||
/Users/tu/Library/Thunderbird/Profiles/[nome profilo]
|
||||
C:\Documents and Settings\tu\Application Data\Thunderbird\Profiles
|
||||
C:\Users\tu\AppData\Roaming\Thunderbird\Profiles\[nome profilo]
|
||||
|
||||
In caso di problema, far partire thunderbird con profile manager e sistemare:
|
||||
|
||||
|
@ -268,7 +269,7 @@ Verificare una firma
|
|||
|
||||
gpg --verify veracrypt-1.23-setup.tar.bz2.sig
|
||||
Good signature from "VeraCrypt Team"
|
||||
(Bene. Il warning indica solo che la chiave non è stata da noi firmata)
|
||||
(Bene. Il warning indica solo che non ho firmato la chiave)
|
||||
|
||||
*Non è necessario firmare una chiave per usarla. Firmarla serve a ricordare (e nel caso si
|
||||
usi il web of trust, a dichiararlo al mondo) che ci si fida di quella chiave. È giusto
|
||||
|
@ -320,7 +321,9 @@ Installare e configurare Nextcloud (con mariadb, apache2, php7, ufw e fail2ban)
|
|||
o un Pc, con già Debian 9
|
||||
|
||||
apt-get install curl
|
||||
curl -sSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh | bash
|
||||
|
||||
curl -sSL https://raw.githubusercontent.com/ \
|
||||
nextcloud/nextcloudpi/master/install.sh | bash
|
||||
|
||||
Conservare le password e seguire le info di post installazione
|
||||
|
||||
|
@ -359,8 +362,8 @@ questo esempio chiamato *tu*
|
|||
|
||||
Nei giorni successivi usare stesso comando per eseguire un backup incrementale
|
||||
|
||||
duplicity --use-agent --encrypt-sign-key [Key-ID] --exclude ~/Downloads \
|
||||
$HOME/ sftp://tu@pc//home/tu/backup
|
||||
duplicity --use-agent --encrypt-sign-key [Key-ID] \
|
||||
--exclude ~/Downloads $HOME/ sftp://tu@pc//home/tu/backup
|
||||
|
||||
Verificare il backup
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user