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

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

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  항목을 재시작 작업 완료후 네트워크 드라이브 마운트 시도를 해보면 정상적으로 마운트 가능…

No Image

PHP 지원기간 안내 (PHP Supported Versions)

2015-04-03 KENNETH 0

Supported Versions Each release branch of PHP is fully supported for two years from its initial stable release. During this period, bugs and security issues that have been reported are fixed and are released in regular point releases. After this two year period of active support, each branch is then supported for an additional year for critical security issues only. Releases during this period are made on an as-needed basis: there may be multiple point releases, or none, depending on the number of reports. Once the three years of support are completed, the branch reaches its end of life and is no longer supported. A table of end of life branches is available. Currently Supported Versions Branch Initial Release Active Support Until Security Support Until 5.4 1 Mar 2012 3 years, 1 month ago 14 Sep 2014 6 months ago [ more… ]