Grab Your External IP on Local Server
$ curl ifconfig.me 205.123.111.222 $ dig +short myip.opendns.com @resolver1.opendns.com 205.123.111.222 $ curl -s http://checkip.dyndns.org/ | grep -o ".]\+" 205.123.111.222 $...
$ curl ifconfig.me 205.123.111.222 $ dig +short myip.opendns.com @resolver1.opendns.com 205.123.111.222 $ curl -s http://checkip.dyndns.org/ | grep -o ".]\+" 205.123.111.222 $...
From our friends at Illumina Filmworks: Whether it’s video production, web or print, photography has always been an integral part...
An issue with php70-php-fpm Perl PCRE causing some segfaults every once in a while. Current pcre/jit details from phpinfo: #...
L4 or L7 for Load balancing? For web services, go the L7 route and route all the traffic through the...
System Architecture for Scaling Virtual Environment All traffic should have ssl certs installed for each domain at nginx level. Nginx...