No Image

Atomic DDL in MySQL 8.0

2017-10-23 KENNETH 0

Atomic DDL in MySQL 8.0 The new data dictionary in MySQL 8.0 is mostly transparent to users upgrading, in that an import process is automatically run on first-start, and the semantics of DDL (creating tables, adding indexes etc) remain the same. There is however one major exception, and that is how failure cases are handled.… Source: Atomic DDL in MySQL 8.0

No Image

RHSA-2017:3002-1: Moderate: rh-nodejs4-nodejs security and bug fix update

2017-10-23 KENNETH 0

RHSA-2017:3002-1: Moderate: rh-nodejs4-nodejs security and bug fix update Red Hat Enterprise Linux: An update for rh-nodejs4, rh-nodejs4-node-gyp, and rh-nodejs4-nodejs is now available for Red Hat Software Collections. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2017-11499 Source: RHSA-2017:3002-1: Moderate: rh-nodejs4-nodejs security and bug fix update

No Image

RHSA-2017:2999-1: Critical: java-1.8.0-oracle security update

2017-10-23 KENNETH 0

RHSA-2017:2999-1: Critical: java-1.8.0-oracle security update Red Hat Enterprise Linux: An update for java-1.8.0-oracle is now available for Oracle Java for Red Hat Enterprise Linux 6 and Oracle Java for Red Hat Enterprise Linux 7. Red Hat Product Security has rated this update as having a security impact of Critical. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section. CVE-2016-10165, CVE-2016-9840, CVE-2016-9841, CVE-2016-9842, CVE-2016-9843, CVE-2017-10274, CVE-2017-10281, CVE-2017-10285, CVE-2017-10293, CVE-2017-10295, CVE-2017-10309, CVE-2017-10345, CVE-2017-10346, CVE-2017-10347, CVE-2017-10348, CVE-2017-10349, CVE-2017-10350, CVE-2017-10355, CVE-2017-10356, CVE-2017-10357, CVE-2017-10388 Source: RHSA-2017:2999-1: Critical: java-1.8.0-oracle security update

AWS 주간 소식 모음 – 2017년 10월 23일

2017-10-23 KENNETH 0

AWS 주간 소식 모음 – 2017년 10월 23일 안녕하세요! 여러분~ 매주 월요일 마다 지난 주에 업데이트된 국내 AWS관련 콘텐츠를 정리해 드립니다. AWS 클라우드에 대한 새로운 소식을 확인하시는데 많은 도움 되시길 바랍니다. 혹시 빠지거나 추가할 내용이 있으시면, 저에게 메일 주시면 추가 공유해 드리겠습니다. AWS코리아 블로그 Stephen Orban – 클라우드를 통해 구현된 실험 문화의 조성 (2017-10-20) Amazon ECR 수명 주기 정책을 통한 컨테이너 이미지 자동 삭제 기능 출시 (2017-10-20) Github에 대한 AWS DevOps 개발 도구 기능 확대 (2017-10-20) AWS re:Invnet 2017 행사와 함께 하세요! (2017-10-20) AWS 관리 콘솔 한국어 홈페이지 공개 (2017-10-19) Amazon Lightsail – 윈도 가상 서버 서비스 출시 (2017-10-17) Gluon 소개 – AWS와 마이크로소프트가 만드는 딥러닝 라이브러리 (2017-10-17) AWS코리아 발표 자료 Gaming on AWS – GameLift를 통한 실전 DevOps: 세션형 멀티플레이어 게임의 구현부터 운영까지 Step by Step (2017-10-17) Gaming on AWS – Serverless로 게임 서비스 구현하기 (2017-10-17) AWS Lambda를 기반으로한 [ more… ]

No Image

ModSecurity: Logging and debugging

2017-10-23 KENNETH 0

ModSecurity: Logging and debugging table.nginx-blog, table.nginx-blog th, table.nginx-blog td { border: 2px solid black; border-collapse: collapse; } table.nginx-blog { width: 100%; } table.nginx-blog th { background-color: #d3d3d3; align: left; padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 2px; line-height: 120%; } table.nginx-blog td { padding-left: 5px; padding-right: 5px; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } table.nginx-blog td.center { text-align: center; padding-bottom: 2px; padding-top: 5px; line-height: 120%; } “ModSecurity will help you sleep better at night because, above all, it solves the visibility problem: it lets you see your web traffic.” – Ivan Ristic, ModSecurity creator When something is not working as you expect it to, logs are always the first place to look. Good logs can provide valuable insights to help you troubleshoot the problems you’re facing. One of the reasons Ivan Ristic originally created ModSecurity is that he was frustrated with [ more… ]