I'm struggling to find a way to retrieve through Google a list of sites having Linux as their server operating system.
Actually, I'd like to be able to test the following command:
nmap -O www.....(website)
Through that command I should be able to know (roughly) if a specific site is running Linux or any other operating system (fingerprinting technique)
In a nutshell, I don't know of a site running Linux but I'd like to find one.
How would you go about it?
I tried to pick up a site and do some port scanning through nmap but I only got results showing Windows as OS.
It's just for study purposes.
Thanks a lot

nmap's f... manual! But be care with nmap's options! At all if you harm some public site by flooding or other, you'll be responsible! If for studying, U could build, than attack your own private server! – F. Hauri Dec 26 '12 at 9:18