Linux server to run hrefer/xrumer?

BLInsanity

Registered Member
Joined
May 19, 2010
Messages
63
Reaction score
10
Anyone ever try running hrefer or xrumer on a Linux server? I already have a pretty kick ass linux dedi. Thought about maybe installing a virtual instance of windows.

Anyone ever try something like that and have good success?​
 
You can see if your server's CPU supports real virtualisation with this command:

Code:
egrep '(svm|vmx)' /proc/cpuinfo

If it does, you're in luck. :)
 
Back
Top