No Image

RHSA-2016:1486-1: Moderate: samba security and bug fix update

2016-07-26 KENNETH 0

RHSA-2016:1486-1: Moderate: samba security and bug fix update Red Hat Enterprise Linux: An update for samba is now available for Red Hat Enterprise Linux 7. 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-2016-2119 Source: RHSA-2016:1486-1: Moderate: samba security and bug fix update

No Image

RHSA-2016:1485-1: Important: chromium-browser security update

2016-07-26 KENNETH 0

RHSA-2016:1485-1: Important: chromium-browser security update Red Hat Enterprise Linux: An update for chromium-browser is now available for Red Hat Enterprise Linux 6 Supplementary. Red Hat Product Security has rated this update as having a security impact of Important. 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-1705, CVE-2016-1706, CVE-2016-1708, CVE-2016-1709, CVE-2016-1710, CVE-2016-1711, CVE-2016-5127, CVE-2016-5128, CVE-2016-5129, CVE-2016-5130, CVE-2016-5131, CVE-2016-5132, CVE-2016-5133, CVE-2016-5134, CVE-2016-5135, CVE-2016-5136, CVE-2016-5137 Source: RHSA-2016:1485-1: Important: chromium-browser security update

No Image

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MariaDB client in /home1/htdocs/apartzm/affisacc/php/acc_tongys.inc.php on line 188ERROR 1251: Client does not smysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client

2016-07-26 KENNETH 0

mysql(mariadb) 접근시 mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client 또는 mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MariaDB client 오류가 발생한다면…   구버전의 mysql 클라이언트가 신 버전의 mysql 서버로 접근하는 경우 좀더 정확히는… mysql서버의 old_passwords 설정이 ”0(off)” 정책으로 운영되어 생성된 계정의 패스워드가 새로운 패스워드 정책을 사용하지만 클라이언트는 이를 지원하지 못하는 버전인 경우에 발생함 접근하고자 하는 유저의 패스워드를 구버전 형태로 변경해주면 된다. (서버의 old_passwords 옵션을 건드릴 필요는 없음…. 필요한 계정에 대해서만 처리해주면 됨) update user set password=old_password(‘변경할 패스워드’) where user=’변경 대상 유저’; flush privileges; 변경 대상 유저는 choilha, 변경할 패스워드는 “1234” 라고 한다면 update user set password=old_password(‘1234′) where user=’choilha’; 이렇게..   처리하면 됨…

No Image

Performing A/B Testing with NGINX and NGINX Plus

2016-07-26 KENNETH 0

Performing A/B Testing with NGINX and NGINX Plus When you are testing changes to an application, there are some factors you can measure only in a production environment rather than a development test bed. Examples include the effect of UI changes on user behavior and the impact on overall performance. A common testing method is A/B testing – also known as split testing – in which a (usually small) proportion of users is directed to the new version of an application while most users continue to use the current version. In this blog post we’ll explore why it is important to perform A/B testing when deploying new versions of your web application and how to use NGINX and NGINX Plus to control which version of an application users see. Configuration examples illustrate how you can use NGINX and NGINX Plus directives, parameters, and variables to achieve accurate and [ more… ]

AWS를 기반한 Amazon Prime Day 성공담

2016-07-26 KENNETH 0

AWS를 기반한 Amazon Prime Day 성공담 올해로 두번째였던 Amazon Prime Day에서 일일 판매 신기록을 달성했습니다. 하루 동안 전세계에서 주문된 수량은 블랙 프라이데이, 사이버 먼데이, Prime Day 2015의 기록을 뛰어 넘었습니다. Slice Intelligence는 Prime Day 2016 당일에 미국 전역의 전자 상거래 소비자 중 74%가 Amazon에서 구매를 했다고 보고 있습니다. 일일 글로벌 쇼핑 이벤트는 Amazon Prime 회원만을 대상으로하고 있으나, Prime 2015에 비해 올해의 트래픽 수준은 과거와 비교해서 최고였을 뿐만 아니라 Amazon Mobile App 에서의 주문량은 지난해 대비 2배나 상승했습니다. 전세계 Prime 멤버가 하루에 구입한 항목의 한 가지 예로, 장난감 2만개 이상, 신발 1만 켤레 이상 그리고 TV는 9 만대 이상의 판매를 기록하였습니다. (자세한 판매 통계 내용은 Amazon’s Prime Day is the Biggest Day Ever를 참고하시기 바랍니다.) 여러분도 예상하다시피 이렇게 대규모 규모의 단기 온라인 행사를 하려면, 급증하는 트래픽에 확장성 높은 인프라 대응이 가능해야 합니다. AWS 기반의 확장성 이용 Amazon 쇼핑 웹 사이트는 대규모 [ more… ]