Sh4n3e
VMware Tools 환경설정 문제 본문
계속된 설치에도 불구하고, Kali2017과 VMwareFusion이 상성이 안맞는지 Copy&Paste와 File Copy가 안됐었다.
이를 해결하기위해 계속된 삽질을 했고, 드디어 해결이 됐다.... (내 아까운 시간...)
우선은 최신버전의 VMwareTools가 필요한듯싶다. 그러기 위해서는 아래와 같은 작업을 수행해야한다.
$ apt-get update $ apt-get upgrade $ reboot $ apt update $ apt upgrade //커널버전을 올린다. 기존 kali3-i386-pae에서 kali4-i386-pae로 올린다. $ reboot $ git clone https://github.com/rasa/vmware-tools/patches.git $ cd vmware-tools-patches $ ./download-tools.sh 8.5.6 //해당버전이 제일 최신 $ ./untar-and-patch.sh $ ./compile.sh $ reboot |
위의 과정을 거치면 이상없이 VMware tools가 작동되며 정상적으로 사용할 수 있다.
'System Hacking > BOF' 카테고리의 다른 글
Kali Linux APT Package Search (0) | 2017.06.21 |
---|---|
Kali Linux Configuration (0) | 2017.06.21 |
Basic RTL (0) | 2017.06.14 |
GDB 사용방법 (0) | 2017.06.14 |
Comments