Tag VirtualBox

Tag VirtualBox RSS 2.0 Feed

Create Kali Linux VirtualBox image

Kali Linux is a cool Linux distribution with a lot of security tools preinstalled. To run those security tools agains a local webserver for example it would be nice and handsome as VirtualBox. Offensive VirtualBox images are also available at offensive-security.com, but creating your own custom image is also pretty easy.

Continue reading ...

Testing a website in Safari with Mac OS X VirtualBox

Developing a website on a Linux operating system is pretty comfortable, but unfortunately are the most users of those websites using other operating systems with other web browsers. There is a nice solution for the Windows Internet Explorer or Edge browser, free Virtual Machines from IE8 to MS Edge. Unfortunately I have not found an easy way to setup a VirtualBox with Mac OS X to test a website in the Safari web browser. My colleague Jan Knipper pointed me to vagrant-box-osx, a Mac OS X Vagrant box for VirtualBox by Andrew Dryga.

Continue reading ...

Configure host in Windows VirtualBox to reach local webserver

If you are developing a website on Linux or Mac you may want to check the behavior of the website in Windows with the Internet Explorer or with the latest Microsoft Edge web browser. I am developing the most projects local in a Docker container, a Vagrant box or for example on a local Apache server. Sometimes also with the build in webserver of PHP or grunt-contrib-connect. The type of local webserver is not that important, more important is the fact that the webserver is not reachable from outside. Developing on my Linux machine and switching to an Windows machine in my network to check the behavior of the website is no option as workflow. Luckily is Microsoft providing Free Virtual Machines from IE8 to MS Edge.

Continue reading ...

Network error - Download - Windows virtual machine

When downloading a virtual machine at https://dev.windows.com/en-us/microsoft-edge/tools/vms/ I'm always getting a Unknown network error from my browser, in this case chromium. But I had the same experience with iceweasel.

Continue reading ...

Create Debian 8 Jessie Vagrant Box

This is the third and last post of this series.

  1. Create Debian 8 Jessie VirtualBox
  2. Install Debian 8 Jessie Virtual Machine
  3. Create Debian 8 Jessie Vagrant Box
We have now created a VirtualBox and a fresh install of Debian Jessie on it. Now we will prepare the box to roll it out to other developers. This post is a mix of Create a Debian Wheezy Vagrant box from Alexander Fahlke and Building a Vagrant Box from Start to Finish from Tyler Bird.
I hope you have installed the latest version of Vagrant.

Continue reading ...

Install Debian 8 Jessie Virtual Machine

I would like to show how to build a VirtualBox Vagrant box with Debian 8 Jessie. This is the second of three posts that will guide you step by step on how to build a Debian 8 Jessie Vagrant box.

  1. Create Debian 8 Jessie VirtualBox
  2. Install Debian 8 Jessie Virtual Machine
  3. Create Debian 8 Jessie Vagrant Box

Continue reading ...

Create Debian 8 Jessie VirtualBox

I had to build some vagrant boxes in the last weeks. And so I would like to show how to create a vagrant box with Debian 8 Jessie step by step. As I like to show a lot of screenshots I have splitted the post into three parts.

  1. Create Debian 8 Jessie VirtualBox
  2. Install Debian 8 Jessie Virtual Machine
  3. Create Debian 8 Jessie Vagrant Box
I hope you have installed the latest version of VirtualBox.

Continue reading ...