User contributions for Gabriele.vivinetto
Results for Gabriele.vivinetto talk block log uploads logs
A user with 7,587 edits.
22 September 2025
- 09:1609:16, 22 September 2025 diff hist +2 m Installazione di un agent Zabbix →Debian >=9 Stretch Tags: Reverted Visual edit
- 09:0809:08, 22 September 2025 diff hist −2 m Installazione di un agent Zabbix →Agent2 Tag: Visual edit
19 September 2025
- 17:4717:47, 19 September 2025 diff hist +170 m Docker impedisce il routing su una macchina No edit summary current Tag: Visual edit
- 17:3317:33, 19 September 2025 diff hist +41 m Docker impedisce il routing su una macchina No edit summary Tag: Visual edit
- 17:2917:29, 19 September 2025 diff hist −2 m Docker impedisce il routing su una macchina No edit summary Tag: Visual edit
- 17:2917:29, 19 September 2025 diff hist +431 N Docker impedisce il routing su una macchina Created page with "Docker di default imposta la policy della chain FORWARD a DROP, quindi non funziona il routing. Per abilitarlo vi /etc/default/docker <pre> # ... DOCKER_OPTS="--ip-forward-no-drop"§ # .. </pre> systemctl restart docker.service == Riferimenti == * [https://serverfault.com/questions/1005648/docker-changes-iptables-forward-policy-to-drop amazon web services - Docker changes IPtables FORWARD policy to DROP - Server Fault]" Tag: Visual edit
- 17:2617:26, 19 September 2025 diff hist +49 m Docker No edit summary current Tag: Visual edit
- 17:0017:00, 19 September 2025 diff hist +9,990 m Aggiornamento da Debian 12 Bookworm a Debian 13 Trixie No edit summary Tag: Visual edit
- 16:4516:45, 19 September 2025 diff hist +195 m Aggiornamento da Debian 12 Bookworm a Debian 13 Trixie No edit summary Tag: Visual edit
- 10:4210:42, 19 September 2025 diff hist +199 m Aggiornamento da Debian 12 Bookworm a Debian 13 Trixie No edit summary Tag: Visual edit
- 10:1310:13, 19 September 2025 diff hist +1,259 N Aggiornamento da Debian 12 Bookworm a Debian 13 Trixie Created page with "* Aggiornare agli ultimi pacchetti Booworm apt autoremove --purge && apt update && apt dist-upgrade && apt clean * Se è presente Zabbix agent o proxy, installare il release file di Zabbix 7 (non c'è Zabbix 6.4): <pre> cd /tmp wget https://repo.zabbix.com/zabbix/7.0/debian/pool/main/z/zabbix-release/zabbix-release_latest_7.0+debian13_all.deb dpkg -i zabbix-release_latest_7.0+debian13_all.deb </pre> * Se è presente Proxmox Backup Client, installare la key e ridefin..." Tag: Visual edit
- 10:0410:04, 19 September 2025 diff hist +60 N Trixie Created page with "* Aggiornamento da Debian 12 Bookworm a Debian 13 Trixie" current Tag: Visual edit
- 10:0410:04, 19 September 2025 diff hist +12 m Debian No edit summary Tag: Visual edit
- 09:5809:58, 19 September 2025 diff hist +347 m Gestione di un Repository APT multi distribuzione con reprepro No edit summary Tag: Visual edit
18 September 2025
- 08:4108:41, 18 September 2025 diff hist +832 N Restore di un nodo cluster Proxmox VE Created page with "Se esistono altri nodi, occorre predisporre il mountpoint /etc/pve vuoto. Se mancano dei pacchetti, andare su un altro nodo:<pre> cd /tmp cat /etc/apt/sources.list /etc/apt/sources.list.d >sources.list dpkg --get-selections >selections.list apt-mark showauto >auto.list </pre> Andare sul nodo restorato:<pre> cd /tmp scp mynode01.example.com:/tmp/*.list . cp sources.list /etc/apt/ apt-get update /usr/lib/dpkg/methods/apt/update /var/lib/dpkg/ dpkg --set-selections <sel..." current Tag: Visual edit
- 08:0408:04, 18 September 2025 diff hist +43 m Proxmox Backup Server No edit summary Tag: Visual edit
16 July 2025
- 10:0010:00, 16 July 2025 diff hist +256 m Restore di files da command line di una VM con Proxmox Backup Server No edit summary Tag: Visual edit
- 08:5408:54, 16 July 2025 diff hist +220 m Restore di files da command line di una VM con Proxmox Backup Server No edit summary Tag: Visual edit
- 08:4408:44, 16 July 2025 diff hist +1,409 N Restore di files da command line di una VM con Proxmox Backup Server Created page with "Da GUI l'unico modo è scaricare manualmente lo zip e poi caricarlo sulla VM. Se invece si vuole fare da command line, è possibile montare l'immagine del disco di backup come loop e poi montare l'eventuale LVM con gutestmount (monatarlo direttamente è più complicato) * Sul server PBS istallare i tools (si, tanta roba, ma poi si fa autoremove): apt install libguestfs-tools * Verificare: lsblk <pre> NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS loop0..." Tag: Visual edit
- 08:3508:35, 16 July 2025 diff hist +74 m Proxmox Backup Server No edit summary Tag: Visual edit
2 July 2025
- 15:0215:02, 2 July 2025 diff hist +207 N Dopo l'aggiornamento a Pfsense 2.8 Squid non parte più Created page with " mv /usr/lib/libc++.so.1 /root restart squid == Riferimenti == * [https://forum.netgate.com/topic/197828/squid-dowsn-t-run-after-upgrade-to-2-8-0/4 Squid dowsn't run after upgrade to 2.8.0 | Netgate Forum]" current Tag: Visual edit
- 15:0115:01, 2 July 2025 diff hist +61 m Pfsense No edit summary Tag: Visual edit
24 June 2025
- 15:5315:53, 24 June 2025 diff hist +60 m Clonare correttamente un VM Linux per evitare doppioni di MAC address No edit summary current Tag: Visual edit
- 15:5215:52, 24 June 2025 diff hist +4 m Clonare correttamente un VM Linux per evitare doppioni di MAC address →Machine-Id Tag: Visual edit
18 June 2025
- 09:2109:21, 18 June 2025 diff hist +497 N Remmina non riesce a collegarsi a sessione con SSH Tunnel Created page with "Se alla connessione si ricevono errori relativi alle permission sulle chiavi SSH, il problem aè in Apparmor. Disabilitarlo per remmina: <code>sudo ln -s /etc/apparmor.d/remmina /etc/apparmor.d/disable/</code> <code>sudo apparmor_parser -R /etc/apparmor.d/remmina</code> == Riferimenti == * [https://askubuntu.com/questions/1546857/problem-getting-remmina-1-4-39-working-on-new-install-of-ubuntu-25-04 rdp - Problem getting remmina 1.4.39 working on new install of Ubun..." current Tag: Visual edit
- 09:1809:18, 18 June 2025 diff hist +63 m Remmina No edit summary current Tag: Visual edit
12 June 2025
- 11:2211:22, 12 June 2025 diff hist +777 N Accedere a webmin tramite un reverse proxy Created page with "Se si usa Nginx Proxy Manager e si configura un Host che punta a https://webmin.example.com:10000 * Edit /etc/webmin/config file and add the following line: referers=webmin.example.com * Edit /etc/webmin/miniserv.conf file, add the following lines and restart Webmin afterwards by calling /etc/webmin/restart command: redirect_ssl=1 redirect_host=webmin.example.com * Edit /etc/webmin/xterm/config file and add the following line: host=webmin.example.com..." current Tag: Visual edit
- 11:1811:18, 12 June 2025 diff hist +48 m Webmin No edit summary current Tag: Visual edit
22 May 2025
- 12:5612:56, 22 May 2025 diff hist −18 m Elencare tutti gli indirizzi IP dei container docker No edit summary current Tag: Visual edit
- 12:4912:49, 22 May 2025 diff hist +295 m Elencare tutti gli indirizzi IP dei container docker No edit summary Tag: Visual edit
- 07:4007:40, 22 May 2025 diff hist +172 N Aggiornamento di SQL Server Created page with "È possibile aggiornare in place una versione di SQL con una successiva anche di una edizione superiore, ma della stessa lingua. Lanciare il setup e seguire le istruzioni." current Tag: Visual edit
- 07:3607:36, 22 May 2025 diff hist +33 N SQLServer Created page with "* Aggiornamento di SQL Server" Tag: Visual edit
- 07:3507:35, 22 May 2025 diff hist +15 m Microsoft No edit summary Tag: Visual edit
9 May 2025
- 15:3815:38, 9 May 2025 diff hist +372 m Gazie →Personalizzazione layout Fattura XML current Tag: Visual edit
31 March 2025
- 12:5912:59, 31 March 2025 diff hist +306 m Backup di Host Fisici con PBS →Debian 11 Bullseye current Tag: Visual edit
21 March 2025
- 21:5821:58, 21 March 2025 diff hist +131 m Script per impostare le permission delle share utenti in samba No edit summary current Tag: Visual edit
- 21:2421:24, 21 March 2025 diff hist +20 m Script per impostare le permission delle share utenti in samba No edit summary Tag: Visual edit
26 February 2025
- 17:2717:27, 26 February 2025 diff hist +279 m Script per impostare le permission delle share utenti in samba No edit summary Tag: Visual edit
- 11:3111:31, 26 February 2025 diff hist +2,103 m Script per impostare le permission delle share utenti in samba No edit summary Tag: Visual edit
25 February 2025
- 16:1516:15, 25 February 2025 diff hist +692 N Script per impostare le permission delle share utenti in samba Created page with "Se si hanno le directory corrispondenti agli username, e si vogliono impostare le permission delle share, usare:<pre> #!/bin/bash DOMAIN=EXAMPLE REALM=ad.example.com touch /tmp/errors.txt rm -f errors.txt for DIR in * do echo $DIR chown -R ${DOMAIN}\\${DIR}:${DOMAIN}\\Domain\ Users $DIR 2>&1 > /dev/null || echo "$DIR" >> /tmp/errors.txt samba-tool ntacl set "O:$(wbinfo --name-to-sid ${DIR}@a$REALM | cut -f 1 --delimiter=' ')G:DUD:(A;;0x001f01ff;;;$(wbinfo --name-to-s..." Tag: Visual edit
- 16:1316:13, 25 February 2025 diff hist +68 m Samba No edit summary Tag: Visual edit
- 10:5010:50, 25 February 2025 diff hist +24 m Installazione di Samba 4.5 AD in Debian →Testing the Winbindd Connectivity current Tag: Visual edit
14 February 2025
- 14:1014:10, 14 February 2025 diff hist +31 m Installazione di Samba 4.5 AD in Debian →Time sync Server su DC Tag: Visual edit
- 14:0314:03, 14 February 2025 diff hist +681 m Installazione di Samba 4.5 AD in Debian →Time sync Server and Client Tag: Visual edit
12 February 2025
- 11:3111:31, 12 February 2025 diff hist +219 m Configurazione automatica del proxy →Riferimenti current Tag: Visual edit
5 February 2025
- 15:1215:12, 5 February 2025 diff hist +3,659 N Autenticazione su server AD in Proxmox Created page with "== Configurazione REALM == La prima parte consente di creare il servizio di autenticazione. Può essere sufficiente, se poi si creano gli utenti in Proxmox manualmente. * Predisporre un'utenza senza privilegi per il binding in AD, ad esempio con username '''ldapsvc''' nel container Users. '''ATTENZIONE''': il nome mostrato nella snaping mmc deve essere ldapsvc non la descrizione. Nel caso rinominarlo con F2. * In proxmox definire il REALM di autenticazione: ** Authentic..." current Tag: Visual edit
- 14:4514:45, 5 February 2025 diff hist +44 m Proxmox No edit summary current Tag: Visual edit
- 13:3113:31, 5 February 2025 diff hist +321 m Gestione di account Linux su AD con SSSD No edit summary current Tag: Visual edit
- 12:0312:03, 5 February 2025 diff hist +1,938 m Gestione di account Linux su AD con SSSD No edit summary Tag: Visual edit
- 10:3010:30, 5 February 2025 diff hist +414 N Gestione di account Linux su AD con SSSD Created page with "Se si dispone di un dominio AD ad.example.com, è possibile gestire gli utenti locali Linux: * facendoli autenticare sul dominio AD * consentendo l'accesso solo ad utenzse appartenenti ad un determinato gruppo AD * gestendo le chiavi SSH come attributi AD. == Installazione pacchetti == * Installare: apt install sssd adcli realmd oddjob oddjob-mkhomedir sssd-tools sssd libnss-sss libpam-sss adcli packagekit" Tag: Visual edit