VIRTUALBOX NOTLARI ================== Debian Buster ile test edilmiştir. Install ======= ### /etc/apt/sources.list deb http://download.virtualbox.org/virtualbox/debian buster contrib ### Repo key wget https://www.virtualbox.org/download/oracle_vbox_2016.asc apt-key add oracle_vbox_2016.asc ### Install apt update apt-get install virtualbox-6.1 --install-recommends ### Extension pack Sadece bilgi için... Kurmaya gerek yok. cd /tmp VERSION=$(apt-cache show virtualbox-6.1 | grep Version | egrep -o "6.1[0-9.]*") wget https://download.virtualbox.org/virtualbox/$VERSION/Oracle_VM_VirtualBox_Extension_Pack-$VERSION.vbox-extpack VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-$VERSION.vbox-extpack VBoxManage list extpacks Konsol ====== ### Resize disk (only for VDI disk) VBoxManage modifyhd disk.vdi --resize 20480 veya menuden File -> Virtual Media Manager ### NAT network VBoxManage natnetwork add -t NETWORK_NAME -n "192.168.15.0/24" -e -dhcp on VBoxManage natnetwork list VBoxManage natnetwork remove --netname NETWORK_NAME veya menuden File -> Preferences -> Network ### Host-only network VBoxManage hostonlyif create VBoxManage hostonlyif remove vboxnet0 veya menuden File -> Host Network Manager Kaynaklar ========= https://wiki.debian.org/VirtualBox