mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2026-01-10 15:24:22 +01:00
29 lines
788 B
Plaintext
29 lines
788 B
Plaintext
Download the working Ubuntu18.04.01LTS image:
|
|
https://mega.nz/#F!JQ1S1KqT!nDiX3p9aCY-8DUvvmf-_mw
|
|
|
|
|
|
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/.
|