Category: Virtualization / KVM / VirtualBox / xenserver

CentOS7 setup virtualbox
07.02.2018

headless server: tested: 2018-10-17 on CentOS Linux 7.5 (Core) wget https://www.virtualbox.org/download/oracle_vbox.asc rpm –import oracle_vbox.asc cd /etc/yum.repos.d/ wget https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo yum update yum search virtualbox yum install VirtualBox-5.2.x86_64 # if you want/need usb 3.0 extension package wget https://download.virtualbox.org/virtualbox/5.2.20/Oracle_VM_VirtualBox_Extension_Pack-5.2.20.vbox-extpack VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-5.2.20.vbox-extpack […]

Docker
29.01.2018

who is who? concepts: docker is written in Google Go by Docker Inc, SanFrancisco because it does not emulate any hardware – it is a linux container / sandbox or jail like Free BSD Jail or Solaris Zones or OpenVZ so […]

VirtualBox under LinuxDebian – Hang Hung VM on Starting Virtual Machine
02.11.2017

this applies to: VirtualBox Version 5.1.8 r111374 (Qt5.3.2) hostnamectl Static hostname: DebianWorkstation Operating System: Debian GNU/Linux 8 (jessie) Kernel: Linux 3.16.0-4-686-pae Architecture: x86 the VMs hangs on startup with this screen: Solution: kill the vm then disable audio device… the […]

debian 9 stretch – howto setup docker container software
31.07.2017

What is docker? (src) Docker is the world’s leading software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated containers […]

10.06.2017

this seems to be a result of updating VirtualBox without updating the extension… the version of extension and VirtualBox need to match oterhwise this error. VERR_PDM_DEVHLPR3_VERSION_MISMATCH 0x80004005 download the extension matching your version of virtualbox http://download.virtualbox.org/virtualbox/5.1.22/Oracle_VM_VirtualBox_Extension_Pack-5.1.22-115126.vbox-extpack uninstall any older version […]

13.05.2017

E_INVALIDARG 0x80070057 Cannot register the DVD image ‘/usr/share/virtualbox/VBoxGuestAdditions.iso’ {b058bc48-c451-4cff-9db0-d01c70e99c28} because a CD/DVD image ‘/usr/share/virtualbox/VBoxGuestAdditions.iso’ with UUID {bb9b13c5-f90f-4589-b212-8b9e01f118f5} already exists. Solution: open the .VBOX file with wordpad: […] <DVDImages> <Image uuid=”{b058bc48-c451-4cff-9db0-d01c70e99c28}” location=”/usr/share/virtualbox/VBoxGuestAdditions.iso”/> […] Delete all entries between <DVDImages> and </DVDImages> lines. After deleting […]

07.05.2017

“The heart of the problem is that Hyper-V locks exclusivly the virtualization feature(s) VT-x of the CPU(s), and will not share them with other software. VirtualBox can be configured to play nice (as much as technically possible) but also require […]

Was macht eigentlich ORACLE?
28.01.2017

Jeder kennt Steve Jobs (now dead) – aber wer kennt schon “Larry” Ellison? 😀 Oracle hat 2010 die Firma “Sun Microsystem aufgekauft” und damit OpenSource Technologie wie Java, VirtualBox und MySQL eingekauft. Lawrence Joseph “Larry” Ellison (born August 17, 1944) […]

06.08.2016

check what version of debian you are running: uname -a; lsb_release -a; Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02) i686 GNU/Linux No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 8.5 (jessie) Release: 8.5 Codename: jessie 32bit […]

24.04.2016

  https://buy.storagecraft.com/StorageCraft-ShadowProtect-for-Small-Business-P150C30.aspx As you can see it pretty much looks like Acronis True Image… even the color Blue is similar. The compression is pretty good. a 7.21Gbyte Windows C Partition is downsized to 3.5 Gbyte in a full backup.   […]

Linux Host VirtualBox – how to mount a shared folder
25.01.2016

first you will have to share the folder (Machine -> Settings -> Shared Folders -> Click on the green Plus on the right side) # create mount point mkdir /media/host; # mounts the shared folder DATA mount -t vboxsf name_of_share […]

29.12.2015

this was tested on: Linux laptop (Core2Duo T2050) 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) i686 GNU/Linux [cc lang=”bash” escaped=”true” width=”600″] apt-get install linux-headers-$(uname -r); # install linux header files aptitude update; # aptitude can resolve conflicts better than apt alone […]

28.08.2015

Climate Change is affecting all of us. http://www.climateprediction.net/   https://youtu.be/vrYEh81O-Vs?t=552 -> “How do we get more detailed information?” Computer Simulation ->  http://www.ipcc-data.org/ Projects Since Climateprediction.net was launched the combined computing power of its users has allowed scientists to carry out […]