No Image

MySQL Connection Handling and Scaling

2019-03-20 KENNETH 0

MySQL Connection Handling and Scaling In this post we describe MySQL connections, user threads, and scaling. We hope that an increased understanding of how MySQL works will help application developers and system administrators to make good choices and trade-offs. We describe how connections work in a plain community server and we do not cover related topics such as thread pooling, resource groups, or connection multiplexing in this post.… Facebook Twitter Google+ LinkedIn Source: MySQL Connection Handling and Scaling

[도서] 임베디드 시스템 아키텍처

2019-03-19 KENNETH 0

[도서] 임베디드 시스템 아키텍처 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]임베디드 시스템 아키텍처 다니엘 라카메라 저/김세영,정윤선 공역 | 에이콘출판사 | 2019년 03월 판매가 27,000원 (10%할인) | YES포인트 1,500원(5%지급) 임베디드 시스템의 하드웨어 아키텍처, 라이브러리, 개발 도구 및 사용 방법, 그리고 에너지 효율성에 중점을 둔 설계 기술을 설명하고 있다. 비교적 접근이 간단한 단일 시스템의 구축부터 쉽게 놓칠 수 있는 상세 Source: [도서] 임베디드 시스템 아키텍처

Unveiled at HP Reinvent: Latest innovations in PC experiences for work and life

2019-03-19 KENNETH 0

Unveiled at HP Reinvent: Latest innovations in PC experiences for work and life At HP Reinvent, the company’s largest global partner event, HP unveiled a variety of new offerings designed to transform experiences across work and life – including a ground-breaking security service, a cutting-edge commercial virtual reality (VR) headset, as well as new consumer and commercial PCs. As the security landscape continues to evolve, HP aims to address endpoint challenges through a new security-focused managed service designed to enforce policies, actively monitor, proactively respond and defend against the threat of undetected attacks. HP DaaS Proactive Security Service is designed to go beyond anti-virus solutions and provide a critical extra layer of defense. As the world’s most advanced isolation security service for files and browsing on Windows 10 PCs [1], this service extends protection and security intelligence to transform endpoints [ more… ]

16TB limit of ext4 file systems on centos6(rhel6) linux

2019-03-19 KENNETH 0

centos6 환경에서 16TB 이상의 파일시스템 생성하기 환경OS : CentOS-6.10 (6버전 / 64bit)Disk : /dev/sdbSize : 17990.5 GB (17990533775360 bytes) 실행시 에러 메세지mkfs.ext4 /dev/sdb1mke2fs 1.41.12 (17-May-2010)mkfs.ext4: Size of device /dev/sdb1 too big to be expressed in 32 bits using a blocksize of 4096. 근거 https://access.redhat.com/articles/rhel-limitsrhel 공식 발표 내용이다.. 즉, rhel6(cent6)에서는 16TB 가 한계… 환경 개선을 통해 지원하도록 처리해 보자. /etc/mke2fs.conf : centos6 원래 상태 /etc/mke2fs.conf : 변경된 상태 “auto_64-bit_support = 1” 추가 신버전의 e2fsprogs 설치 2019.03.19 기준으로 1.44.5 버전이 최신이었음 wget http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.44.5.tar.gztar zxvpf e2fsprogs-1.44.5.tar.gzcd e2fsprogs-1.44.5./configure makemake install 설치된 e2fsprogs 활용 /usr/local/sbin/mkfs.ext4 /dev/sdb1에러가 없이 잘 된다… 그래서 마운트를 시도해 보면… 이렇게 오류가 발생한다. # mount /dev/sdb1 /home2 mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog – try dmesg | tail or so 이유 [ more… ]

[도서] 테라폼

2019-03-19 KENNETH 0

[도서] 테라폼 분야별 신상품 – 국내도서 – 컴퓨터와 인터넷 [도서]테라폼 예브게니 브릭만 저/장경철 역 | 제이펍 | 2019년 03월 판매가 20,700원 (10%할인) | YES포인트 1,150원(5%지급) 국내 최초로 소개되는 테라폼 입문서! 테라폼은 인프라를 코드 형태로 정의한 간편한 선언형 프로그래밍 언어로 공용 및 사설 클라우드와 가상화 환경을 지원한다. 특히 효율성이 높아서 최근의 데브옵스 도구 Source: [도서] 테라폼