Showing posts with label VMware. Show all posts
Showing posts with label VMware. Show all posts

How to Install Kali Linux 2.x on VMware – Kali Sana


Complete Guide On How To Install Kali Linux In VMware Player

This tutorial will walk you through the difficult process of installing Kali Linux in VMware, a free virtual machine manager that can be downloaded from www.vmware.com.
This tutorial assumes that you have some basic knowledge of your computer (amount of RAM, number of processors, etc.) and that you’re using VMware as a virtual machine manager.

Download VMware : CLICK HERE
Download Kali Sana : CLICK HERE

Installing VirtualBox in Kali Linux


Here are the steps involved to install VirtualBox in Kali Linux.
  • Goto this link https://www.virtualbox.org/wiki/Linux_Downloads and select Debian version, either i386 or AMD64(depending upon the platform of your computer have). My system support i386. Select the location to download the file. I chose Debian 7.0 ("Wheezy") and the version of virtualbox is 4.3.2.
  • Once the file is downloaded, open root terminal window and goto the downloaded directory. My default directory is /root/downloads.
  • Now run, dpkg -i virtualbox-x.x.x.x~Debian~wheezy_i386.deb (where x is replaced by version of virtual box)
EG.: root@iExplo1t:~Downloads# dpkg -i virtualbox-4.3_4.3.2-90405~Debian~wheezy_i386.deb

Once we run this command, it de-compress the .deb package, start setting virtualbox environment and checks if any recent update is available.

Once setup is installed sucessfully, you can goto Applications to check if VirtualBox in listed there or not. Applications--> Systam Tools--> Oracle VM VirtualBox. Click on it to start VirtualBox.

Easy Way To Install Vmware Tools on Kali Linux


Kali Linux is most commonly used inside of VMware Player, a free virtual machine manager program that we will be using today. Player also has some nice additions to Kali Linux, it allows you to stretch the windows freely, copy files from the host OS to the guest (Kali) and from the guest to the host. But in order for these features to work, you have to install VMware Tools. This can sometimes be a hard project for beginners.
Luckily, you have this tutotial to follow.

How To: Install VMWare on Kali Linux & (Fix Kernel Headers)


It is important that linux kernel-headers is installed in your system. One reason is that some applications need to use kernel headers like VMWare Workstation, when installing vmware-tools, you will be asked for the path of kernel-headers.

First we need to go to the official site and download VMware Workstation / Player.
We CHMOD the file in order to make it executable than launch the installer. 

How to install:
First things first, add repositories

open the /etc/apt/sources.list file in your favourite text editor as rootIn the terminal:@ nano /etc/apt/sources.list
Paste the following lines ONLY the one missing from your source list :


deb http://http.kali.org/kali kali main non-free contrib
deb http://security.kali.org/kali-security kali/updates main contrib non-free


 SAVE and then UPDATE your system

@ apt-get update


To check currently installed kernel.
@ uname -r
And to install kernel-headers:@ apt-get install linux-headers-`uname -r`

VMwqare 11 Serials :
CV512-FAW91-085NP-DMXQX-QLHAF
AA7DU-APW15-H848Q-P5ZGZ-PCRC2
VU1N2-6DE5N-M8DLQ-AEMEV-XA2Z4
UV3NR-AMZ17-08EZP-9YQQE-MZAY8
GC75U-21E50-M8D5Q-K6YQX-W28V8

sharethis

 

Copyright @ 2024 iExplo1t | Developed by AuresExpress.com