The screen cord shows the guide to Fedora 19 " Schrödinger's Cat " Beta Installation on a Virtual Box.
जेनेरेशन गेप
1 month ago
....there is no end to improvement
Image courtesy : http://www.buzzquake.com/tag/brute-force-attacks/ |
yum groupinstall "Development Tools" "Development Libraries"
(Click on the image to enlarge) |
Click to Enlarge Image Courtesy : http://www.derkbraakman.com |
Click to Enlarge Image Courtesy : http://www.raspberrypi.org |
ping -c count | ping -c 10 | Specify the number of echo requests to send. |
Ping -d | ping -d | Set the SO_DEBUG option. |
Ping -f | ping -f | Flood ping. Sends another echo request immediately after receiving a reply to the last one. Only the super-user can use this option. |
Ping host | ping 121.4.3.2 | Specify the host name (or IP address) of computer to ping |
ping -i wait | ping -i 2 | Wait time. The number of seconds to wait between each ping |
ping -l preload | ping -l 4 | Sends "preload" packets one after another. |
Ping -n | ping -n | Numeric output, without host to symbolic name lookup. |
Ping -p pattern | ping -p ff00 | Ping Pattern. The example sends two bytes, one filled with ones, and one with zeros. |
Ping -q | ping -q | Quiet output. Only summary lines at startup and completion |
ping -r | ping -r | Direct Ping. Send to a host directly, without using routing tables. Returns an error if the host is not on a directly attached network. |
Ping -R | Ping -R | Record Route. Turns on route recording for the Echo Request packets, and display the route buffer on returned packets (ignored by many routers). |
ping -s PacketSize | ping -s 10 | Sets the packet size in number of bytes, which will result in a total packet size of PacketSize plus 8 extra bytes for the ICMP header |
ping -v | ping -v | Verbose Output. Lists individual ICMP packets, as well as Echo Responses |
(CLICK ON THE IMAGE TO ENLARGE) |