User contributions for Gabriele.vivinetto
Results for Gabriele.vivinetto talk block log uploads logs
A user with 7,587 edits.
3 July 2024
- 17:0217:02, 3 July 2024 diff hist +372 N Restore di un solo database da un dump mysqldump Created page with "Se si dispone di un dum mysql che contient tutti i database di una istanza, e si vuole far eil restore di uno solo: <code>mysql -u root -p --one-database destdbname < alldatabases.sql</code> == Riferimenti == * [https://stackoverflow.com/questions/2342356/import-single-database-from-all-databases-dump Import single database from --all-databases dump - Stack Overflow]" current Tag: Visual edit
- 17:0017:00, 3 July 2024 diff hist +54 m Mysql No edit summary Tag: Visual edit
2 July 2024
- 10:2210:22, 2 July 2024 diff hist +123 m Gestione PEC Aruba No edit summary current Tag: Visual edit
26 June 2024
- 09:0909:09, 26 June 2024 diff hist +100 m Migrazione da Owncloud a Nextcloud No edit summary current Tag: Visual edit
- 08:2008:20, 26 June 2024 diff hist +154 m Migrazione da Owncloud a Nextcloud No edit summary Tag: Visual edit
- 08:1608:16, 26 June 2024 diff hist +360 m Migrazione da Owncloud a Nextcloud No edit summary Tag: Visual edit
- 08:1308:13, 26 June 2024 diff hist +362 m Migrazione da Owncloud a Nextcloud No edit summary Tag: Visual edit
25 June 2024
- 17:0117:01, 25 June 2024 diff hist +558 N Consentire l'accesso solo da alcuni indirizzi IP e mostrare una pagina di cortesia agli altri con Nginx Proxy Manager Created page with "Attivare Impostare una pagina di manutenzione in caso un servizio non sia disponibile in Nginx Proxy Manager Nel Proxy host che si vuole gestire, creare la Custom Location Location = / Scheme = uguale al Forward Hostname / IP Forward Hostname / IP = uguale al Forward Hostname / IP Forward Port = uguale alla Forward Port Premere ingranaggio, ed incollare in Advan..." Tag: Visual edit
- 16:5716:57, 25 June 2024 diff hist +123 m Nginx No edit summary Tag: Visual edit
- 16:4516:45, 25 June 2024 diff hist +5,353 N Migrazione da Owncloud a Nextcloud Created page with "La migrazione è possibile da Owncloud 10.13 a Nextcloud 25, poi si aggiorna. La migrazione verrà fatta da una installazione in OS ad una con container Docker Usare il docker-compose.yml:<pre> services: nextcloud-cro-db: image: mariadb:10.6 container_name: nextcloud-cro-db restart: unless-stopped command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: - ./mysql:/var/lib/mysql - ./docker-entrypoint..." Tag: Visual edit
- 16:1916:19, 25 June 2024 diff hist +40 m Nextcloud No edit summary Tag: Visual edit
24 June 2024
- 14:0414:04, 24 June 2024 diff hist +4 m Upgrade di Moodle in modalità docker con immagine bitnami No edit summary current Tag: Visual edit
- 13:5813:58, 24 June 2024 diff hist −3 m Upgrade di Moodle in modalità docker con immagine bitnami No edit summary Tag: Visual edit
- 13:5713:57, 24 June 2024 diff hist +9 m Upgrade di Moodle in modalità docker con immagine bitnami No edit summary Tag: Visual edit
- 13:2813:28, 24 June 2024 diff hist +98 m Impostare una pagina di manutezione in caso un servizio non sia disponibile in Nginx Proxy Manager No edit summary current Tag: Visual edit
- 13:1813:18, 24 June 2024 diff hist +251 m Condividere la porta SSL 443 tra OpenVPn ed Apache No edit summary current Tag: Visual edit
21 June 2024
- 15:4615:46, 21 June 2024 diff hist +1,042 N Debug di connessioni reverse proxy per vedere gli header di una connessione Created page with "Se vogliamo vedere se Nginx manda gli header corretti per X-Forwarded-for, ad esempio, possiamo usare socat in ascolto al posto del backend di destinazione: socat -v TCP-LISTEN:8916 STDOUT Vediamo quindi:<pre> GET / HTTP/1.1 Host: www.example.com X-Forwarded-Scheme: https X-Forwarded-Proto: https X-Forwarded-For: 62.19.106.141 X-Real-IP: 62.19.106.141 user-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0 accept: text/html,application..." current Tag: Visual edit
- 15:4215:42, 21 June 2024 diff hist +81 m Nginx No edit summary Tag: Visual edit
- 15:3715:37, 21 June 2024 diff hist +131 N Elencare tutte le porte esposte dai container docker Created page with "<pre> ss -tulpn | grep docker | grep 0.0.0.0 | tr -s ' ' | cut -f 5 --delimiter=' ' | cut -f 2 --delimiter=':' | sort -n -u </pre>" Tag: Visual edit
- 15:3615:36, 21 June 2024 diff hist +374 N Elencare tutti gli indirizzi IP dei container docker Created page with "<pre> docker inspect $(docker ps -q ) \ --format='{{printf "%-50s" .Name}} {{range .NetworkSettings.Networks}}{{.IPAddress}} {{end}}' </pre> == Riferimenti == * [https://stackoverflow.com/questions/58764152/how-to-get-a-ip-addresses-for-all-docker-containers-from-the-host networking - How to get a IP addresses for all Docker containers from the host? - Stack Overflow]" Tag: Visual edit
- 15:3415:34, 21 June 2024 diff hist +116 m Docker No edit summary Tag: Visual edit
13 June 2024
- 20:1620:16, 13 June 2024 diff hist +404 m Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker No edit summary current Tag: Visual edit
- 19:3119:31, 13 June 2024 diff hist +810 m Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker No edit summary Tag: Visual edit
- 18:1918:19, 13 June 2024 diff hist +205 m Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker No edit summary Tag: Visual edit
- 13:3913:39, 13 June 2024 diff hist +653 m Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker No edit summary Tag: Visual edit
12 June 2024
- 19:0819:08, 12 June 2024 diff hist +2,452 N Aggiornamento di Zabbix da 6.4 a 7.0 con migrazione a PostgreSQL in Docker Created page with "<pre> apt update apt install pgloader wget sudo vim iputils-ping mkdir /tmp/zabbix-db-migration/ && cd $_ wget https://cdn.zabbix.com/zabbix/sources/stable/7.0/zabbix-7.0.0.tar.gz tar -zxvf zabbix-7.0.0.tar.gz cd /tmp/zabbix-db-migration/zabbix-7.0.0/database/postgresql/ grep -v 'ALTER TABLE ONLY' schema.sql | grep -v INSERT | grep -v 'CREATE INDEX' | grep -v 'CREATE UNIQUE INDEX' > /tmp/zabbix-db-migration/create_tables.sql sed -i '/create\ or\ replace\ function/,$d' /t..." Tag: Visual edit
- 19:0819:08, 12 June 2024 diff hist +80 m Zabbix No edit summary Tag: Visual edit
11 June 2024
- 16:2116:21, 11 June 2024 diff hist +261 N Monitoraggio di Proxmox Backup Server con Zabbix Created page with "{{Stub}} * [https://github.com/ismvru/zbx-tmplt-pbs ismvru/zbx-tmplt-pbs: Zabbix template for Proxmox backup server] * [https://github.com/nikosch86/zabbix-proxmox-backup-server nikosch86/zabbix-proxmox-backup-server: Zabbix Template for Proxmox Backup Server]" Tag: Visual edit
- 16:2116:21, 11 June 2024 diff hist +54 m Zabbix No edit summary Tag: Visual edit
- 16:2016:20, 11 June 2024 diff hist +688 N Scaricare una immagine disco da Proxmox Backup Server e convertirla Created page with "Si monta il disco della sessione di backup come loop device, poi si usa qemu-img convert per convertirla:<pre> proxmox-backup-client map "vm/115/2024-06-09T22:59:04Z" "drive-scsi0.img" --repository root@pam@localhost:BACKUP-CLOUD qemu-img convert -p -O vdi /dev/loop0 sda.vdi proxmox-backup-client unmap /dev/loop0 proxmox-backup-client map "vm/115/2024-06-09T22:59:04Z" "drive-scsi1.img" --repository root@pam@localhost:BACKUP-CLOUD qemu-img convert -p -O vdi /dev/loop0 sd..." current Tag: Visual edit
- 16:1416:14, 11 June 2024 diff hist +73 m Proxmox Backup Server No edit summary Tag: Visual edit
- 16:1116:11, 11 June 2024 diff hist +261 m Cancellare i Log Binary di mysql No edit summary current Tag: Visual edit
- 14:4714:47, 11 June 2024 diff hist +319 N Ottimizzare tutte le tabelle in un database MySQL Created page with "* Usare lo script <pre> #!/bin/bash for table in $(mysql -u root -proot_pwd -sss -e "select concat(table_schema,'.',table_name) from information_schema.tables where table_schema in ('mydatabasename') order by data_free desc;") do echo OPTIMIZE $table mysql -u root -proot_pwd -e "OPTIMIZE TABLE $table;" done </pre>" current Tag: Visual edit
- 14:4214:42, 11 June 2024 diff hist +55 m Mysql No edit summary Tag: Visual edit
10 June 2024
- 17:5017:50, 10 June 2024 diff hist −3 m Aggiungere una network separata per lo storage Ceph No edit summary current Tag: Visual edit
- 17:5017:50, 10 June 2024 diff hist +174 m Aggiungere una network separata per lo storage Ceph No edit summary Tag: Visual edit
- 12:5212:52, 10 June 2024 diff hist +582 N Il monitoraggio di un HP iLO in SNMP restituisce errore con status 3 Created page with "Se, nonostante lo status nella Web GUI di iLO, non ci siano errori, via SNMP Zabbix dice che lo status è errore, verificare: snmpwalk -c public -v1 mysqerver.example.com 1.3.6.1.4.1.232.6.1.3.0 iso.3.6.1.4.1.232.6.1.3.0 = INTEGER: 3 Occorre svuotare tutti i log da interfaccia web, e poi il valore SNMP torna a 2,q uello corretto. == Riferimenti == * [https://community.hpe.com/t5/proliant-servers-ml-dl-sl/snmp-system-health-value-from-snmp-is-different-from-real-ilo..." current Tag: Visual edit
- 12:4912:49, 10 June 2024 diff hist +74 m Zabbix No edit summary Tag: Visual edit
30 May 2024
- 11:5211:52, 30 May 2024 diff hist +118 m Proxmox non fa partire le VM con errore ipcc send rec failed No edit summary current Tag: Visual edit
21 May 2024
- 11:1811:18, 21 May 2024 diff hist +2 m Upgrade di Moodle in modalità docker con immagine bitnami No edit summary Tag: Visual edit: Switched
- 11:1711:17, 21 May 2024 diff hist +1,686 N Upgrade di Moodle in modalità docker con immagine bitnami Created page with "* Fermare l'istanza: docker compose down * Fare backup con tar di tutta la directory tar cvzf dir.tar.gz dir/ * Modificare il docker-compose.yml con i tag corretti dell'immagine e le eventuali modifiche prese da https://github.com/bitnami/containers/blob/main/bitnami/moodle/4.4/debian-12/docker-compose.yml * Avviare il container, che partirà con l'immagine aggiornata, ma i sorgenti php saranno ancora gli stessi: docker compose up * Entrare nell'immagine come ro..." Tag: Visual edit
- 10:5810:58, 21 May 2024 diff hist +80 N Moodle Created page with "<nowiki>*</nowiki>Upgrade di Moodle in modalità docker con immagine bitnami" Tag: Visual edit
- 10:5810:58, 21 May 2024 diff hist +12 m Misc →Web Applications Tag: Visual edit
16 May 2024
- 15:4815:48, 16 May 2024 diff hist +159 m Monitoraggio di PfSense con Zabbix No edit summary current Tag: Visual edit
22 April 2024
- 14:3614:36, 22 April 2024 diff hist +548 N Le VM Windows non fanno shutdown in Proxmox Created page with "Occorre attivare la relativa policy:<pre> Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "ShutdownWithoutLogon"=dword:00000001 </pre>Oppure Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options -> “Shutdown: Allow system to be shutdown without having to log on” to “Enabled”. == Riferimenti == * [https://www.stigviewer.com/stig/windows_7/2018-02..." current Tag: Visual edit
- 14:3414:34, 22 April 2024 diff hist +49 m Proxmox No edit summary Tag: Visual edit
19 April 2024
- 17:1917:19, 19 April 2024 diff hist +12 m Installazione di Samba 4.5 AD in Debian →Impostazioni shares generiche Tag: Visual edit
- 17:1817:18, 19 April 2024 diff hist +93 m Installazione di Samba 4.5 AD in Debian →Impostazioni shares generiche Tag: Visual edit
- 09:4209:42, 19 April 2024 diff hist +786 m Installazione di Samba 4.5 AD in Debian →Impostazione share utenti Tag: Visual edit
18 April 2024
- 14:5414:54, 18 April 2024 diff hist +3,064 N Convertire un'installazione Debian da Legacy BIOS a UEFI Created page with "=Riferimenti= *[https://gist.github.com/cjyar/cd5ea76a8692516767672ffc2883df92 Convert a disk from MBR to GPT+UEFI, in Linux. · GitHub] {{Stub}} Before starting, make sure you have a backup, and make sure to have a linux live boot ready to rescue your system. It’s easy to mess this up! <ol style="list-style-type: decimal;"> <li><p>Use gdisk to convert the partition table to GPT. > <code>gdisk /dev/sda</code></p></li> <li><p>Create the “BIOS boot” partition th..." Tag: Visual edit: Switched