일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
29 | 30 | 31 |
- 구글
- javascript
- Mac
- error
- PHP
- CSS
- Android
- HTML
- HaProxy
- node
- 리눅스
- java
- Godot3
- Linux
- ASP
- HTTP
- Godot
- Python
- JS
- windows
- php7
- install
- Eclipse
- node.js
- nodejs
- 우분투
- ubuntu
- mysql
- API
- Today
- 38
- Total
- 1,235,923
목록가상화/Vbox (13)
Blue Breeze
Unable to Install VirtualBox Guest Additions in Kali linux-headers-$(uname -r) 에러 로그 확인 tail /tmp/log/VBoxAddtional.log tail /tmp/log/vboxadd-install.log ubnutu 에서 linux-headers 부분이 설치되지 않아서 생기는 문제로 확인 # 검색 후 apt-cache search linux-headers # 원하는 linux-headers 설치 apt-get install linux-headers-4.9.0-kali4-amd64
# Bridge auto eth0 iface eth0 inet static address 192168.0.120 subet 255255.255.0 gateway 192.168.0.1 network 192.168.0.0 # NAT auto eth1 iface eth1 inet dhcp
Kali sources.list Repositories 2016.01 vi /etc/apt/sources.list deb http://http.kali.org/kali kali-rolling main contrib non-free Update, Upgrade apt-get update && apt-get upgrade -y apt-get dist-upgrade -y
sudo apt-get install git gcc make linux-headers-&(uname -r) cd /media/cdrom sh ./VBoxLinuxAdditions.run
VirtualBox Download for Linux Hosts Vbox 소스리스트 추가 apt doesn’t support architecture i386 YUM yum install VirtualBox-5.2 yum install VirtualBox-4.3 Debian Base # 2018.06.01 sudo vi /etc/apt/sources.list: deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - sudo apt-get update sudo..
VirtualBox, VMware 에서 사용할 수 있는 이미지 제공 서비스 http://www.osboxes.org/ VtirualBox 제공 이미지UbuntuCentOSArch LinuxAndroid x86Elementary OSLubuntuFedoraKali LinuxKubuntuLinux MintopenSUSEUbuntu GnomeXubuntuLinux Mint Debian Edition (LMDE)Ubuntu StudioBackBoxLinux LiteZorin OSUltimate EditionVMware 제공 이미지UbuntuCentOSArch LinuxElementary OSLubuntuFedoraKali LinuxKubuntuLinux MintopenSUSEUbuntu GnomeXubuntuL..