Converting USB drive into VMDK
1. detect USB PhysicalDrive byC:\>WMIC diskdrive list > drive.txtSee ref.12. convert USB drive into vmdkC:\>VBoxManage.exe convertfromraw \\.\PhysicalDrive2 D:\VirtualMachines.vmdk --format vmdkSee ref.2
ref.1Converting USB drive into VMDK (Virtual Hard Disk) to attach it as a HDD for Virtual Machine in VirtualBox (2013/09/17)
ref.2 Convert a USB drive into a Virtual Machine HDD
virt-manager
https://tails.boum.org/doc/advanced_topics/virtualization/virt-manager/index.en.html#usb_image
「virt-manager is the only virtualization solution that we present that allows the use of a Persistent Storage.」
Is there a way to change window colors? It's so bright
https://www.reddit.com/r/tails/comments/brg3e6/is_there_a_way_to_change_window_colors_its_so/
# gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
You can easily switch to Adwaita Dark by running this from shell:
gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
To switch back, use following# gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita'
Tailsを導入した後にやっておきたいこと (2016/10/23)
「torrcを編集する」ほか
No comments:
Post a Comment