No Image

USN-4300-1: Linux kernel vulnerabilities

2020-03-17 KENNETH 0

USN-4300-1: Linux kernel vulnerabilities linux, linux-aws, linux-gcp, linux-gcp-5.3, linux-gke-5.3, linux-hwe, linux-kvm, linux-oracle, linux-raspi2, linux-raspi2-5.3 vulnerabilities A security issue affects these releases of Ubuntu and its derivatives: Ubuntu 19.10 Ubuntu 18.04 LTS Summary Several security issues were fixed in the Linux kernel. Software Description linux – Linux kernel linux-aws – Linux kernel for Amazon Web Services (AWS) systems linux-gcp – Linux kernel for Google Cloud Platform (GCP) systems linux-kvm – Linux kernel for cloud environments linux-oracle – Linux kernel for Oracle Cloud systems linux-raspi2 – Linux kernel for Raspberry Pi 2 linux-gcp-5.3 – Linux kernel for Google Cloud Platform (GCP) systems linux-gke-5.3 – Linux kernel for Google Container Engine (GKE) systems linux-hwe – Linux hardware enablement (HWE) kernel linux-raspi2-5.3 – Linux kernel for Raspberry Pi 2 Details It was discovered that the KVM implementation in the Linux kernel, when paravirtual TLB [ more… ]

[도서] 똥손 탈출 100일 100 드로잉

2020-03-17 KENNETH 0

[도서] 똥손 탈출 100일 100 드로잉 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]똥손 탈출 100일 100 드로잉 정진호 저 | 제이펍 | 2020년 03월 판매가 16,200원 (10%할인) | YES포인트 900원(5%지급) 이벤트 : IT모바일 예약판매 이벤트 잠자고 있는 디지털 기기를 깨우자! 아이패드, 스마트폰, 컴퓨터 어디서나 사용할 수 있는 SketchBook 디지털 드로잉! 누구나 하나씩 가지고 있는 스마트폰, 생산적으로 사용하려고 구매한 아이패드, 어떻게 사 Source: [도서] 똥손 탈출 100일 100 드로잉

[도서] 코틀린을 다루는 기술

2020-03-17 KENNETH 0

[도서] 코틀린을 다루는 기술 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]코틀린을 다루는 기술 피에르 이브 쏘몽 저/오현석 역 | 길벗 | 2020년 03월 판매가 32,400원 (10%할인) | YES포인트 360원(1%지급) 이벤트 : IT모바일 예약판매 이벤트 코틀린은 자바와 부드럽게 연동되는 우아한 JVM 언어로, 구글은 2019년부터 안드로이드에서 최우선 언어로 코틀린을 채택했다. 『코틀린을 다루는 기술』은 이해하기 쉽고 유지 보수하기 편하며 안전한 프로그램을 Source: [도서] 코틀린을 다루는 기술

Windows 10: Powering the world with 1 billion monthly active devices

2020-03-16 KENNETH 0

Windows 10: Powering the world with 1 billion monthly active devices From the launch of Windows 10, our focus was on moving people from having, to choosing, to loving Windows. With the release of every new build of Windows 10, we have seen customer satisfaction improve as we have made fixes and added new capabilities and experiences. We are humbled that customers are choosing and loving Windows 10, and there has never been a more important time for a secure, reliable platform that can empower people to create, educate and communicate wherever they are. Today we’re delighted to announce that over one billion people have chosen Windows 10 across 200 countries resulting in more than one billion active Windows 10 devices. We couldn’t be more grateful to our customers, partners and employees for helping us get here. From one to one billion devices—one customer at [ more… ]

[NGINX] block download from bad-referer (Deny all but specific domains)

2020-03-16 KENNETH 0

개요 nginx 운영중 이미지 외부링크와 관련되어 문제 발생시 이를 해결하는 방법이 좀 나오는데, 그 중, 간단하면서도 나름 상위에 나오는 설정인 이 설정을 해놓고 나서, 본인의 사이트에는 이미지 출력이 잘 되고 있으며 (문제가 없으며) 도메인이 다른 다른 사이트에 <img src> 태그를 이용해서 불러들일 시 “fobidden” 출력 결과가 나오기 때문에 “음… 잘 되었구나… “를 판단할 수 있으나 정작 운영시에는 외부에서 퍼가고 있음을 알 수 있다. 물론, 내가 운영하는 jirak.net 에는 이런 문제가 없다. 외부에서 퍼갈일이 없거든… 각설하고…ㄷ ㄷ ㄷ   상황가정 사용중인 자신의 도메인 (또는 거부하지 않고 허용해줘야 하는 도메인) jirak.net google.com     거부해야 하는 도메인 (자꾸만 이미지를 퍼가는 도메인) hahaha.com hohoho.com     설정 nginx.conf server{} 섹션 내부에 사용 하시라는 의미를 전달합니다…   block_referer_check.conf referer 를 확인해서 “$bad_referer” 로 지정 1. 원하는 도메인만 차단 하는 경우   2. 특정 도메인을 제외하고는 모두 차단 하는 경우   block_referer_deny.conf “$bad_referer”에 대한 액션 [ more… ]