WARNING! WARNING! WARNING! BACKUP BEFORE UPDATING ANYTHING! it is also recommended, to do extensive testing of updates on a 1:1 test-system before updating production! while security is important so is speed/availability/uptime/downtime. upgrades especially of kernel and virtualbox need to be […]
there are a lot of service providers where you can rent a virtual server… for example: hetzner, for 3€ per Month you would get 1x CPU core and 2GB of RAM, instead of VPS they also call it “cloud”, it […]
host: hostnamectl Static hostname: CentOS1.localdomain Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 4.14.12 Architecture: x86-64 vboxmanage -v 5.2.6r120293 1. shutdown the guest VM (Windows 7 64Bit) 2. make sure in the settings you have usb […]
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 […]
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 […]
update: gaming inside kvm vm on GNU Linux host? YES! but TWO (2x) GPUs / dedicated grafix cards are needed! (or one one onboard gpu and one PCIE dedicated GPU card) “QEMU/KVM VGA PCI Pass-Through of a dedicated AMD Radeon […]
Update: as of 2019-01 and CentOS 7.6 the below setup may fail by now, for those reasons… BUT you CAN compile the latest kernel and all modules yourself (DON’T BE SHOCKED! YOU CAN DO IT! IT’S NOT ROCKET SIENCE!… just […]
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 […]
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 […]
who can store more bytes? i created 10GByte partitions for each filesystem. df -TH Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 505M 0 505M 0% /dev tmpfs tmpfs 104M 5.1M 99M 5% /run /dev/sda1 ext4 133G 34G […]
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 […]
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 […]
if ssh server is up and secured, it is possible to do so much more with ssh like secure file-transfer of large files (SFTP via FileZilla) or even forward the graphical output of a server-application locally (only that window, not […]
“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 […]
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) […]
right away… as you can see in the logs… it kind of get’s stuck during 00:00:00.810858 Audio: Initializing PulseAudio driver so it has something to do with the Audio-translation from Windows-Guest to Linux-Host. This could also have to do with […]
If you get this error: “VERR_PDM_NO_USB_PORTS” it might be MISSING DRIVERS ON THE GUEST SIDE! 😀 (do NOT blame Oracle or Virtualbox for that) this is how one might get one’s USB Devices to be detected by the Windows Guest […]
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 […]
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. […]
sudo bash; # become root vmware-installer -u vmware-workstation; # start uninstaller Click Next to begin uninstalling Workstation.
the best about samba: hint: this guide is a bit old but (should) still work with Debian 10 (untested!) thanks for samba, it provides users with a fast (of course depends also on harddisk speed) rock-solid no-limit-to-maximum-users file-server for maximum […]
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 […]
this happened while migrating an important VM from Windows Host to Linux host. What i did was i created a new VM with WinXP SP3 properties and manually added the harddisk of the VM that was moved between hosts. Make […]
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 […]
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 […]
before i watch windows boot… i rather watch trees grow….did i mention that lxde can boot up in 10seconds? but does it work? With XP no… multiple crashes etc. pp.
i have the following problem… since i updated VirtualBox to 4.3.30, using USB 2.0 will make the VM crash. so i thought, maybe i should update the “extension pack” responsible for giving the VM USB 2.0 support also an upgrade […]
usually it works like this… the user sets upa Template (like basic WindowsXXX or Linux installation) and clone this template for various purposes (spezialize on…). in KVM it looks like this: su – root virt-clone –connect=qemu:///system –original CloneThisVM –name NameOfClone […]
“Error starting domain: internal error Network ‘default’ is not active.” how to permanently fix it: su – root; # become root virsh net-start default virsh net-autostart default Details: Error starting domain: Requested operation is not valid: network ‘default’ is not […]
Posted on October 4, 2014 by Dan Nanni Leave a comment source: http://ask.xmodulo.com/change-default-location-libvirt-vm-images.html Question: I am using libvirt and virt-manager to create VMs on my Linux system. I noticed that the VM images are stored in /var/lib/libvirt/images directory. Is there […]