Obligatory: Fuck Drake.
There are dozens of meme templates like this that you could have used instead
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo
in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Obligatory: Fuck Drake.
There are dozens of meme templates like this that you could have used instead
Jesus. If you see a kid with a balloon, do you have a burning need to tell them that there was probably exploitation involved in the harvesting of the rubber?
Also two random internet users in Korea and Germany, your IP addresses are blocked by mail server since I started getting phishing emails from your country.
ping g.co to test ipv6
ping 1.1
also works. It resolves to 1.0.0.1, which is Cloudflare's secondary DNS
For those who are still confused, ping works with 32 bit unsigned integers. While there certainly are more uses, it's a much more convenient method for storing IP address in a database as it's easier to sort and index than 4 numbers separated by 4 periods
http://www.aboutmyip.com/AboutMyXApp/IP2Integer.jsp?ipAddress=1.1.1.1
it's so simple!
ping -c 4 $(mysql -u frodo -p keepyoursecrets -D /home/pingtargets.db -se "SELECT ip FROM servers ORDER BY RAND() LIMIT 1;")
Or, if you're me,
$ ping 16843009
PING 16843009 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=53 time=4.06 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=53 time=4.04 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=53 time=4.05 ms ^C
***
16843009 ping statistics
***
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 4.044/4.053/4.062/0.007 ms
ping 2130706433 for best results
There's no place like home
Okay, I'm learning networking but have no idea what this means
interesting . . In my head, I think of ip addresses like just decimal values or integers separated by periods, but clearly a decimal value isn't processed as such by a computer. To think that IP addresses are simply strings is pretty interesting to my amateur mind, because for all my life I thought of them as technical computer jargon that isn't the same as what I used to think strings were: words!