|
|
|
@ -1,19 +1,18 @@
|
|
|
|
|
--- |
|
|
|
|
title: Qemu SSH tunnel |
|
|
|
|
updated: 2018-12-02 18:33 |
|
|
|
|
updated: 2019-08-11 19:35 |
|
|
|
|
tags: [qemu, vnc, ssh tunnel] |
|
|
|
|
description: How to use qemu via VNC and SSH |
|
|
|
|
--- |
|
|
|
|
|
|
|
|
|
*Please note that every step described here, except installations and file |
|
|
|
|
configurations have now been integrated directly in the QVM script. For this |
|
|
|
|
reason you should follow the instructions reported on the |
|
|
|
|
[readme file](https://github.com/frnmst/qvm/blob/master/README.md)* |
|
|
|
|
|
|
|
|
|
Hello readers, |
|
|
|
|
|
|
|
|
|
I was in need to run a virtual machine to do some experiments an `archiso` |
|
|
|
|
(sic) and `parabolaiso`. My `Intel(R) Core(TM)2 Quad CPU Q8200 @ |
|
|
|
|
I was in need to run a virtual machine to do some experiments on `archiso` |
|
|
|
|
(sic) and `parabolaiso`. |
|
|
|
|
|
|
|
|
|
<!--more--> |
|
|
|
|
|
|
|
|
|
My `Intel(R) Core(TM)2 Quad CPU Q8200 @ |
|
|
|
|
2.33GHz` PC desktop processor does not support virtualization technology which |
|
|
|
|
means that when I run a virtual machine it's very, very slow (barely usable). |
|
|
|
|
So I thought: why not use the home server which has newer hardware and |
|
|
|
@ -24,6 +23,11 @@ $ lscpu | grep Virtualization
|
|
|
|
|
Virtualization: VT-x |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
*Please note that every step described here, except installations and file |
|
|
|
|
configurations have now been integrated directly in the QVM script. For this |
|
|
|
|
reason you should follow the instructions reported on the |
|
|
|
|
[readme file](https://github.com/frnmst/qvm/blob/master/README.md)* |
|
|
|
|
|
|
|
|
|
Now, some time ago I've written a |
|
|
|
|
[simple script](https://github.com/frnmst/qvm) to handle my "QEMU needs", |
|
|
|
|
VirtualBox is not available on Parabola and I don't like the available QEMU |
|
|
|
|