Results 1 to 3 of 3

Thread: Which is the best virtual box for kali??

  1. #1

    Which is the best virtual box for kali??

    hey penetration killers, wich is the best virtual box to install kali linux on?
    VMplayer can't dsiplay kali in full screen (or can it)

  2. #2
    Join Date
    2013-Jul
    Posts
    7
    nano /etc/apt/sources.list


    add this line: deb http://download.virtualbox.org/virtualbox/debian wheezy contrib
    press ctrl + x, hit y then enter

    wget -q http://download.virtualbox.org/virtu...racle_vbox.asc -O- | sudo apt-key add -

    apt-get update

    apt-get install virtualbox-4.2

    Now download the vbox extention pack via webrowser

    when im running a VM on a net-book I want to see as much of the os as possible

    right click the very top window shade > advanced > special application settings > appearance and fixes
    select no title bar and frame > force > yes
    (to close V-Box you can right click the task bar. to minimize left click the task bar.)

    The status bar and menu bar can be removed from a V-Box window with this command

    VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar

    If you want it back (to install guest additions or something)

    VBoxManage setextradata global GUI/Customizations MenuBar,StatusBar

    If you make a large virtual disk image and try to delete it you might get: "file is to large for trash" to delete it run

    rm -i /stupidly/large/file.vdi

  3. #3
    hey, thanks, i'm checking it out tomorrow, let you know.

Similar Threads

  1. Replies: 0
    Last Post: 2020-05-10, 23:40
  2. Installing Kali Linux as a Virtual Machine in Virtual Box
    By brav0hax in forum How-To Archive
    Replies: 50
    Last Post: 2016-03-10, 19:21
  3. Won't detect Virtual HDD via Virtual PC 2007
    By NotADr in forum Installing Archive
    Replies: 0
    Last Post: 2013-09-25, 02:26

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •