This Week on Windows: Star Wars, Windows Hello, Resident Evil 7 and more

2017-03-24 KENNETH 0

This Week on Windows: Star Wars, Windows Hello, Resident Evil 7 and more We hope you enjoyed today’s episode of This Week on Windows! Head over here to read our Windows 10 Tip on how to set active hours so your PC doesn’t restart while you’re working, save on seasons 1-4 of The Americans, get Resident Evil 7 biohazard from the Windows Store – on sale until March 27 – or keep reading to catch up on this week’s news. In case you missed it: Ten Windows 10 PCs that unlock Windows Hello <!– !function(a,b){"use strict";function c(){if(!e){e=!0;var a,c,d,f,g=-1!==navigator.appVersion.indexOf("MSIE 10"),h=!!navigator.userAgent.match(/Trident.*rv:11./),i=b.querySelectorAll("iframe.wp-embedded-content");for(c=0;c<i.length;c++){if(d=i,!d.getAttribute("data-secret"))f=Math.random().toString(36).substr(2,10),d.src+="#?secret="+f,d.setAttribute("data-secret",f);if(g||h)a=d.cloneNode(!0),a.removeAttribute("security"),d.parentNode.replaceChild(a,d)}}}var d=!1,e=!1;if(b.querySelector)if(a.addEventListener)d=!0;if(a.wp=a.wp||{},!a.wp.receiveEmbedMessage)if(a.wp.receiveEmbedMessage=function(c){var d=c.data;if(d.secret||d.message||d.value)if(!/[^a-zA-Z0-9]/.test(d.secret)){var e,f,g,h,i,j=b.querySelectorAll('iframe[data-secret="'+d.secret+'"]'),k=b.querySelectorAll('blockquote[data-secret="'+d.secret+'"]');for(e=0;e<k.length;e++)k[e].style.display="none";for(e=0;e1e3)g=1e3;else if(~~g<!]]> Here’s what’s new in the Windows Store: Pre-order Rogue One: A Star Wars Story today and watch it this Friday, March 24 As the Empire continues to gain power, a group of rebel spies will risk everything [ more… ]

Strengthening the Microsoft Edge Sandbox

2017-03-24 KENNETH 0

Strengthening the Microsoft Edge Sandbox In a recent post, we outlined the layered strategy that the Microsoft Edge security team employs to protect you from vulnerabilities that could be used to compromise your device or personal data. In particular, we showed how Microsoft Edge is leveraging technologies like Code Integrity Guard (CIG) and Arbitrary Code Guard (ACG) to break some of the techniques that hackers rely on when exploiting vulnerabilities to obtain Remote Code Execution (RCE). This is where the attacker seeks to escape from web code (JS and HTML) in the browser to run native CPU code of the attacker’s choosing. This lets the attacker violate all of the browser’s rules for the web, such as same-origin policy, and so it is important to web users that we try as hard as possible to block RCE attacks. However, despite [ more… ]

S3 스토리지 관리 기능 업데이트 – 스토리지 분석, 개체 태깅, 인벤토리 및 신규 통계 기능

2017-03-23 KENNETH 0

S3 스토리지 관리 기능 업데이트 – 스토리지 분석, 개체 태깅, 인벤토리 및 신규 통계 기능 오늘은 Amazon S3의 새로운 네 가지 기능에 대해 소개합니다. 먼저 저장 내용과 사용량 및 사용 방법을 손쉽게 볼 수 있으며, 이를 통해 S3 스토리지 클래스 선택을 위한 근거 데이터로 의사 결정을 할 수 있습니다. 이는 몇 개의 저장 개체나 수백만개를 가지고 있는 고객 모두에게 유용할 것입니다. S3 분석 기능 – 개체 저장소 및 검색 패턴을 분석하고 그 결과를 사용하여 가장 적합한 저장소 클래스를 선택할 수 있습니다. S3 콘솔 내에서 분석 결과를 살펴보거나, 선호하는 BI 도구에 분석 결과를 보내 심층적으로 분석할 수 있습니다. 어느 방법을 사용하든 스토리지 패턴을 깊이 이해하고, 이에 대한 활용 방식을 파악할 수 있습니다. S3 개체 태그 지정 – 여러 개의 키-값 페어(태그)를 각각 S3 객체와 연결할 수 있으며 언제든지 변경할 수 있습니다. 태그를 통해 접근 관리 및 제어, S3 수명 주기 정책 [ more… ]

New Year, New Dev – Windows IoT Core

2017-03-23 KENNETH 0

New Year, New Dev – Windows IoT Core To wrap up the “New Year, New Dev” blog series, we’ll go into using Windows 10 IoT Core and show how easy it is to start developing applications to deploy on IoT devices such as the Raspberry Pi 3. If you haven’t had a chance to read the first two posts in this series, you can find them here: New Year, New Dev: Sharpen your C# Skills New Year, New Dev: Developing your idea into a UWP app Let’s begin by explaining what Windows 10 IoT Core actually is. Windows 10 IoT Core is a version of Windows 10 that is optimized to run on smaller IoT devices, with or without a display, that allows you to build apps using the rich Universal Windows Platform (UWP). In fact, one of the goals [ more… ]

No Image

MySQL InnoDB Cluster – Real-World Cluster Tutorial for OEL, Fedora, RHEL and CentOS

2017-03-22 KENNETH 0

MySQL InnoDB Cluster – Real-World Cluster Tutorial for OEL, Fedora, RHEL and CentOS In this tutorial, we are going to guide you through the process of preparing and configuring RPM based distributions, such as OEL, Fedora or CentOS, for InnoDB cluster usage. We will address the steps from the initial configurations, to the cluster creation, and finally the MySQL Router configuration to map the data traffic.… Source: MySQL InnoDB Cluster – Real-World Cluster Tutorial for OEL, Fedora, RHEL and CentOS