this post was submitted on 02 Nov 2023
28 points (96.7% liked)

Linux

47237 readers
3343 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Is it possible to copy paste with QEMU?

I'm running Arch on my machine with Kali in a QEMU VM and I'd like to copy paste between the two. How can this be done?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 10 months ago (1 children)

Just in case you are on a desktop and using qemu for local virtualisation, I would recommend you use virt-manager.

Besides that, set up spice or vnc daemons in the guests, as others have said.

Just in case You're virtualising Kali Linux, use their provided qemu image, you won't have to worry about it. If you don't know what Kali is, don't use it.

[–] [email protected] 2 points 10 months ago (1 children)

Thank you for the virt-manager recommendation. I'll look into it.

I did build Kali from their ISO but I'll give their provided image a try. I do know what Kali is and what it is used for. I'll be using it for TryHackMe labs.

[–] [email protected] 3 points 10 months ago (1 children)

Okay, so my guess was right. Don't bother setting things up manually, qemu and libvirt are hellishly complex. If you don't need something super special, use virt-manager.

Just use the provided qemu image on the Kali site, import it, and you're good to go. Don't worry about the other stuff.

Depending in your screen you might have to set a custom screen resolution, but if you're using something standard, xfce should automatically recognize everything.

A little tip: set up an ssh server on the VM and upload an ssh key, that way you can get a Kali she'll quickly from the comfort of your hosts terminal.

[–] [email protected] 2 points 10 months ago (1 children)

After some work, I got virt-manager up and running with kali. Copy and paste works! Thank you so much for your help!

[–] [email protected] 1 points 10 months ago

Sure, happy hacking