New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Hide redirects

7 November 2025

  • 14:5114:51, 7 November 2025 Attivare phpinfo in Nextcloud (hist | edit) [416 bytes] Gabriele.vivinetto (talk | contribs) (Created page with "Da NC 28 è possibile attivare una pagina phpinfo ad accesso autenticato raggiungibile da Administration Settings / System lanciando: ./occ config:app:set --value=yes serverinfo phpinfo == Riferimenti == * [https://docs.nextcloud.com/server/latest/admin_manual/issues/general_troubleshooting.html#php-version-and-information General troubleshooting — Nextcloud latest Administration Manual latest documentation]") Tag: Visual edit

3 November 2025

  • 09:5309:53, 3 November 2025 In Docker non funziona l'healthcheck di MariaDB (hist | edit) [1,675 bytes] Gabriele.vivinetto (talk | contribs) (Created page with "Se l'healthcheck non funziona e se si prova da shell del container, e à errore:<pre> healthcheck.sh --connect --innodb_initialized ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) </pre>Il problema è che il database è stato creato con una vecchia versione di mysql o mariadb, e non ha la configurazione corretta per eseguire il check. In particolare, ma...") Tag: Visual edit

24 October 2025

21 October 2025

9 October 2025

  • 16:5416:54, 9 October 2025 Conversione da Windows Home a Professional (hist | edit) [896 bytes] Gabriele.vivinetto (talk | contribs) (Created page with "For those who already have an active installation (post OOBE), I just ran <code>slui.exe /upk</code> followed by <code>changepk.exe /ProductKey VK7JG-NPHTM-C97JM-9MPGT-3V66T</code> and Windows automically started the upgrade from Windows 11 Home to Windows 11 Pro. (For reference, I had activated Win 11 Home using HWID activation using Microsoft Activation Scripts on github, for free, than later sometime ran above said commands. If above fails, try activating first...") Tag: Visual edit

2 October 2025

26 September 2025

  • 08:1808:18, 26 September 2025 Monitoraggio di un Proxy Zabbix (hist | edit) [485 bytes] Gabriele.vivinetto (talk | contribs) (Created page with "== Monitoraggio di un proxy remoto == Il proxy <code>proxy.example.com</code> esposto su Internet sulla porta <code>10051</code> Sul server <code>monitoring.example.com</code> definire l'host pubblico. ed assegnargli il template <code>Remote Zabbix proxy health</code>. Impostare le Macro: * {$ZABBIX.PROXY.ADDRESS} = proxy.example.com * {$ZABBIX.PROXY.PORT} = 10051 Nella configurazione del proxy remoto, impostare il paramento: <code>StatsAllowedIP=monitoring.example....") Tag: Visual edit

19 September 2025

18 September 2025

  • 08:4108:41, 18 September 2025 Restore di un nodo cluster Proxmox VE (hist | edit) [832 bytes] Gabriele.vivinetto (talk | contribs) (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...") Tag: Visual edit

16 July 2025