Sep 5, 2020

Tails いろいろ

Converting USB drive into VMDK

1. detect USB PhysicalDrive by   
C:\>WMIC diskdrive list > drive.txt
See ref.1
2.  convert USB drive into vmdk
C:\>VBoxManage.exe convertfromraw \\.\PhysicalDrive2     D:\VirtualMachines.vmdk --format vmdk

See ref.2 

ref.1
Converting 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)

https://blog.cheena.net/32

「torrcを編集する」ほか

 

No comments: