Sanallaştırma’ Kategorisi için Arşiv

Proxmox Update

Pazartesi, Aralık 23rd, 2019

nano /etc/apt/apt.conf.d/75pveconf

Change lines..!

Acquire::https::enterprise.proxmox.com::CaInfo "/etc/apt/pve-repo-ca-certificates.crt";
Acquire::https::enterprise.proxmox.com::Verify-Peer "false";

/etc/apt/sources.list.d/pve-enterprise.list

Need to change the line:

"deb https://enterprise.proxmox.com/debian jessie pve-enterprise"
to
"deb http://download.proxmox.com/debian jessie pve-no-subscription"

Komut Satırından DISKPART ile VHD Disk Oluşturma

Cuma, Mayıs 31st, 2019

DiskPart Uygulamasınız açıyoruz:

diskpart

40 GB diski oluşturuyoruz:

create vdisk file=C:\VHD\test.vhd maximum=40960 type=expandable
Yazının devamını oku »

VirtualBOX VDI Dosyasını VMDK ‘ya çevirme

Perşembe, Ekim 25th, 2018

& 'C:\Program Files\Oracle\VirtualBox\VBoxManage.exe' clonehd eXP.vdi eXP.vmdk --format vmdk

VirtualBOX Compact the Disk

Çarşamba, Ekim 10th, 2018
& 'C:\Program Files\Oracle\VirtualBox\VBoxManage.exe' modifymedium disk eXP.vdi --compact