Virtual machines

Giorgos Keramidas keramida at ceid.upatras.gr
Thu Jul 26 15:49:39 EEST 2007


On 2007-07-25 19:50, V13 <v13 at priest.com> wrote:
> On Tuesday 24 July 2007, Apollon Koutlidis wrote:
> > Apollon Koutlidis wrote:
> > > Antonios Christofides wrote:
> >
> > [σνιπ]
> >
> > >> 1. Είναι δυνατό να τρέξουν windows μέσα σε xen;
> > >
> > > Ναι αλλά μόνον εάν το μηχάνημα διαθέτει CPU με το Paravirtualization
> > > feature - μπορείς να το ελέγξεις εύκολα με ένα grep vmx /proc/cpuinfo
> >
> > διόρθωση: το vmx είναι για intel, σε AMD ψάχνεις για "svm". Οπότε το
> > maker-agnostic approach είναι:
> >
> > grep -e svm -e vmx /proc/cpuinfo
>
> <pendatic>
>
> grep -E 'svm|vmx' /proc/cpuinfo

<pedantic-old-bastard-mode>
Το 'pedantic' γράφεται ... uhm, 'pedantic', και το -E option δεν είναι
POSIX compatible, οπότε καλύτερα είναι με egrep(1):

    egrep -e 'foo|bar' file
</pedantic-old-bastard-mode>




More information about the Linux-greek-users mailing list