Code:
egrep '(vmx|svm)' /proc/cpuinfo
If you don't see any output, your CPU(s) has no hardware support for virtualisation.
But you haven't said what you want to do with it. If you just want to run some OS images under Linux, maybe check out
QEMU. You can find a simple guide to using it
here.