No Image

USN-3129-2: Linux kernel (Raspberry Pi 2) vulnerabilities

2016-11-11 KENNETH 0

USN-3129-2: Linux kernel (Raspberry Pi 2) vulnerabilities Ubuntu Security Notice USN-3129-2 11th November, 2016 linux-raspi2 vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 16.10 Summary The system could be made to crash under certain conditions. Software description linux-raspi2 – Linux kernel for Raspberry Pi 2 Details Ondrej Kozina discovered that the keyring interface in the Linux kernelcontained a buffer overflow when displaying timeout events via the/proc/keys interface. A local attacker could use this to cause a denial ofservice (system crash). (CVE-2016-7042) Update instructions The problem can be corrected by updating your system to the following package version: Ubuntu 16.10: linux-image-4.8.0-1018-raspi2 4.8.0-1018.21 linux-image-raspi2 4.8.0.1018.21 To update your system, please follow these instructions: https://wiki.ubuntu.com/Security/Upgrades. After a standard system update you need to reboot your computer to makeall the necessary changes. ATTENTION: Due to an unavoidable ABI change [ more… ]

No Image

USN-3126-1: Linux kernel vulnerabilities

2016-11-11 KENNETH 0

USN-3126-1: Linux kernel vulnerabilities Ubuntu Security Notice USN-3126-1 11th November, 2016 linux vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 12.04 LTS Summary Several security issues were fixed in the kernel. Software description linux – Linux kernel Details Ondrej Kozina discovered that the keyring interface in the Linux kernelcontained a buffer overflow when displaying timeout events via the/proc/keys interface. A local attacker could use this to cause a denial ofservice (system crash). (CVE-2016-7042) Dmitry Vyukov discovered a use-after-free vulnerability during errorprocessing in the recvmmsg(2) implementation in the Linux kernel. A remoteattacker could use this to cause a denial of service (system crash) orpossibly execute arbitrary code. (CVE-2016-7117) Update instructions The problem can be corrected by updating your system to the following package version: Ubuntu 12.04 LTS: linux-image-3.2.0-115-generic 3.2.0-115.157 linux-image-3.2.0-115-powerpc-smp 3.2.0-115.157 linux-image-powerpc 3.2.0.115.131 linux-image-3.2.0-115-virtual 3.2.0-115.157 linux-image-3.2.0-115-highbank [ more… ]

No Image

USN-3126-2: Linux kernel (OMAP4) vulnerabilities

2016-11-11 KENNETH 0

USN-3126-2: Linux kernel (OMAP4) vulnerabilities Ubuntu Security Notice USN-3126-2 11th November, 2016 linux-ti-omap4 vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 12.04 LTS Summary Several security issues were fixed in the kernel. Software description linux-ti-omap4 – Linux kernel for OMAP4 Details Ondrej Kozina discovered that the keyring interface in the Linux kernelcontained a buffer overflow when displaying timeout events via the/proc/keys interface. A local attacker could use this to cause a denial ofservice (system crash). (CVE-2016-7042) Dmitry Vyukov discovered a use-after-free vulnerability during errorprocessing in the recvmmsg(2) implementation in the Linux kernel. A remoteattacker could use this to cause a denial of service (system crash) orpossibly execute arbitrary code. (CVE-2016-7117) Update instructions The problem can be corrected by updating your system to the following package version: Ubuntu 12.04 LTS: linux-image-omap4 3.2.0.1493.88 linux-image-3.2.0-1493-omap4 3.2.0-1493.120 To update [ more… ]

AWS를 통한 분산 딥러닝(Deep Learning) 구성하기

2016-11-11 KENNETH 0

AWS를 통한 분산 딥러닝(Deep Learning) 구성하기 기계 학습(Machine Learning) 분야는 명시적인 프로그래밍이 없더라도 컴퓨터를 통해 학습을 할 수 있도록 도와주는 전산 분야입니다. 알고리즘을 통해 스스로 배워서 데이터로 부터 예측을 할 수 있습니다. 최근에는 기계 학습의 분류로 딥러닝(Deep Learning)이라 불리는 방식으로 전통적인 기법보다 더 정확하고 성공적으로 음성 인식, 이미지 인식 및 비디오 분석 등의 분야에서 서비스를 제공할 수 있게 되었습니다. 하지만, 많은 컴퓨팅 용량이 필요하기 때문에 학습 모델의 비용에 크다는 단점이 있었습니다. 클라우드 컴퓨팅이 제공하는 가용성을 통해 이러한 작업을 더 빠르게 진행할 수 있습니다. 인공 지능 기반 뉴럴 네트워크 훈련에는 시간이 많이 소요되고 ResidualNet 같은 네트워크 방식으로 가장 최신의 GPU 하드웨어를 사용하더라도 몇 일에서 몇 주간이 필요합니다. 이 때문에 스케일-아웃(Scale-out) 확장은 필수적이라 하겠습니다. 학습 속도를 빠르게 하면 다음과 같은 장점이 있습니다. 더 빠르게 여러번 실험 및 연구를 할 수 있어서 컴퓨터 비전 또는 음성 인식 분야의 현재 상태를 개선 할 수 [ more… ]

No Image

WordPress 4.7 Beta 3

2016-11-11 KENNETH 0

WordPress 4.7 Beta 3 WordPress 4.7 Beta 3 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.7, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more information on what’s new in 4.7, check out the Beta 1 and Beta 2 blog posts, along with in-depth field guides on make/core. Some of the changes in Beta 3 include: REST API: The unfiltered_html capability is now respected and rest_base has been added to response objects of wp/v2/taxonomies and wp/v2/types, while get_allowed_query_vars() and the rest_get_post filter have been removed. Roles/Capabilities: Added meta-caps for comment, term, and user meta, which are currently only used in [ more… ]