virtualization

VMWare workstation - ova import not working

2022/07/06

When importing ova and/or ovf files, if Workstation does not give any error but does not import the file as well, try importing the file in VMWare Player. When you do that, you will see that if the …

virt-install with cloud-init

2022/02/09

If you have not heard about cloud-init then you should definately search for it and learn about cloud-config as well. You can find the documentation for cloud-config here. It is used for configuring …

Podman repositories on ubuntu like distros

2020/08/01

Recently I installed podman on ubuntu based dervative. I like podman a lot but to my distress I found that after installation, I was not able to search or run any containers. Found out that the …

Fix display size on libvirt/Qemu guest

2017/05/22

Lot of times I find myself of VM that does not correctly resize the screen display and that is literally nuisance. So, here is quick and dirty fix for this. First you need to find out information …

Install virtual machines in one line

2016/07/25

To install a VM from command line, you can use the following command. Change the required parameters as need but you need to change at-least CDROM iso image and disk-path.

Python script to manage virtual machines with python API for libvirt.

2016/07/04

Most of times I use virt-manager to manage VMs but sometimes, I have to manage VMs on other hosts over ssh when connected over VPN or while I am working remotely. GUI like virt-manager thus becomes …

Most simple and fast lightweight container with Fedora systemd

2016/04/15

If you need to have a quick bash shell in sandbox with not network as well, then the most simple command I could find so far is: sudo virt-sandbox -c lxc:/// /bin/bash For this you will need to have …

virsh – show ip address of all running VMs

2016/02/01

If you are using the libvirt and associated tools, then you must be aware about virt-manager. However this being a GUI tools, it is not possible to always use this. “virsh” is a good option for this. …

dnsmasq local name resolution with NetworkManager

2015/08/27

Network Manager suports starting dnsmasq which helps you have a local cache for DNS thus getting faster resolution for the DNS queries. Dnsmasq with netowrkmanager So, one thing that I have been …

docker search description truncated

2015/05/05

When you search with “docker search”, you would notice that the description of the image is truncated. Sometimes you want to see full description, to do so, you can use –no-trunc option. So, for …

apache in docker to serve local website

2015/01/05

I have some backup’s of website on my laptop, which I occasionally want to view. Now, I could have setup apache to serve them directly with VirtualHost or alias but wanted a better solution. So, …

qemu manager for Windows to run your linux distribution

2011/12/22

If you are into virtualization, then you must have heard about Qemu. And if you are on windows then this is a must: http://www.davereyn.co.uk/download.htm


This website uses cookies to ensure you get the best experience on our website. Learn more Got it