LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   ID Serve like software for Linux (https://www.linuxquestions.org/questions/linux-software-2/id-serve-like-software-for-linux-558470/)

iAlta 06-01-2007 08:29 PM

ID Serve like software for Linux
 
I stumbled upon ID Serve today and it seemed pretty cool, so I downloaded the (26k!) .exe and tried it under WINE, but it didn't work.

I then tried it on a Windows computer, and it's pretty cool.

It's fun seeing which servers the websites are running...


Anyways, I was wondering if there maybe is a Linux app that does the same thing.

Emerson 06-02-2007 01:51 PM

Code:

$ telnet www.linuxquestions.org 80
Trying 64.179.4.146...
Connected to www.linuxquestions.org.
Escape character is '^]'.
GET / HTTP/1.0

Date: Sat, 02 Jun 2007 18:47:19 GMT
Server: Apache
Location: http://www.linuxquestions.org/
Content-Length: 238
Connection: close
Content-Type: text/html; charset=iso-8859-1

As you see, a Linux user can use telnet him/herself. ;)

Or use http://news.netcraft.com/ :)

iAlta 06-02-2007 03:52 PM

Cool! Thanks.

Telnet is kinda slow, but maybe it's just my connection :p

EDIT: wget -S $URL

huwnet 06-03-2007 09:27 AM

For FFx / Iceweasel / Seamonkey:

http://livehttpheaders.mozdev.org/


All times are GMT -5. The time now is 10:53 PM.