No Image

ubuntu desktop change resolution on virtualbox

2015-04-23 KENNETH 0

가상서버(virtualbox) 환경에서 ubuntu-desktop 을 설치했을 경우 화면의 해상도가 640×480(4:3) 밖에 표시되지 않는다. ”su -” or  ”sudo” 를 통해서 apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11   ubuntu14.04 버전에서 아래와 같은 에러가 발생할 수 있는데 The following packages have unmet dependencies: virtualbox-guest-x11 : Depends: xorg-video-abi-15 Depends: xserver-xorg-core (>= 2:1.14.99.902) E: Unable to correct problems, you have held broken packages. 이런 경우에는 그냥 속편하게.. 가상머신창 메뉴의 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다. 결론은 그냥 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다는거… ;;;;;;

No Image

Microsoft Bounty Programs Expansion – Azure and Project Spartan

2015-04-23 KENNETH 0

I am excited to announce significant expansions to the Microsoft Bounty Programs.  We are evolving the 'Online Services Bug Bounty, launching a new bounty for Project Spartan, and updating the Mitigation Bypass Bounty. This continued evolution includes additions to the Online Services Bug Bounty Program:  Azure Azure is Microsoft’s cloud platform and the backbone of Microsoft cloud services. This program will include a number of Azure services, such as: Azure virtual machines, Azure Cloud Services, Azure Storage, Azure Active Directory and much more Sway.com Sway.com is a web application that lets users express ideas in an entirely new way across many devices and platforms Raising the maximum payout for the Online Services Bounty Program We will pay up to $15,000 USD for critical bugs, as always, more for more impactful and better documented bugs. We’re also launching a new bounty [ more… ]

No Image

rhel limits

2015-04-17 KENNETH 0

Red Hat Enterprise Linux technology capabilities and limits   What can Red Hat® Enterprise Linux® do? Find out in this quick-glance chart of the supported and theoretical 1 limits of the platform. Specification Version 3 Version 4 Version 5 Version 6 Version 7 Maximum logical CPUs 2 x86 16 32 32 32 N/A6 Itanium 2 8 256 [512] 256 [1024] N/A6 N/A6 x86_64 8 64 [64] 160 [255] 240 [4096] 240 [5120] POWER 8 64 [128] 128 128 192 [2048] System z 64 (z900) 64 (z10 EC) 101 (zEC12) 101 (zEC12) 101 (zEC12) Maximum memory5 x86 64GB3 64GB3 16GB4 16GB4 N/A6 Itanium 2 128GB 2TB 2TB N/A6 N/A6 x86_64 128GB 256GB [1TB] 1TB 6TB [64TB]15 6TB [64TB]16 POWER 64GB 128GB [1TB] 512GB [1TB] 2TB 2TB System z 256GB (z900) 1.5TB (z10 EC) 3TB (z196) 3TB (z196) 3TB (z196) Maximum number [ more… ]

No Image

April 2015 Updates

2015-04-15 KENNETH 0

Today, as part of Update Tuesday, we released 11 security bulletins. We encourage customers to apply all of these updates. For more information about this month’s security updates, including the detailed view of the Exploitability Index (XI), visit the Microsoft Bulletin Summary webpage. If you are not familiar with how we calculate the XI, a full description can be found here. We released one new Security Advisory: Update to Improve PKU2U Authentication (3045755) One Security Advisory was revised: SSL 3.0 Update (3009008) For the latest information, you can follow the Microsoft Security Response Center (MSRC) team on Twitter at @MSFTSecResponse. MSRC Team Source: ms-msrc

No Image

System error 58 has occurred

2015-04-07 KENNETH 0

1. 상황 windows7 환경의 데이터를 xp에서 네트워크 드라이브연결시 오류 발생 – 서버 : 윈도우7 – 클라이언트 : 윈도우xp 2. 메세지 – 탐색기에서 네트워크 드라이브 연결시 : 다음 오류가 발생하여 네트워크 드라이브를 연결할 수 없습니다 – cmd 화면에서 ”net use” 명령을 이용해서 연결시 : net use 사용시 시스템 오류 58(이)가 생겼습니다. 3. 해결방법 – 시작 -> 실행 -> gpedit.msc – 컴퓨터구성 -> Windows 설정 -> 보안 설정 -> 로컬 정책 -> 보안 옵션  까지 이동후 – ”네트워크 보안 : LAN Manager 인증 수준 항목” 수정 : LM 및 NTLM 보내기 – 협상되면 NTLMv2 세션 보안 사용 – 시작 -> 실행 -> services.msc – Server  항목을 재시작 작업 완료후 네트워크 드라이브 마운트 시도를 해보면 정상적으로 마운트 가능…