Monthly Archive: 12월 2010

3D on virtualbox

3D on virtualbox

http://forums.virtualbox.org/viewtopic.php?t=16http://penguininside.blogspot.com/2009/06/getting-3d-acceleration-on-virtualbox.html

windows 7 터미널 서비스 속도 향상

windows 7 터미널 서비스 속도 향상

netsh interface tcp set global autotuninglevel=highlyrestricted netsh interface tcp set global rss=disabled and then from here http://www.techsupportforum.com/networking-forum/protocols-routing/248812-wireshark-question-tcp-checksum-offload.html towards the bottom...

[파일시스템] xfs+multipath 구성

[파일시스템] xfs+multipath 구성

1. Linux 기본 Driver 와 DM-Multipath를 활용한다.  – /etc/modprobe.conf 수정 ——————————————————————- [root@localhost ~]# cat /etc/modprobe.conf alias eth0 tg3 alias eth1...

RHEL4.x/CentOS4.x에서 XFS 파일시스템 사용하기

RHEL4.x/CentOS4.x에서 XFS 파일시스템 사용하기

EXT3 파일시스템은 8TByte 이상은 지원하지 못한다. 대용량 파일시스템을 사용하기 위한 XFS 파일 시스템을 설치해서 사용하자. 시스템 root 계정으로 xfs-progs 패키지가...

KVM 가상화 시스템 탐방 [1]

KVM 아키텍처와 장점 익히기 발췌 : http://community.365managed.com 리눅스(Linux®)와 유연성은 손에 손을 잡고 함께 하는데, 가상화에 대한 옵션도 예외는 아닙니다. 하지만...

KVM 가상화시스템 탐방 [2]

KVM 가상화시스템 탐방 [2]

KVM은 리눅스에 현존하는 커널과 사용자 모드에 새로운 프로세스 모드를 추가한다. 이 새로운 모드는 게스트라고 부르며, 이름이 의미하는 바와 같이 (최소한...

KVM 시스템 구축하기

KVM 시스템 구축하기

qemu site    http://fabrice.bellard.free.fr/qemu/kqemu-tech.html IBM site   http://www.ibm.com/developerworks/kr/library/l-linuxvirt/index.html   *설치 전 CPU가상화지원 확인 cat /proc/cpuinfo    Flags 에 vmx 또는...