giovedì 13 agosto 2020

Ventoy

 

In questo video vediamo come installare e utilizzare Ventoy, utilissimo e comodissimo strumento per avere più distribuzioni su una sola chiavetta, con ulteriori facilità di gestione (basta copiare la iso e selezionarla dal menu in fase di boot, senza dd e tool simili) e potendo comunque usare lo spazio libero per i propri dati.

  https://www.ventoy.net/en/index.html


Video:  Ventoy

 

Copiamo qui per comodità la parte più importante ovvero il suo utilizzo una volta scaricato:


    • For Linux

Download the installation package, like ventoy-x.x.xx-linux.tar.gz and decompress it.
Run the shell script as root sh Ventoy2Disk.sh { -i | -I | -u } /dev/XXX   XXX is the USB device, for example /dev/sdb.

Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
  CMD:
    -i   install ventoy to sdX (fail if disk already installed with ventoy)
    -I   force install ventoy to sdX (no matter installed or not)
    -u   update ventoy in sdX
    
  OPTION: (optional)
   -r SIZE_MB  preserve some space at the bottom of the disk (only for install)
   -s          enable secure boot support (default is disabled)
   -g          use GPT partition style, default is MBR style (only for install)

Attention that the USB drive will be formatted and all the data will be lost after install.
You just need to install Ventoy once, after that all the things needed is to copy the iso files to the USB.
You can also use it as a plain USB drive to store files and this will not affact Ventoy's function.

  • Copy ISO files

After the installation is complete, the USB drive will be divided into 2 partitions. The 1st partition was formated with exFAT filesystem (You can also reformat it manually with NTFS/FAT32/UDF/XFS/Ext2/3/4 ... See Notes). You just need to copy iso files to this partition. You can place the iso files any where. Ventoy will search all the directories and subdirectories recursively to find all the iso files and list them in the boot menu alphabetically. Also you use plugin configuration to tell Ventoy only to search for iso files in a fixed directory (and its subdirectories).
The full path of the iso file (directories,subdirectories and file name) could NOT contain space or non-ascii characters

  • Update Ventoy

If a new version of Ventoy is released, you can update it to the USB drive.
It should be noted that the upgrade operation is safe, all the files in the first partition will be unchanged.
Upgrade operation is in the same way with installation. Ventoy2Disk.exe and Ventoy2Disk.sh will prompt you for update if the USB drive already installed with Ventoy.

 

 

usare Git impostato su un server tor

Se abbiamo un repository su un server tor potrebbe sembrare impossibili fare clone push e pull del repository stesso in realta è molto piu...