Категория Лични

PHP 7.3 Performance Benchmarks

Some fresh benchmarks over the past day on PHP 5.5.38, PHP 5.6.38, PHP 7.0.32, PHP 7.1.24, PHP 7.2.13, and the PHP 7.3.0 release. PHP 7.3 is just shy of 10% faster than PHP 7.2 in the popular PHPBench. PHP 7.3…

Installing and Testing the Gutenberg Editor

The goal of this new editor is to make adding rich content to WordPress simple and enjoyable. This whole post is composed of pieces of content—somewhat similar to LEGO bricks—that you can move around and interact with. Move your cursor…

How to serve multiple search domains from Cisco IOS DHCP server?

Source – The expected [code language=“plain“]ip dhcp pool host.net.example.com option 119 ascii net.example.com,example.com[/code] doesn’t work. So you need to encode search domains in hex using following example script written in Python: [code language=“python“]#!/usr/bin/env python import syshexlist = []for domain…

Be careful with isc-bind 9.13.1

Removed Features named can no longer use the EDNS CLIENT-SUBNET option for view selection. In its existing form, the authoritative ECS feature was not fully RFC-compliant, and could not realistically have been deployed in production for an authoritative server; its…

DualStack/tcp46 web and mail server

You can verify it via commands dig www.ostreff.info AAAA traceroute6 www.ostreff.info curl -6 www.ostreff.info   It’s funny to see that in ipv6 worlds my site is 6 hop away. In ipv4 it’s 7 hops away.   Jordan-Ostreffs-MBP:~ jostreff$ traceroute6 www.ostreff.info…