The ping tag has no wiki summary.
2
votes
0answers
363 views
Network via ieee1394 is unreachable (PC and laptop)
I decided to connect my PC to the laptop via firewire. All interfaces are up, but no packets can be send/recieved.
I'm using Linux Slackware64-current (kernel 2.6.37.4)
Laptop (Dell Vostro 3700) has ...
1
vote
0answers
366 views
Quickly check whether many network hosts are up-and-running
Objective: check if a host is up-and-running on the network,
with a method that can be efficiently parallelized over many hosts.
Emphasis on a QUICK turnaround of the check.
Reason to emphasise ...
0
votes
0answers
55 views
cli cURL send pinging with the method “weblogUpdates.ping”
From answer here: http://unix.stackexchange.com/a/36455/17948
The cURL command is:
$ curl <target-pingservice-url> -d 'name=<your site name>' -d url=<your-url> -d rss=/rss.xml
...
0
votes
0answers
46 views
Send update ping to ping services in Terminal?
I want to send ping from http://www.mysite.com/rss.xml to http://rpc.pingomatic.com
Is there any way using terminal to achieve this?
0
votes
0answers
110 views
Host reachable via SSH from my desktop but not my laptop
I try to use ssh to log in to a remote host.
This works for my Ubuntu desktop, however, it fails from my Fedora 14 laptop.
The failure means after I type ssh username@host and pressed Enter, ...