Main public logs
Appearance
Combined display of all available logs of ciappinopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:11, 11 August 2025 Admin talk contribs created page Vcn (Created page with "<syntaxhighlight lang='bash'> # Backup delle chiavi e config sulla macchina source sudo tar -cf backup_vcn.tar /etc/tinc/vcn # estrai la cartella sulla macchina target tar -xvf backup_vcn.tar # metti la cartella vcn nel posto giusto mv vcn /etc/tinc/ # rendi root l'owner sudo chown -R root:root /etc/tinc/vcn # dai i giusti permessi ai file e cartelle di vcn sudo chmod 755 /etc/tinc/vcn/ sudo chmod 644 /etc/tinc/vcn/tinc.conf sudo chmod 755 /etc/tinc/vcn/tinc-up sudo chm...")