PyPanta

Freelance Developer

To resize a VirtualBox disk image (VDI), go to the directory where the .vdi file is located, it's usually in ~/VirtualBox VMs, and run the following command:

VBoxManage modifyhd file …

As a Python and Django developer, one of best and fastest ways to deploy my Web aplications is the combination of the Nginx, the high-performance Web server, and uWSGI.

In …