mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-24 07:04:18 +01:00
26 lines
710 B
Plaintext
26 lines
710 B
Plaintext
Ubuntu18.04.01LTS image
|
|
unzip the .vdi to use with Virtualbox
|
|
|
|
username: buidl
|
|
password: bootcamp
|
|
|
|
Installed and working:
|
|
git
|
|
cloned github.com/justinmoon/digital-cash/
|
|
pip
|
|
venv
|
|
digital-cash/requirements.txt
|
|
docker
|
|
docker-compose
|
|
VisualStudio Code
|
|
|
|
|
|
To convert to a RAW image:
|
|
in Windows with VirtualBox installed, run this in Command Prompt (cmd.exe) or PowerShell:
|
|
`"C:\Program_Files\Oracle\VirtualBox\VBoxManage.exe" clonehd --format RAW Ubuntu18.04.01LTS.vdi RAW_Image_to_disk.img`
|
|
in Linux bash:
|
|
`VBoxManage clonehd --format RAW Ubuntu18.04.01LTS.vdi RAW_Image_to_disk.img`
|
|
|
|
|
|
The .img can be written to HDD/SSD/USBDrive with http://www.hddguru.com/software/HDD-Raw-Copy-Tool/.
|