Sunday, March 17, 2019

Dynamic DNS


FQDN (Fully Qualified Domain Name)

  • Pc name: "deb"
  • Domain name: "bar.com"
O FQDN is: "deb.bar.com."


Alternatives

[1] http://neorouter.com/products-nrfree

No comments:

PostgreSQL json fields

select name->'es_PE',* from product_template where name->>'es_PE' like '%MEGACI%'   References: [1] https:/...