No Image

MySQL Router 2.0

2016-03-03 KENNETH 0

MySQL Router 2.0 MySQL Router 2.0 (2.0.3 GA, published on Thursday, 03 Mar 2016) Source: MySQL Router 2.0

No Image

DROWN Vulnerability CVE-2016-0800 in OpenSSL Misses Most NGINX Users

2016-03-03 KENNETH 0

DROWN Vulnerability CVE-2016-0800 in OpenSSL Misses Most NGINX Users A new OpenSSL vulnerability (CVE-2016-0800), called DROWN, was recently announced. It affects older versions of several widely-used server technologies: SSLv2, an old version of the Secure Sockets Layer protocol. Most up-to-date websites don’t use SSL at all, having moved to TLS (Transport Layer Security) IIS v7. An older version of Microsoft Internet Information Services NSS 3.13. Network Security Services, a widely used cryptographic library The DROWN vulnerability is described on the dedicated website, The DROWN Attack. It stands for Decrypting RSA with Obsolete and Weakened eNcryption, and makes vulnerable websites susceptible to man-in-the-middle attacks. DROWN is unusual in that it does not require a site to actively use SSLv2 or other vulnerable protocols. A site is vulnerable if it supports one of the vulnerable protocols or shares a private key with [ more… ]

No Image

Taking the new MySQL 5.7 JSON features for a test drive

2016-03-03 KENNETH 0

Taking the new MySQL 5.7 JSON features for a test drive MySQL 5.7 introduces both a new native JSON datatype, and a set of SQL functions to be able to manipulate and search data in a very natural way on the server-side. Today I wanted to show a simple of example of these features in action using sample data from SF OpenData.… Source: Taking the new MySQL 5.7 JSON features for a test drive

AWS Well-Architected Framework 한국어 백서 공개

2016-03-02 KENNETH 0

AWS Well-Architected Framework 한국어 백서 공개 여러분이 애플리케이션을 클라우드 내에서 훌륭한 구조로 설계(Well-Architected)하여 그 완성도를 높힐 수 있도록 수 천개의 고객사의 협력과 AWS 솔루션즈 아키텍트를 통해 클라우드 시스템 설계를 위한 모범 사례 및 핵심 전략을 AWS Well-Architected Framework으로 정리한 바 있습니다. 이번에 한국 고객을 위해 AWS Well-Architected Framework 한국어 기술 백서(PDF 버전)를 공개합니다. 이 문서에서는 좋은 설계를 위한 몇 가지 질문을 포함하고 있습니다. 모범 사례를 기준으로 아키텍처를 비교하여, 단점을 해결하는 방법을 배울 수 있습니다. AWS Well-Architected는 보안성, 신뢰성 및 성능 효율, 비용 최적화 등 네 가지를 기반으로 합니다. 또한, 지난 AWS Cloud 2016 행사에서는 양승도 AWS 솔루션즈 아키텍트께서 AWS Well-Architected Framework에 대한 강연을 진행하였습니다. 최고의 클라우드 아키텍쳐 구성에 대한 비법도 얻으시고, 여러분의 현재 아키텍쳐에 대해 되돌아 보고, 개선할 사항을 확인해 보시기 바랍니다. – AWS코리아 마케팅팀 Source: AWS Well-Architected Framework 한국어 백서 공개

nginScript – A New and Powerful Way to Configure NGINX

2016-03-02 KENNETH 0

nginScript – A New and Powerful Way to Configure NGINX The following is adapted from a presentation given by Igor Sysoev at nginx.conf 2015, held in San Francisco in September. You can view the video of the nginScript talk on YouTube. Table of Contents 0:27 nginScript Beginnings 1:30 The Lua Module 2:23 Choosing JavaScript 3:33 JavaScript VMs 4:04 V8 Issues 6:15 The nginScript VM 7:51 The State of nginScript 9:10 The nginScript Interface 9:58 $r.response 11:34 Questions and Answers 0:27 nginScript Beginnings Since the start of NGINX’s development, I’ve wanted NGINX to have the ability to run scripts inside the server. I first attempted to implement this capability in 2005. At that time I tried to embed Perl – which was, and still is, my favorite language for general scripting. Perl has some drawbacks, however, that make it unsuitable as [ more… ]