No Image

Announcing Windows 10 Insider Preview Build 15223 for Mobile

2017-06-14 KENNETH 0

Announcing Windows 10 Insider Preview Build 15223 for Mobile Hello Windows Insiders! We have released Windows 10 Mobile Insider Preview Build 15223 to in the Fast ring. This build is just one builder newer than last week’s Mobile build and includes the following fixes and improvements: We fixed an issue where only the first VPN profile was being displayed in the VPN settings page via Settings > Network & wireless > VPN. We fixed an issue where a meeting Time Zone was garbled in Chinese or Japanese. Based on Insider feedback, we have changed “Phone Update” to “Windows Update” under Settings > Update & security. Known issues for Mobile In some cases, the WeChat app may crash on launch. Keep hustling team, Dona <3 Source: Announcing Windows 10 Insider Preview Build 15223 for Mobile

No Image

Microsoft releases additional updates to protect against potential nation-state activity

2017-06-14 KENNETH 0

Microsoft releases additional updates to protect against potential nation-state activity On May 12, 2017, the WannaCrypt ransomware served as an all too real example of the danger of cyber attacks to individuals and businesses globally. In reviewing the updates for this month, some vulnerabilities were identified that pose elevated risk of cyber attacks by government organizations, sometimes referred to as nation-state actors or other copycat organizations. To address this risk, today we are providing additional security updates along with our regular Update Tuesday service. These security updates are being made available to all customers, including those using older versions of Windows. Due to the elevated risk for destructive cyber attacks at this time, we made the decision to take this action because applying these updates provides further protection against potential attacks with characteristics similar to WannaCrypt. For more technical information [ more… ]

AWS GovCloud 두번째 리전 2018년 출시 예고

2017-06-14 KENNETH 0

AWS GovCloud 두번째 리전 2018년 출시 예고 AWS GovCloud(US)는 미국내 AWS 고객에게 클라우드에 민감한 데이터 및 규제 워크로드를 호스팅 할 수 있는 공간을 제공합니다. 2011년에 AWS GovCloud(US) 리전 시작되었으며 미국 서쪽에 위치하고 있습니다. AWS GovCloud (미국)는 미국 시민권자인 미국 시민권자 및 사업 등록 업체만 사용 가능하며, AWS 루트 계정 소유자는 접근 자격이 부여되기 전에 해당 사용자가 미국인인지 확인해야합니다. GovGloud는 미국 정부의 접근 요구 사항을 충족해야 하는 미국 정부 규제 산업 분야의 미국 정부 기관 및 업체 등에서 사용할 수 있습니다. 2018년에 AWS GovCloud(US-East) 리전을 개설하고, 고객에게 데이터 내구성 및 탄력성 및 고가용성, 재난 복구 옵션 등을 제공할 수 있도록 하게 되었습니다.  현재 AWS GovCloud (US-West)라고 부르는 기존 리전과 마찬가지로 새 리전 역시 격리하여, 국제 무기 거래 규제 (ITAR), NIST 표준,  연방 정부 위험 관리 및 인증 관리 프로그램 (FedRAMP), 국방성 방어 규정 2-4, DFARs, IRS1075 및 형사 사법 정보 서비스 [ more… ]

OneDrive Files On-Demand now available for Windows Insiders

2017-06-14 KENNETH 0

OneDrive Files On-Demand now available for Windows Insiders Hello Windows Insiders! At Build 2017, Joe Belfiore announced that the new OneDrive Files On-Demand feature will be delivered with the Windows 10 Fall Creators Update. And today, we are excited to announce that OneDrive Files On-Demand is rolling out to Windows Insiders in the Fast ring who are on Build 16215. The updated OneDrive client will be rolling out over the next few days but can also be installed from here. With Files On-Demand, you can access all your files in the cloud without having to download them and use storage space on your device. All your files—even online-only files—can be seen in File Explorer and work just like every other file on your device. You’ll be able to open online-only files from within any desktop or Windows Store apps using [ more… ]

No Image

Debugging Character Set Issues by Example

2017-06-13 KENNETH 0

Debugging Character Set Issues by Example In a world moving towards Unicode and UTF-8, a lot of applications still use some one-byte character set. And since one-byte characters usually accepts any byte in the range 0x00-0xFF it often works well to store and retrieve any data in such character strings, e.g.… Source: Debugging Character Set Issues by Example