Tagged Questions

2
votes
5answers
103 views

Looking for a nice way to detect if I am running in a Virtual Machine (Linux)

In VMs OS-provided real-time scheduling tends not to be reliable. For my application I'd like to be able to detect whether I am running on a VM or not (Linux-only). So I am looki …
1
vote
2answers
350 views

KVM and Linux wireless bridging?

I'm using KVM to run a Windows virtual machine on my Linux box. Networking is accomplished through a tap device, hooked into a bridged Ethernet device, which allows the Windows VM …
4
votes
6answers
2k views

KVM, Xen comparison

I have the following comparison questions of KVM, and Xen: Security (how different are KVM and Xen here?) Speed(I'm a long time user of VMWare Workstation but there I'd think the …
1
vote
1answer
81 views

How KVM (Kilo Virtual Machine) different from JVM(Java Virtual Machine) ?

I have basic idea on Kilo Virtual Machine on Mobiles , I have clear idea of how JVM works class loaders , Executable Engine,Method Area etc . Technically how KVM differs from …
1
vote
2answers
95 views

Should I choose KVM or OpenVZ for my VPS?

My VPS provider gives me the choice between KVM and OpenVZ. What is the best choice for a VPS with 128MB or 256MB RAM?
-2
votes
0answers
71 views

What is the best KVM virtualization management tool for caos linux? [closed]

I want to build a VM farm for my job. I have installed caos linux in order to acheive this goal. Do you know which KVM management tools are available? Is it possible to install oVi …
-1
votes
4answers
219 views

What software switcher (KVM) do you use for multi platform development?

I am mostly interested in developing for windows (primary) and a mac. I have a normal PC and a mac mini, and I want to be able to use a single keyboard, mouse and a monitor with b …
3
votes
5answers
754 views

Using laptop as a second programming monitor

The joys of multimonitor programming are countless, I think there are about 5 blog posts on Coding Horror on the topic alone! I often code in Windows on my main machine, and have m …
0
votes
0answers
94 views

host and kvm/qemu guest shared partition

¿It's possible to share a partition (or lvm volume) and using it at the same time between the host and the guest virtual machine? For example, if you have the /home in the /dev/s …
1
vote
4answers
302 views

kvm vs. vmware for kernel debugging / USB driver development

The title says it all. I'm currently setting up vmware Server 2.0 for kernel debugging with gdb ( see this setup guide ) and someone asked me why not use kvm? So I ask: kvm vs …
0
votes
1answer
106 views

IP KVMs / remote access to linux x11 session with no window-manager

Hello, can somebody recommend me good affordable IP KVM? Like Adder. Or some articles evaluating such KVMs? My project: Provide remote support to Linux (Fedora) based softwa …
2
votes
1answer
254 views

What’s the best USB switcher? (want to share mouse/keyboard/monitor between PC and mac) [closed]

I have a wireless keyboard, mouse, and a monitor (with DVI and VGA) that I want to share between two systems. Ideally, I'd prefer to just hit a keystroke (e.g. scroll-lock twice) …
0
votes
2answers
2k views

KVM/QEMU network TAP problems with libvirt

I'm trying to use libvirt with virsh to manage my kvm/qemu vms. The problem I have is with getting it to work with public IPs. The server is running ubuntu 8.04. libvirt keeps tr …
3
votes
1answer
291 views

How does one configure synergy to use multiple X11 screens (:0, :1, …)?

Configuring synergy for multiple computers, each with a single screen, is fairly easy. But it is not so obvious how to configure multiple X11 screens. For example, sys1, a minima …
2
votes
3answers
644 views

Get two linux boxes talking over a serial port

What is the best way to setup one linux box to listen on its serial port for incoming connections? I've done a lot of googling but I can't find the right combination of commands to …