QEMU: Difference between revisions
m →Resources: List |
m →Command Line: _virtual_ servers |
||
| Line 88: | Line 88: | ||
===Command Line=== | ===Command Line=== | ||
This is actually a full terminal interface. It is good for remote servers, where you don't want to run X (too unstable) but you want to be able to log in with ssh to administer the system. This also lets you run full-screen text mode applications such as aptitude and Midnight Commander. Curses is named for the full-screen terminal cursor, which can be anywhere in a 24 × 80 field. | This is actually a full terminal interface. It is good for remote virtual servers, where you don't want to run X (too unstable) but you want to be able to log in with ssh to administer the system. This also lets you run full-screen text mode applications such as aptitude and Midnight Commander. Curses is named for the full-screen terminal cursor, which can be anywhere in a 24 × 80 field. | ||
$ kvm -m 512 -curses -hda hda.img | $ kvm -m 512 -curses -hda hda.img | ||