Tagged Questions
0
votes
2answers
1k views
Ping for 4 times
Usually I use ping to check my internet connection. In windows, if I use:
ping google.com
I get only 4 information ping, but on Ubuntu, if I use that command, the ping can' stop until I stop it ...
1
vote
1answer
257 views
Why can't I ping “http:/ushou-appeng01/ufm/…”? [closed]
I am not able to ping http://ushou-appeng01/ufm/Firmware/packages in Kubuntu 10.04.
This link is accessed in my ltib file. When I tried to ping this link from the bash shell, it gave me a "Host Not ...
4
votes
1answer
2k views
How to command “Ping” display time and date of ping
When I ping I have this display:
> ping -i 4 www.google.fr
64 bytes from wi-in-f94.1e100.net (173.194.67.94): icmp_seq=503 ttl=46 time=45.5 ms
.......
.......
64 bytes from wi-in-f94.1e100.net ...
6
votes
3answers
1k views
how to detect a file over internet using ping or similar command?
I have a shell script to download some of my stuff over Internet. How can I know if a file exists over the Internet? Let's say I want to know if http://192.168.1.1/backup/01012011.zip exists or not? ...
2
votes
1answer
343 views
Can I use ping to see real time drop rates?
I'm pinging a server which is dropping packets. At the end of my ping I see something like:
100 packets transmitted, 85 received, 15% packet loss, time 100030ms
What I'd like to do is run my ping ...