일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Kuala Lumpur
- comic agile
- France
- hadoop
- Book review
- hbase
- Python
- erlang
- agile
- essay
- Linux
- Italy
- MySQL
- RFID
- history
- Malaysia
- django
- Programming
- programming_book
- ubuntu
- Java
- psychology
- Software Engineering
- web
- leadership
- Book
- Spain
- program
- QT
- management
- Today
- Total
목록VirtualBox (5)
http://www.if-not-true-then-false.com/2010/install-virtualbox-with-yum-on-fedora-centos-red-hat-rhel/ # wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo # yum update # yum install VirtualBox-4.2.6 # usermod -a -G vboxusers [user id]# yum install ruby rubygems ruby-devel # dependencies for vagrant # gem install vagrant # chmod 644 /usr/lib64/ruby/gems/1.8/gems/vagrant-1.0.6..
1. USB filter 정보 삭제http://keunsup.tistory.com/60 2. VirtualBox 4.2.4에 extension pack 설치https://www.virtualbox.org/wiki/Downloads 3. PKI Controller 설치cf. http://certsolutions.com.br/downloads/pki_client_5.0_mac.zip http://certsolutions.com.br/downloads/pki_client_5.0_mac.zip
http://www.tolaris.com/2009/03/05/using-host-networking-and-nat-with-virtualbox/
Fedora10을 설치한 후 1. System update 실행후 reboot 2. terminal에서 root 권한으로 들어온 후 dkms, gcc, make 설치 $ su - root $ yum install dkms $ yum install gcc $ yum install make 3. 메뉴의 '장치'에서 VBoxGuestAddtion.iso를 마운트하고 directory를 directory를 바꾸고 하드웨어에 맞는 script를 실행 cd /media/VBOXADDITIONS_2.1.0_41146 $ sh ./VBoxLinuxAddition-x86.run 4. terminal에서 root 권한으로 들어온 후 /etc/X11/xorg.conf 추가 Section "Screen" Identifier ..
VirtualBox의 UserManual 4.3.1항 참조 1. sudo apt-get install dkms 2. VBoxGuestAdditions.iso 파일을 마운트(파일은 VirtualBox가 설치된 폴더에 위치. 예를 들어 C:\Program Files\Sun\xVM VirtualBox) 3. directory를 CD-ROM driver로 변경 4. sudo su로 root로 로그인 5. sh ./VBoxLinuxAdditions-x86.run 실행 6. /etc/X11/xorg.conf 파일을 변경하면서 원하는 해상도를 입력(여러 개도 가능) Section "Screen" Identifier "Default Screen" Device "VirtualBox graphics card" Monito..